Files
karma/mock/alertmanager.yml
Łukasz Mierzwa f4ab8428d8 Add make target for generating mock API data from alertmanager
This will allow moving away from manually captured/edited mock API responses and start generating them by sending alerts & silences to a live Alertmanager instance
2017-05-02 10:28:39 +01:00

18 lines
362 B
YAML

route:
group_by: ['alertname', 'cluster', 'service']
group_wait: 15s
group_interval: 35s
repeat_interval: 999h
receiver: default
inhibit_rules:
- source_match:
severity: 'critical'
target_match:
severity: 'warning'
# Apply inhibition if the alertname is the same.
equal: ['alertname', 'cluster', 'service']
receivers:
- name: 'default'