]> arthur.barton.de Git - netdata.git/blobdiff - conf.d/health_alarm_notify.conf
final touch for operational pushover.net notifications
[netdata.git] / conf.d / health_alarm_notify.conf
index d1c42bd220b752ec9f2e805ea787d8c192df78b3..0a43208595efbe6f0f7f42e00bb469f13e5bc8e9 100644 (file)
 
 # The full path to the sendmail command.
 # If empty, the system $PATH will be searched for it.
-sendmail=
+sendmail=""
 
 # The full path of the curl command.
 # If empty, the system $PATH will be searched for it.
-curl=
+curl=""
 
 
 ###############################################################################
@@ -33,7 +33,7 @@ DEFAULT_RECIPIENT_EMAIL="root"
 
 
 ###############################################################################
-# sending pushover notifications (pushover.com)
+# sending pushover notifications (pushover.net)
 
 # note: multiple recipients can be given like this:
 #                  "USERTOKEN1 USERTOKEN2 USERTOKEN3 ..."
@@ -44,11 +44,11 @@ SEND_PUSHOVER="YES"
 # Login to pushover.com to get your pushover app token
 # You need only one for all your netdata servers.
 # Without it, netdata cannot send pushover notifications.
-PUSHOVER_APP_TOKEN=
+PUSHOVER_APP_TOKEN=""
 
 # if a role recipient is not configured, a notification will be send to
 # this pushover user token
-DEFAULT_RECIPIENT_PUSHOVER=
+DEFAULT_RECIPIENT_PUSHOVER=""
 
 
 ###############################################################################