Skip to content

Commit

Permalink
Fire SsaCLIControllerNotOK only if status is not OK and not NOT CONFI…
Browse files Browse the repository at this point in the history
…GURED (#373)

* Fire SsaCLIControllerNotOK only if status is not OK and not NOT CONFIGURED

* Fix status spelling
  • Loading branch information
Deezzir authored Dec 13, 2024
1 parent b31c45d commit cbafe4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prometheus_alert_rules/ssacli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ groups:
LABELS = {{ $labels }}
- alert: SsaCLIControllerNotOK
expr: ssacli_controller_info{status != "OK"} == 1
expr: ssacli_controller_info{status != "OK", status!="NOT CONFIGURED"} == 1
for: 0m
labels:
severity: critical
Expand Down

0 comments on commit cbafe4f

Please sign in to comment.