Skip to content

Commit 23e2948

Browse files
noqcksbrian-brazil
authored andcommitted
docs/alerting: updating pagerduty_url default (prometheus#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
1 parent ffe8b39 commit 23e2948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/alerting/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ global:
7777
[ slack_api_url: <string> ]
7878
[ victorops_api_key: <string> ]
7979
[ victorops_api_url: <string> | default = "https://alert.victorops.com/integrations/generic/20131114/alert/" ]
80-
[ pagerduty_url: <string> | default = "https://events.pagerduty.com/generic/2010-04-15/create_event.json" ]
80+
[ pagerduty_url: <string> | default = "https://events.pagerduty.com/v2/enqueue" ]
8181
[ opsgenie_api_url: <string> | default = "https://api.opsgenie.com/" ]
8282
[ hipchat_url: <string> | default = "https://api.hipchat.com/" ]
8383
[ hipchat_auth_token: <secret> ]

0 commit comments

Comments
 (0)