You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
global:
# The smarthost and SMTP sender used for mail notifications.smtp_smarthost: 'localhost:25'smtp_from: ''smtp_auth_username: 'alertmanager'smtp_auth_password: 'password'# The directory from which notification templates are read.templates:
- '/etc/alertmanager/template/*.tmpl'# The root route on which each incoming alert enters.route:
group_by: ['alertname']group_wait: 20sgroup_interval: 5mrepeat_interval: 3hreceiver: discord_webhookreceivers:
- name: 'discord_webhook'webhook_configs:
- url: 'http://am-discord:9094'