1
0
Fork 0

host/monitoring: Use correct variable in alerting rule description

This commit is contained in:
clerie 2024-01-15 18:08:23 +01:00
parent ee148026f7
commit bc35fbb0d6
1 changed files with 1 additions and 1 deletions

View File

@ -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"