summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/0005-send-email.patch
blob: 4de04e647a2aa409497aa99a7441ae21bca62cb7 (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/src/health/notifications/health_alarm_notify.conf netdata/src/health/notifications/health_alarm_notify.conf
--- netdata.orig/src/health/notifications/health_alarm_notify.conf
+++ netdata/src/health/notifications/health_alarm_notify.conf
@@ -212,7 +212,7 @@ sendsms=""
 EMAIL_SENDER=""
 
 # enable/disable sending emails, set this YES, or NO, AUTO to enable/disable based on sendmail availability
-SEND_EMAIL="AUTO"
+SEND_EMAIL="NO"
 
 # if a role recipient is not configured, an email will be send to:
 DEFAULT_RECIPIENT_EMAIL="root"