summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/0005-send-email.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-05-12 12:26:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-05-12 12:29:40 +0000
commit9e590959b6eae6e91012b2de69fc584d2d3a3715 (patch)
tree9f38024a821455b084b1cce0b57bcbd223611ccd /debian/patches/debian/0005-send-email.patch
parentCopying system directory to temporary build-tree too to fix FTBFS. (diff)
downloadnetdata-9e590959b6eae6e91012b2de69fc584d2d3a3715.tar.xz
netdata-9e590959b6eae6e91012b2de69fc584d2d3a3715.zip
Renumbering patches.
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 000000000..1614c4622
--- /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
+@@ -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"