From 84bac1f58e84a4f65c3fe53c323f24f0e94888dd Mon Sep 17 00:00:00 2001 From: Chris Akritidis <43294513+cakrit@users.noreply.github.com> Date: Wed, 15 May 2019 17:21:14 +0200 Subject: [PATCH] Add prowl to list of methods checked for enablement of notifications (#6022) --- health/notifications/alarm-notify.sh.in | 1 + 1 file changed, 1 insertion(+) diff --git a/health/notifications/alarm-notify.sh.in b/health/notifications/alarm-notify.sh.in index 16e5f08ad7..ff4b3f3dc9 100755 --- a/health/notifications/alarm-notify.sh.in +++ b/health/notifications/alarm-notify.sh.in @@ -654,6 +654,7 @@ for method in "${SEND_EMAIL}" \ "${SEND_KAFKA}" \ "${SEND_PD}" \ "${SEND_FLEEP}" \ + "${SEND_PROWL}" \ "${SEND_CUSTOM}" \ "${SEND_IRC}" \ "${SEND_AWSSNS}" \