Skip to content

Commit

Permalink
Disable alerts for known problematic services
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristgit committed May 17, 2024
1 parent b9704b7 commit 776754e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ansible/host_vars/lovelace/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ prometheus_rules: |
- name: node
rules:
- alert: node/systemd-unit-failed
# expr: node_systemd_unit_state{state="failed", name!="openipmi.service", name!="nvmf-autoconnect.service"} != 0
expr: node_systemd_unit_state{state="failed"} != 0
expr: node_systemd_unit_state{state="failed", name!="openipmi.service", name!="nvmf-autoconnect.service"} != 0
for: 15m
labels:
severity: warning
Expand Down

0 comments on commit 776754e

Please sign in to comment.