mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-01-30 07:12:35 -08:00
Rename group names to node-exporter to avoid naming collisions
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
This commit is contained in:
parent
ff0a13d900
commit
1482cc0309
|
@ -2,7 +2,7 @@
|
|||
prometheusAlerts+:: {
|
||||
groups+: [
|
||||
{
|
||||
name: 'node',
|
||||
name: 'node-exporter',
|
||||
rules: [
|
||||
{
|
||||
alert: 'NodeFilesystemSpaceFillingUp',
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
prometheusRules+:: {
|
||||
groups+: [
|
||||
{
|
||||
name: 'node.rules',
|
||||
name: 'node-exporter',
|
||||
rules: [
|
||||
{
|
||||
// This rule gives the number of CPUs per node.
|
||||
|
|
Loading…
Reference in a new issue