summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-01-24 18:53:11 +0100
committerGitHub <noreply@github.com>2019-01-24 18:53:11 +0100
commit42f46b77301c940a25f02e60dfbb0ba14f330d18 (patch)
tree500c2e7ca84ac4545b37aab8c27271e9dff0e427 /health
parent7da7fb985f4a6514522cf012511a74182d094be7 (diff)
Update alarm-notify.sh.in (#5263)
Fixes #5261
Diffstat (limited to 'health')
-rwxr-xr-xhealth/notifications/alarm-notify.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/health/notifications/alarm-notify.sh.in b/health/notifications/alarm-notify.sh.in
index 6a5bce773b..9fca62711a 100755
--- a/health/notifications/alarm-notify.sh.in
+++ b/health/notifications/alarm-notify.sh.in
@@ -666,7 +666,7 @@ if [ "${SEND_EMAIL}" != "YES" \
-a "${SEND_CUSTOM}" != "YES" \
-a "${SEND_IRC}" != "YES" \
-a "${SEND_AWSSNS}" != "YES" \
- -o "${SEND_PROWL}" != "YES" \
+ -a "${SEND_PROWL}" != "YES" \
-a "${SEND_SYSLOG}" != "YES" \
-a "${SEND_MSTEAM}" != "YES" \
]