From 5f4ca80b6090166495575e9d8807be62b3e9d333 Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Wed, 14 Sep 2016 10:50:03 +0300 Subject: [PATCH] removed left-over information; added information about sending notifications via a proxy --- conf.d/health_alarm_notify.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/conf.d/health_alarm_notify.conf b/conf.d/health_alarm_notify.conf index 84e0b211..c7dd068f 100644 --- a/conf.d/health_alarm_notify.conf +++ b/conf.d/health_alarm_notify.conf @@ -13,6 +13,12 @@ # # This file is a BASH script itself. +# if you need to send curl based notifications (pushover, slack) via a proxy +# set these: +#export http_proxy="http://10.0.0.1:3128/" +#export https_proxy="http://10.0.0.1:3128/" + + ############################################################################### # external commands needed @@ -32,7 +38,6 @@ curl="" # note: multiple recipients can be given like this: # "admin1@example.com admin2@example.com ..." -# note it needs a comma! # enable/disable sending emails SEND_EMAIL="YES" -- 2.39.2