This commit is contained in:
parent
9cbd60a80b
commit
6dab4ffb2e
|
@ -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