summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 01:22:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 01:22:44 +0000
commit04902b6705ce203475d694adb402316d3ddb728c (patch)
tree343f01094deed715ae5e7e3b5bc5748f6ed11ff0
parentUpdating vcs fields. (diff)
downloadnetdata-04902b6705ce203475d694adb402316d3ddb728c.tar.xz
netdata-04902b6705ce203475d694adb402316d3ddb728c.zip
Disabling to send emails by default.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/progress-linux/0001-send-email.patch15
-rw-r--r--debian/patches/series1
2 files changed, 16 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"
diff --git a/debian/patches/series b/debian/patches/series
index 181a145..c7d0d9f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,3 +9,4 @@ debian/0008-remove-social-media-buttons.patch
debian/0009-remove-googleanalytics.patch
debian/0010-remove-login.patch
upstream/0001-allow-symlinks.patch
+progress-linux/0001-send-email.patch