22 lines
389 B
YAML
22 lines
389 B
YAML
global:
|
|
resolve_timeout: 5m
|
|
|
|
route:
|
|
group_by: ["alertname"]
|
|
group_wait: 10s
|
|
group_interval: 10s
|
|
repeat_interval: 1h
|
|
receiver: "web.hook"
|
|
|
|
receivers:
|
|
- name: "web.hook"
|
|
webhook_configs:
|
|
- url: "http://10.0.0.1:5001/"
|
|
|
|
inhibit_rules:
|
|
- source_match:
|
|
severity: "critical"
|
|
target_match:
|
|
severity: "warning"
|
|
equal: ["alertname", "dev", "instance"]
|