From 27a3c2933544d62fe79b6a365aabb83a78a37a44 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Fri, 19 Jun 2026 16:11:10 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:modules/clan/prometheus/default.nix --- modules/clan/prometheus/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/clan/prometheus/default.nix b/modules/clan/prometheus/default.nix index e54baae..08726d7 100644 --- a/modules/clan/prometheus/default.nix +++ b/modules/clan/prometheus/default.nix @@ -96,7 +96,7 @@ labels = { 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"; @@ -108,7 +108,6 @@ annotations.summary = '' Errors occur on {{ $labels.job }} Disk {{ $labels.device }} {{ $value }} - {{ $labels.instance }} ''; } { @@ -121,7 +120,6 @@ annotations.summary = '' Unhealthy Pool at {{ $labels.job }} Pool {{ $labels.pool }} value {{ $value }} - {{ $labels.instance }} ''; } ]