mirror of
https://github.com/ced4568/ceds-observability-stack.git
synced 2026-08-13 06:44:01 +00:00
Update alertmanager.yml
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
```yaml
|
||||||
|
global:
|
||||||
|
resolve_timeout: 5m
|
||||||
|
|
||||||
|
route:
|
||||||
|
receiver: "default-receiver"
|
||||||
|
group_by:
|
||||||
|
- alertname
|
||||||
|
- instance
|
||||||
|
group_wait: 30s
|
||||||
|
group_interval: 5m
|
||||||
|
repeat_interval: 4h
|
||||||
|
|
||||||
|
receivers:
|
||||||
|
- name: "default-receiver"
|
||||||
|
webhook_configs:
|
||||||
|
- url: "http://example-webhook.local/alerts"
|
||||||
|
send_resolved: true
|
||||||
Reference in New Issue
Block a user