Skip to content

Commit 84ed6c7

Browse files
dbonattobrian-brazil
authored andcommitted
Adding documentation for the PagerDuty event severity. (prometheus/alertmanager#1211) (prometheus#956)
1 parent 23e2948 commit 84ed6c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/docs/alerting/configuration.md

100644100755
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,9 @@ service_key: <tmpl_secret>
316316
# A description of the incident.
317317
[ description: <tmpl_string> | default = '{{ template "pagerduty.default.description" .}}' ]
318318
319+
# Severity of the incident.
320+
[ severity: <tmpl_string> | default = 'error' ]
321+
319322
# A set of arbitrary key/value pairs that provide further detail
320323
# about the incident.
321324
[ details: { <string>: <tmpl_string>, ... } | default = {

0 commit comments

Comments
 (0)