docs: Update default value for opsgenie_config 'message'.

Signed-off-by: Philip Gough <philip.p.gough@gmail.com>
This commit is contained in:
Philip Gough 2021-10-28 16:21:01 +01:00
parent 1b8afe7cb5
commit f52c11f3d1
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ OpsGenie notifications are sent via the [OpsGenie API](https://docs.opsgenie.com
[ api_url: <string> | default = global.opsgenie_api_url ]
# Alert text limited to 130 characters.
[ message: <tmpl_string> ]
[ message: <tmpl_string> | default = '{{ template "opsgenie.default.message" . }}' ]
# A description of the alert.
[ description: <tmpl_string> | default = '{{ template "opsgenie.default.description" . }}' ]