diff --git a/docs/sources/administration/provisioning.md b/docs/sources/administration/provisioning.md index 7b2aa6f0323..d35b91297fb 100644 --- a/docs/sources/administration/provisioning.md +++ b/docs/sources/administration/provisioning.md @@ -511,12 +511,12 @@ The following sections detail the supported settings and secure settings for eac #### Alert notification `opsgenie` -| Name | -| ---------------- | -| apiKey | -| apiUrl | -| autoClose | -| overridePriority | +| Name | Secure setting | +| ---------------- | - | +| apiKey | yes | +| apiUrl | | +| autoClose | | +| overridePriority | | #### Alert notification `telegram` diff --git a/pkg/services/alerting/notifiers/opsgenie.go b/pkg/services/alerting/notifiers/opsgenie.go index 177f1c896a9..e7a3158fee9 100644 --- a/pkg/services/alerting/notifiers/opsgenie.go +++ b/pkg/services/alerting/notifiers/opsgenie.go @@ -19,33 +19,46 @@ func init() { Heading: "OpsGenie settings", Factory: NewOpsGenieNotifier, OptionsTemplate: ` -