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

lastFile:modules/clan/prometheus/default.nix
This commit is contained in:
2026-06-23 11:35:01 +07:00
parent 4038fc8a9d
commit 9b5ed02cf4
+3 -3
View File
@@ -199,7 +199,7 @@
labels = { labels = {
severity = "critical"; severity = "critical";
}; };
annotations.summary = "Node {{ $labels.job }} has been down for more than 1 minutes."; annotations.summary = "Node **{{ $labels.job }}** has been down for more than 1 minutes.";
} }
{ {
alert = "SmartCtlErrors"; alert = "SmartCtlErrors";
@@ -209,7 +209,7 @@
severity = "critical"; severity = "critical";
}; };
annotations.summary = '' annotations.summary = ''
Errors occur on {{ $labels.job }} Errors occur on **{{ $labels.job }}**
Disk {{ $labels.device }} {{ $value }} Disk {{ $labels.device }} {{ $value }}
''; '';
} }
@@ -221,7 +221,7 @@
severity = "critical"; severity = "critical";
}; };
annotations.summary = '' annotations.summary = ''
Unhealthy Pool at {{ $labels.job }} Unhealthy Pool at **{{ $labels.job }}**
Pool {{ $labels.pool }} value {{ $value }} Pool {{ $labels.pool }} value {{ $value }}
''; '';
} }