Skip to content

Instantly share code, notes, and snippets.

@niftynei
Created September 24, 2019 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niftynei/2ace26d27069a3ab3aee3a08632a4e23 to your computer and use it in GitHub Desktop.
Save niftynei/2ace26d27069a3ab3aee3a08632a4e23 to your computer and use it in GitHub Desktop.
Alertmanager Config
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