docs: Update default value for opsgenie_config 'message'.
Signed-off-by: Philip Gough <philip.p.gough@gmail.com>
This commit is contained in:
parent
1b8afe7cb5
commit
f52c11f3d1
|
@ -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" . }}' ]
|
||||
|
|
Loading…
Reference in New Issue