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
  • Loading branch information
Deezzir committed Dec 12, 2024
1 parent b31c45d commit fb4a0ee
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 fb4a0ee

Please sign in to comment.