From 04902b6705ce203475d694adb402316d3ddb728c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 03:22:44 +0200 Subject: Disabling to send emails by default. Signed-off-by: Daniel Baumann --- debian/patches/progress-linux/0001-send-email.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 debian/patches/progress-linux/0001-send-email.patch (limited to 'debian/patches/progress-linux') 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 +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