From f52c11f3d13b5cb763f04448e692e6d7d5e64d2f Mon Sep 17 00:00:00 2001 From: Philip Gough Date: Thu, 28 Oct 2021 16:21:01 +0100 Subject: [PATCH] docs: Update default value for opsgenie_config 'message'. Signed-off-by: Philip Gough --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index b09039a9..92725849 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -514,7 +514,7 @@ OpsGenie notifications are sent via the [OpsGenie API](https://docs.opsgenie.com [ api_url: | default = global.opsgenie_api_url ] # Alert text limited to 130 characters. -[ message: ] +[ message: | default = '{{ template "opsgenie.default.message" . }}' ] # A description of the alert. [ description: | default = '{{ template "opsgenie.default.description" . }}' ]