]> arthur.barton.de Git - netdata.git/commitdiff
removed left-over information; added information about sending notifications via...
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Wed, 14 Sep 2016 07:50:03 +0000 (10:50 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Wed, 14 Sep 2016 07:50:03 +0000 (10:50 +0300)
conf.d/health_alarm_notify.conf

index 84e0b2111a1ce736da4f1cb61b16c7fe0f624015..c7dd068f2bdeb008fd0dce44e59fa6a435a4341c 100644 (file)
 #
 # 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"