diff options
Diffstat (limited to '')
-rw-r--r-- | health/notifications/opsgenie/README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/health/notifications/opsgenie/README.md b/health/notifications/opsgenie/README.md index 7ae409df4..10b9f5242 100644 --- a/health/notifications/opsgenie/README.md +++ b/health/notifications/opsgenie/README.md @@ -20,10 +20,11 @@ directory](/docs/configure/nodes.md): ./edit-config health_alarm_notify.conf ``` -Change the variable `OPSGENIE_API_KEY` with the API key you got from Opsgenie. -`OPSGENIE_API_URL` defaults to https://api.opsgenie.com, however there are region specific API URLs such as https://eu.api.opsgenie.com, so set this if required. +Change the variable `OPSGENIE_API_KEY` with the API key you got from Opsgenie. `OPSGENIE_API_URL` defaults to +`https://api.opsgenie.com`, however there are region-specific API URLs such as `https://eu.api.opsgenie.com`, so set +this if required. -``` +```conf SEND_OPSGENIE="YES" # Api key |