]> arthur.barton.de Git - netdata.git/blobdiff - conf.d/health_alarm_notify.conf
alarm-test script rewritten - fixes #943; pushbullet notifications follow the format...
[netdata.git] / conf.d / health_alarm_notify.conf
index 71589ccea57789632cb4f72998bf506d488532df..3f0876e6fee720a222081c49f78cc8e472256fd1 100644 (file)
@@ -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/"
 
@@ -112,8 +112,6 @@ PUSHOVER_APP_TOKEN=""
 DEFAULT_RECIPIENT_PUSHOVER=""
 
 
-###############################################################################
-
 ###############################################################################
 # pushbullet (pushbullet.com) push notification options
 
@@ -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