]> arthur.barton.de Git - netdata.git/blobdiff - conf.d/health_alarm_notify.conf
fix for alarms with multiple roles; more comments; fixed typos
[netdata.git] / conf.d / health_alarm_notify.conf
index eb019f7bf53fa4f92f64eccc60604de7537f6c7d..d451cafedcf15919de29ed5a620b496c94611b6e 100644 (file)
 ###############################################################################
 # proxy configuration
 #
-# if you need to send curl based notifications (pushover, slack, telegram)
+# If you need to send curl based notifications (pushover, 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/"
 
 
 ###############################################################################
-# external commands needed
+# notifications images
+#
+# Images in notifications need to be downloaded from an Internet facing site.
+# To allow notification providers fetch the icons/images, by default we set
+# the URL of the global public netdata registry.
+# If you have an Internet facing netdata (or you have copied the images/ folder
+# of netdata to your web server), set its URL here, to fetch the notification
+# images from it.
+#images_base_url="http://my.public.netdata.server:19999"
+
+
+###############################################################################
+# external commands
 
 # The full path to the sendmail command.
 # If empty, the system $PATH will be searched for it.
@@ -207,3 +219,4 @@ role_recipients_pushover[proxyadmin]="${DEFAULT_RECIPIENT_PUSHOVER}"
 role_recipients_telegram[proxyadmin]="${DEFAULT_RECIPIENT_TELEGRAM}"
 
 role_recipients_slack[proxyadmin]="${DEFAULT_RECIPIENT_SLACK}"
+