summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/0005-send-email.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:58:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:58:04 +0000
commit89f8d515746f459d7ca8e6261bd590bd1b4602bd (patch)
treee419fa4503aef64498a4e74697f5b35b26e9c8d6 /debian/patches/debian/0005-send-email.patch
parentAdding upstream version 1.44.3. (diff)
downloadnetdata-89f8d515746f459d7ca8e6261bd590bd1b4602bd.tar.xz
netdata-89f8d515746f459d7ca8e6261bd590bd1b4602bd.zip
Adding debian version 1.44.3-2.debian/1.44.3-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/debian/0005-send-email.patch')
-rw-r--r--debian/patches/debian/0005-send-email.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/debian/0005-send-email.patch b/debian/patches/debian/0005-send-email.patch
new file mode 100644
index 00000000..829a7164
--- /dev/null
+++ b/debian/patches/debian/0005-send-email.patch
@@ -0,0 +1,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
+@@ -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"