mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
Append .rules to node_exporter.rules group name
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
This commit is contained in:
parent
1482cc0309
commit
961aa67701
|
@ -2,7 +2,7 @@
|
|||
prometheusRules+:: {
|
||||
groups+: [
|
||||
{
|
||||
name: 'node-exporter',
|
||||
name: 'node-exporter.rules',
|
||||
rules: [
|
||||
{
|
||||
// This rule gives the number of CPUs per node.
|
||||
|
|
Loading…
Reference in a new issue