From bc35fbb0d6d4c4ea7008e0422c2f43834ee05772 Mon Sep 17 00:00:00 2001 From: clerie Date: Mon, 15 Jan 2024 18:08:23 +0100 Subject: [PATCH] host/monitoring: Use correct variable in alerting rule description --- hosts/monitoring-3/rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/monitoring-3/rules.yml b/hosts/monitoring-3/rules.yml index ae906a7..a895ddb 100644 --- a/hosts/monitoring-3/rules.yml +++ b/hosts/monitoring-3/rules.yml @@ -64,4 +64,4 @@ groups: severity: warning annotations: summary: "Synapse of {{ $labels.target }} unavailable" - description: "The Synapse backend of {{ $labels.instance }} is unreachable or returns garbage" + description: "The Synapse backend of {{ $labels.target }} is unreachable or returns garbage"