Created
September 24, 2019 17:48
-
-
Save niftynei/2ace26d27069a3ab3aee3a08632a4e23 to your computer and use it in GitHub Desktop.
Alertmanager Config
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
receivers: | |
- name: alerts-email | |
email_configs: | |
- to: alerts@example.com | |
from: noreply@example.io | |
smarthost: smtp.gmail.com:587 | |
auth_username: alerts@example.com | |
auth_password: 12345678910 | |
- name: alerts-pager | |
opsgenie_configs: | |
- api_key: super-secret-api-key | |
responders: | |
- name: 'DevOps' | |
type: 'team' | |
tags: prometheus | |
priority: P1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment