mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-12-19 07:00:17 +01: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+:: {
|
prometheusAlerts+:: {
|
||||||
groups+: [
|
groups+: [
|
||||||
{
|
{
|
||||||
name: 'node',
|
name: 'node-exporter',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
alert: 'NodeFilesystemSpaceFillingUp',
|
alert: 'NodeFilesystemSpaceFillingUp',
|
||||||
|
@ -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…
Reference in New Issue
Block a user