Add Prometheus and Alertmanager configurations: implement custom rules, alerting, and Telegram notifications
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
route:
|
||||
group_by: ["alertname"]
|
||||
receiver: "default"
|
||||
group_wait: 10s
|
||||
group_interval: 10m
|
||||
repeat_interval: 1h
|
||||
routes:
|
||||
- receiver: "telegram"
|
||||
matchers:
|
||||
- 'alertname="UserLoggedIn"'
|
||||
continue: false
|
||||
Reference in New Issue
Block a user