Last active
June 6, 2019 21:22
-
-
Save dkt26111/825d25956d23ac52efbde6d0c7b53ef8 to your computer and use it in GitHub Desktop.
Alertmanager
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
global: | |
resolve_timeout: 5m | |
route: | |
group_by: ['alertname'] | |
group_wait: 10s | |
group_interval: 10s | |
repeat_interval: 1h | |
routes: | |
- match: | |
alertname: HighUsage | |
receiver: 'scale-out-senlin' | |
receivers: | |
- name: 'scale-out-senlin' | |
webhook_configs: | |
- url: 'http://10.0.20.10:8778/v1/webhooks/789850f1-7836-4446-a7a2-e94470491e67/trigger?V=2' | |
send_resolved: false | |
inhibit_rules: | |
- source_match: | |
severity: 'critical' | |
target_match: | |
severity: 'warning' | |
equal: ['alertname', 'dev', 'instance'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment