From 9b5ed02cf4d4549c74ce0a453b5fde4d0437cf17 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Tue, 23 Jun 2026 11:35:01 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:modules/clan/prometheus/default.nix --- modules/clan/prometheus/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/clan/prometheus/default.nix b/modules/clan/prometheus/default.nix index 1c83b4d..23d93b3 100644 --- a/modules/clan/prometheus/default.nix +++ b/modules/clan/prometheus/default.nix @@ -199,7 +199,7 @@ labels = { 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"; @@ -209,7 +209,7 @@ severity = "critical"; }; annotations.summary = '' - Errors occur on {{ $labels.job }} + Errors occur on **{{ $labels.job }}** Disk {{ $labels.device }} {{ $value }} ''; } @@ -221,7 +221,7 @@ severity = "critical"; }; annotations.summary = '' - Unhealthy Pool at {{ $labels.job }} + Unhealthy Pool at **{{ $labels.job }}** Pool {{ $labels.pool }} value {{ $value }} ''; }