diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2023-12-07 09:16:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-09 13:20:03 +0000 |
commit | fa0a986d30f48ad784202322a0149112619a2693 (patch) | |
tree | 6575ecaee5ffb0d766d92b3e4886d39e35887c25 | |
parent | Updating copyright for 2024. (diff) | |
download | netdata-fa0a986d30f48ad784202322a0149112619a2693.tar.xz netdata-fa0a986d30f48ad784202322a0149112619a2693.zip |
Refreshing send-email.patch.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-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: |