Rename group names to node-exporter to avoid naming collisions

Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
This commit is contained in:
Matthias Loibl 2018-08-06 10:41:18 +02:00
parent ff0a13d900
commit 1482cc0309
No known key found for this signature in database
GPG Key ID: B1C7DF661ABB2C1A
2 changed files with 2 additions and 2 deletions

View File

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

View File

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