blob: 1614c4622a522f07bc51ccbcad5178484be80a63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Disabling to send emails by default.
diff -Naurp netdata.orig/health/notifications/health_alarm_notify.conf netdata/health/notifications/health_alarm_notify.conf
--- netdata.orig/health/notifications/health_alarm_notify.conf
+++ netdata/health/notifications/health_alarm_notify.conf
@@ -199,7 +199,7 @@ sendsms=""
EMAIL_SENDER=""
# enable/disable sending emails
-SEND_EMAIL="YES"
+SEND_EMAIL="NO"
# if a role recipient is not configured, an email will be send to:
DEFAULT_RECIPIENT_EMAIL="root"
|