summaryrefslogtreecommitdiffstats
path: root/debian/patches
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 11:08:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 11:08:58 +0000
commitd2bab86c45431e6927e2c8201898eda3d262bd32 (patch)
tree014d41f6dd217a1ee8bb5187542b87a55c58e7be /debian/patches
parentUpdating vcs fields. (diff)
downloadnetdata-d2bab86c45431e6927e2c8201898eda3d262bd32.tar.xz
netdata-d2bab86c45431e6927e2c8201898eda3d262bd32.zip
Disabling to send emails by default.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches')
-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 0be909b..6389476 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -13,3 +13,4 @@ debian/0012-remove-googlefonts.patch
debian/0013-remove-googletagmanager.patch
upstream/0001-allow-symlinks.patch
upstream/0002-fix-FTCBFS.patch
+progress-linux/0001-send-email.patch