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 }} ''; } ]