alerts: fix condition
This commit is contained in:
parent
63fa03e971
commit
663ef8feb1
|
@ -252,7 +252,7 @@ lib.mapAttrsToList
|
|||
# };
|
||||
|
||||
garage_cluster_healthy = {
|
||||
condition = "cluster_healthy = 0";
|
||||
condition = "cluster_healthy == 0";
|
||||
time = "15m";
|
||||
description = "garage cluster on {{$labels.instance}} is not healthy: {{$labels.result}}!";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue