diff --git a/docs/sources/alerting/notifications.md b/docs/sources/alerting/notifications.md index fe7dba957d4..7493ffccbae 100644 --- a/docs/sources/alerting/notifications.md +++ b/docs/sources/alerting/notifications.md @@ -100,6 +100,7 @@ To set up PagerDuty, all you have to do is to provide an API key. Setting | Description ---------- | ----------- Integration Key | Integration key for PagerDuty. +Severity | Level for dynamic notifications, default is `critical` Auto resolve incidents | Resolve incidents in PagerDuty once the alert goes back to ok ### Webhook diff --git a/pkg/services/alerting/notifiers/pagerduty.go b/pkg/services/alerting/notifiers/pagerduty.go index 9fe27f67b4c..14548de9c98 100644 --- a/pkg/services/alerting/notifiers/pagerduty.go +++ b/pkg/services/alerting/notifiers/pagerduty.go @@ -24,6 +24,16 @@ func init() { Integration Key +