Kubernetes - Monitoring and Logging
You configured Alertmanager but no notifications are sent. Which of these is a likely cause based on this snippet?
receivers:
- name: 'team-email'
email_configs:
- to: 'team@example.com'
route:
receiver: 'team-email'
group_by: ['alertname']
group_wait: 30s
group_interval: 5m
repeat_interval: 1h