DaCrow13
feat: Add Prometheus and Alertmanager services with alert rules, configurations, and a verification report.
c2c8d10
global:
resolve_timeout: 5m
route:
group_by: ['alertname', 'severity']
group_wait: 10s
group_interval: 10s
repeat_interval: 1h
receiver: 'log-receiver'
receivers:
- name: 'log-receiver'
webhook_configs:
- url: 'http://hopcroft-api:8080/health'
inhibition_rules:
- source_match:
severity: 'critical'
target_match:
severity: 'warning'
equal: ['alertname', 'dev', 'instance']