We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e2948 commit 84ed6c7Copy full SHA for 84ed6c7
content/docs/alerting/configuration.md
100644
100755
@@ -316,6 +316,9 @@ service_key: <tmpl_secret>
316
# A description of the incident.
317
[ description: <tmpl_string> | default = '{{ template "pagerduty.default.description" .}}' ]
318
319
+# Severity of the incident.
320
+[ severity: <tmpl_string> | default = 'error' ]
321
+
322
# A set of arbitrary key/value pairs that provide further detail
323
# about the incident.
324
[ details: { <string>: <tmpl_string>, ... } | default = {
0 commit comments