Skip to content

Commit

Permalink
fix(prometheus): add ignore rules to alert manager
Browse files Browse the repository at this point in the history
  • Loading branch information
willianpaixao committed Dec 3, 2024
1 parent 7e76029 commit b23fdeb
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,21 @@ spec:
groupWait: 30s
groupInterval: 5m
repeatInterval: 12h
receiver: 'telegram'
routes:
- receiver: 'null'
matchers:
- name: 'alertname'
value: 'InfoInhibitor'
matchType: '='
- name: 'alertname'
value: 'NodeCPUHighUsage'
matchType: '='
- name: 'alertname'
value: 'NodeSystemSaturation'
matchType: '='
- name: 'alertname'
value: 'Watchdog'
matchType: '='
- receiver: 'telegram'
matchers:
- name: 'severity'
Expand Down

0 comments on commit b23fdeb

Please sign in to comment.