mob next [ci-skip] [ci skip] [skip ci]

lastFile:modules/clan/prometheus/default.nix
This commit is contained in:
2026-06-19 16:11:10 +07:00
parent 50622270ec
commit 27a3c29335
+1 -3
View File
@@ -96,7 +96,7 @@
labels = { labels = {
severity = "critical"; severity = "critical";
}; };
annotations.summary = "Node {{ $labels.job }} has been down for more than 1 minutes. {{ $labels.instance }}"; annotations.summary = "Node {{ $labels.job }} has been down for more than 1 minutes.";
} }
{ {
alert = "SmartCtlErrors"; alert = "SmartCtlErrors";
@@ -108,7 +108,6 @@
annotations.summary = '' annotations.summary = ''
Errors occur on {{ $labels.job }} Errors occur on {{ $labels.job }}
Disk {{ $labels.device }} {{ $value }} Disk {{ $labels.device }} {{ $value }}
{{ $labels.instance }}
''; '';
} }
{ {
@@ -121,7 +120,6 @@
annotations.summary = '' annotations.summary = ''
Unhealthy Pool at {{ $labels.job }} Unhealthy Pool at {{ $labels.job }}
Pool {{ $labels.pool }} value {{ $value }} Pool {{ $labels.pool }} value {{ $value }}
{{ $labels.instance }}
''; '';
} }
] ]