Skip to content

Commit

Permalink
fix(prometheus): fix alertmanaget config
Browse files Browse the repository at this point in the history
  • Loading branch information
willianpaixao committed Dec 3, 2024
1 parent b23fdeb commit 8cd32a5
Showing 1 changed file with 5 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,18 @@ 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'
value: 'critical'
matchType: '='
value: 'InfoInhibitor|NodeCPUHighUsage|NodeSystemSaturation|Watchdog'
matchType: '=~'
- receiver: 'telegram'
matchers:
- name: 'severity'
value: 'page'
matchType: '='
value: 'critical|page'
matchType: '=~'
receivers:
- name: 'null'
- name: 'telegram'
Expand Down

0 comments on commit 8cd32a5

Please sign in to comment.