alerts: fix condition

This commit is contained in:
teutat3s 2024-09-10 14:28:42 +02:00
parent 63fa03e971
commit 663ef8feb1
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -252,7 +252,7 @@ lib.mapAttrsToList
# }; # };
garage_cluster_healthy = { garage_cluster_healthy = {
condition = "cluster_healthy = 0"; condition = "cluster_healthy == 0";
time = "15m"; time = "15m";
description = "garage cluster on {{$labels.instance}} is not healthy: {{$labels.result}}!"; description = "garage cluster on {{$labels.instance}} is not healthy: {{$labels.result}}!";
}; };