diff options
-rw-r--r-- | debian/patches/debian/0005-send-email.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/debian/0005-send-email.patch b/debian/patches/debian/0005-send-email.patch index 1614c4622..829a71646 100644 --- a/debian/patches/debian/0005-send-email.patch +++ b/debian/patches/debian/0005-send-email.patch @@ -4,11 +4,11 @@ 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="" +@@ -212,7 +212,7 @@ sendsms="" EMAIL_SENDER="" - # enable/disable sending emails --SEND_EMAIL="YES" + # 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: |