prometheus-community / helm-charts

Prometheus community Helm charts
Apache License 2.0
4.98k stars 4.99k forks source link

[kube-prometheus-stack] - Alertmanager integration with opsgenie #3429

Open bmgante opened 1 year ago

bmgante commented 1 year ago

Hi, does anyone could share an optimised and working values.yaml config for alertmanager integration with opsgenie? Thanks

aki263 commented 1 year ago

If you are using helm to deploy you can using something like this, I am not 100% sure.

alertmanager:
  enabled: true
  config:
    route:
      receiver: 'default-receiver'
      routes:
        - match:
            severity: critical
          receiver: 'opsgenie-notifications'
    receivers:
      - name: 'default-receiver'
      - name: 'opsgenie-notifications'
        opsgenie_configs:
          - api_key: 'your-opsgenie-api-key'
            teams:
              - team: 'your-opsgenie-team'
stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.