Commit 23e29483 authored by Benji Visser's avatar Benji Visser Committed by Brian Brazil

docs/alerting: updating pagerduty_url default (#954)

It has been changed to use the Pagerduty v2 API by default in Alertmanager.

https://github.com/prometheus/alertmanager/blob/master/config/config.go#L324
parent ffe8b398
...@@ -77,7 +77,7 @@ global: ...@@ -77,7 +77,7 @@ global:
[ slack_api_url: <string> ] [ slack_api_url: <string> ]
[ victorops_api_key: <string> ] [ victorops_api_key: <string> ]
[ victorops_api_url: <string> | default = "https://alert.victorops.com/integrations/generic/20131114/alert/" ] [ victorops_api_url: <string> | default = "https://alert.victorops.com/integrations/generic/20131114/alert/" ]
[ pagerduty_url: <string> | default = "https://events.pagerduty.com/generic/2010-04-15/create_event.json" ] [ pagerduty_url: <string> | default = "https://events.pagerduty.com/v2/enqueue" ]
[ opsgenie_api_url: <string> | default = "https://api.opsgenie.com/" ] [ opsgenie_api_url: <string> | default = "https://api.opsgenie.com/" ]
[ hipchat_url: <string> | default = "https://api.hipchat.com/" ] [ hipchat_url: <string> | default = "https://api.hipchat.com/" ]
[ hipchat_auth_token: <secret> ] [ hipchat_auth_token: <secret> ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment