# Simplified Alertmanager Configuration global: smtp_smarthost: 'localhost:587' smtp_from: 'alerts@localhost' route: group_by: ['alertname'] group_wait: 10s group_interval: 10s repeat_interval: 1h receiver: 'web.hook' receivers: - name: 'web.hook' webhook_configs: - url: 'http://localhost:5001/' send_resolved: true