Created
February 24, 2017 22:52
-
-
Save gmas/9d89aac37bf0509cb71fcfba5ad494e3 to your computer and use it in GitHub Desktop.
This file contains 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: | |
slack_api_url: <hidden> | |
templates: | |
- '/etc/alertmanager-templates/*.tmpl' | |
route: | |
group_by: ['alertname'] | |
group_wait: 10s | |
group_interval: 10s | |
repeat_interval: 5m | |
receiver: 'pagerduty' | |
receivers: | |
- name: 'pagerduty' | |
pagerduty_configs: | |
- service_key: <hidden> | |
client: 'Prometheus' | |
description: '{{ .CommonAnnotations.description }}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment