Browse Source

Rename group names to node-exporter to avoid naming collisions

Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
pull/941/head
Matthias Loibl 6 years ago
parent
commit
1482cc0309
No known key found for this signature in database
GPG Key ID: B1C7DF661ABB2C1A
  1. 2
      node-mixin/alerts/alerts.libsonnet
  2. 2
      node-mixin/rules/rules.libsonnet

2
node-mixin/alerts/alerts.libsonnet

@ -2,7 +2,7 @@
prometheusAlerts+:: { prometheusAlerts+:: {
groups+: [ groups+: [
{ {
name: 'node', name: 'node-exporter',
rules: [ rules: [
{ {
alert: 'NodeFilesystemSpaceFillingUp', alert: 'NodeFilesystemSpaceFillingUp',

2
node-mixin/rules/rules.libsonnet

@ -2,7 +2,7 @@
prometheusRules+:: { prometheusRules+:: {
groups+: [ groups+: [
{ {
name: 'node.rules', name: 'node-exporter',
rules: [ rules: [
{ {
// This rule gives the number of CPUs per node. // This rule gives the number of CPUs per node.

Loading…
Cancel
Save