summaryrefslogtreecommitdiffstats
path: root/conf.d/health_alarm_notify.conf
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-10-23 23:07:58 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-10-23 23:07:58 +0300
commit072e244f93439abf6e0d0ef109e606bec42350c0 (patch)
treecfe7423780748632cd03e769568fbf6b0b2ccec3 /conf.d/health_alarm_notify.conf
parent9110abcb944099fe8fd94037e66baedd976be873 (diff)
alarm-test script rewritten - fixes #943; pushbullet notifications follow the format of the others; minor other improvements
Diffstat (limited to 'conf.d/health_alarm_notify.conf')
-rw-r--r--conf.d/health_alarm_notify.conf13
1 files changed, 6 insertions, 7 deletions
diff --git a/conf.d/health_alarm_notify.conf b/conf.d/health_alarm_notify.conf
index 71589ccea5..3f0876e6fe 100644
--- a/conf.d/health_alarm_notify.conf
+++ b/conf.d/health_alarm_notify.conf
@@ -18,8 +18,8 @@
###############################################################################
# proxy configuration
#
-# If you need to send curl based notifications (pushover, slack, telegram)
-# via a proxy, set these to your proxy address:
+# If you need to send curl based notifications (pushover, pushbullet, slack,
+# telegram) via a proxy, set these to your proxy address:
#export http_proxy="http://10.0.0.1:3128/"
#export https_proxy="http://10.0.0.1:3128/"
@@ -113,8 +113,6 @@ DEFAULT_RECIPIENT_PUSHOVER=""
###############################################################################
-
-###############################################################################
# pushbullet (pushbullet.com) push notification options
# multiple recipients can be given like this:
@@ -125,16 +123,17 @@ SEND_PUSHBULLET="YES"
# Signup and Login to pushbullet.com
# To get your Access Token, go to https://www.pushbullet.com/#settings/account
-# And create a new access token
-# Then just set the recipients emails
+# Create a new access token and paste it below.
+# Then just set the recipients' emails.
# Please note that the if the email in the DEFAULT_RECIPIENT_PUSHBULLET does
# not have a pushbullet account, the pushbullet service will send an email
-# to that address instead
+# to that address instead.
# Without an access token, netdata cannot send pushbullet notifications.
PUSHBULLET_ACCESS_TOKEN=""
DEFAULT_RECIPIENT_PUSHBULLET=""
+
###############################################################################
# telegram (telegram.org) global notification options