]> arthur.barton.de Git - netdata.git/blobdiff - conf.d/health_alarm_notify.conf
Major bug fixes as commented per the pull request https://github.com/firehol/netdata...
[netdata.git] / conf.d / health_alarm_notify.conf
index 3ed5e5199e58abbf675be5e705ff4183d4ddd524..13738f4398389cccb372b26132350dfc78e402f2 100644 (file)
@@ -118,16 +118,21 @@ DEFAULT_RECIPIENT_PUSHOVER=""
 # pushbullet (pushbullet.com) push notification options
 
 # multiple recipients can be given like this:
-#                  "USERTOKEN1 USERTOKEN2 ..."
+#                  "user1@email.com user2@mail.com"
 
 # enable/disable sending pushover notifications
 SEND_PUSHBULLET="YES"
 
-# Login to pushover.net to get your pushover app token.
-# You need only one for all your netdata servers (or you can have one for
-# each of your netdata - your call).
-# Without an app token, netdata cannot send pushover notifications.
+# 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
+# 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
 
+# Without an access token, netdata cannot send pushbullet notifications.
+PUSBULLET_ACCESS_TOKEN=""
 DEFAULT_RECIPIENT_PUSHBULLET=""
 
 ###############################################################################
@@ -183,7 +188,7 @@ role_recipients_email[sysadmin]="${DEFAULT_RECIPIENT_EMAIL}"
 
 role_recipients_pushover[sysadmin]="${DEFAULT_RECIPIENT_PUSHOVER}"
 
-role_recipients_pushover[sysadmin]="${DEFAULT_RECIPIENT_PUSHBULLET}"
+role_recipients_pushbullet[sysadmin]="${DEFAULT_RECIPIENT_PUSHBULLET}"
 
 role_recipients_telegram[sysadmin]="${DEFAULT_RECIPIENT_TELEGRAM}"
 
@@ -197,7 +202,7 @@ role_recipients_email[domainadmin]="${DEFAULT_RECIPIENT_EMAIL}"
 
 role_recipients_pushover[domainadmin]="${DEFAULT_RECIPIENT_PUSHOVER}"
 
-role_recipients_pushover[domainadmin]="${DEFAULT_RECIPIENT_PUSHBULLET}"
+role_recipients_pushbullet[domainadmin]="${DEFAULT_RECIPIENT_PUSHBULLET}"
 
 role_recipients_telegram[domainadmin]="${DEFAULT_RECIPIENT_TELEGRAM}"
 
@@ -212,7 +217,7 @@ role_recipients_email[dba]="${DEFAULT_RECIPIENT_EMAIL}"
 
 role_recipients_pushover[dba]="${DEFAULT_RECIPIENT_PUSHOVER}"
 
-role_recipients_pushover[dba]="${DEFAULT_RECIPIENT_PUSHBULLET}"
+role_recipients_pushbullet[dba]="${DEFAULT_RECIPIENT_PUSHBULLET}"
 
 role_recipients_telegram[dba]="${DEFAULT_RECIPIENT_TELEGRAM}"
 
@@ -227,7 +232,7 @@ role_recipients_email[webmaster]="${DEFAULT_RECIPIENT_EMAIL}"
 
 role_recipients_pushover[webmaster]="${DEFAULT_RECIPIENT_PUSHOVER}"
 
-role_recipients_pushover[webmaster]="${DEFAULT_RECIPIENT_PUSHBULLET}"
+role_recipients_pushbullet[webmaster]="${DEFAULT_RECIPIENT_PUSHBULLET}"
 
 role_recipients_telegram[webmaster]="${DEFAULT_RECIPIENT_TELEGRAM}"
 
@@ -242,7 +247,7 @@ role_recipients_email[proxyadmin]="${DEFAULT_RECIPIENT_EMAIL}"
 
 role_recipients_pushover[proxyadmin]="${DEFAULT_RECIPIENT_PUSHOVER}"
 
-role_recipients_pushover[proxyadmin]="${DEFAULT_RECIPIENT_PUSHBULLET}"
+role_recipients_pushbullet[proxyadmin]="${DEFAULT_RECIPIENT_PUSHBULLET}"
 
 role_recipients_telegram[proxyadmin]="${DEFAULT_RECIPIENT_TELEGRAM}"