diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-24 04:57:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-24 04:57:01 +0000 |
commit | 69a131c47635213a492ed6ab989b412c8fd5fe1d (patch) | |
tree | 4ac7b314ea9f88dd24c0947ed12a4c0eac945942 /health | |
parent | Releasing debian version 1.29.2-1. (diff) | |
download | netdata-69a131c47635213a492ed6ab989b412c8fd5fe1d.tar.xz netdata-69a131c47635213a492ed6ab989b412c8fd5fe1d.zip |
Merging upstream version 1.29.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 |