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+:: {
groups+: [
{
name: 'node',
name: 'node-exporter',
rules: [
{
alert: 'NodeFilesystemSpaceFillingUp',

2
node-mixin/rules/rules.libsonnet

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

Loading…
Cancel
Save