summaryrefslogtreecommitdiffstats
path: root/debian/patches/progress-linux/0001-send-email.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 14:31:18 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 14:31:18 +0000
commit33bf274e12fc252b226e27a80f7edb0960ea68e5 (patch)
treedc335557085ce47d3e70b3b147f47a7b1857ed51 /debian/patches/progress-linux/0001-send-email.patch
parentAdding upstream version 1.37.1. (diff)
downloadnetdata-e240a7855982502581d2c32b71bd568ddcf91555.tar.xz
netdata-e240a7855982502581d2c32b71bd568ddcf91555.zip
Adding debian version 1.37.1-2.debian/1.37.1-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/progress-linux/0001-send-email.patch')
-rw-r--r--debian/patches/progress-linux/0001-send-email.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0001-send-email.patch b/debian/patches/progress-linux/0001-send-email.patch
new file mode 100644
index 0000000..1614c46
--- /dev/null
+++ b/debian/patches/progress-linux/0001-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
+@@ -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"