fix: correct null receiver typos in alertmanager config
This commit is contained in:
@@ -31,7 +31,12 @@ spec:
|
||||
group_interval: 10m
|
||||
repeat_interval: 12h
|
||||
receiver: telegram
|
||||
routes:
|
||||
- receiver: "null"
|
||||
matchers:
|
||||
- alertname =~ "InfoInhibitor|Watchdog"
|
||||
receivers:
|
||||
- name: "null"
|
||||
- name: telegram
|
||||
telegram_configs:
|
||||
- bot_token_file: /etc/alertmanager/secrets/alertmanager-telegram/telegram_bot_token
|
||||
|
||||
Reference in New Issue
Block a user