14 lines
339 B
YAML
14 lines
339 B
YAML
global:
|
|
resolve_timeout: 5m
|
|
|
|
route:
|
|
receiver: 'discord'
|
|
group_wait: 10s
|
|
group_interval: 30s
|
|
repeat_interval: 1h
|
|
|
|
receivers:
|
|
- name: 'discord'
|
|
webhook_configs:
|
|
- url: 'https://discord.com/api/webhooks/1367657026280226907/vRMRq22mikrAAJerUBAcxWPbRgZeY5fF3YE_3u0fZnGCEzNIPot36fBLP7yZ4i55IMSz'
|
|
send_resolved: true |