From 9e590959b6eae6e91012b2de69fc584d2d3a3715 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 12 May 2023 14:26:11 +0200 Subject: Renumbering patches. Signed-off-by: Daniel Baumann --- debian/patches/debian/0005-send-email.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 debian/patches/debian/0005-send-email.patch (limited to 'debian/patches/debian/0005-send-email.patch') 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 +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" -- cgit v1.2.3