diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-07-08 20:43:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-10-20 08:18:13 +0000 |
commit | 3fc572d69c7ee7431f827a4eb2b9215fb5504304 (patch) | |
tree | 42fd729c326408c77402d87e7d88f0caf03d9631 | |
parent | Updating vcs fields. (diff) | |
download | netdata-3fc572d69c7ee7431f827a4eb2b9215fb5504304.tar.xz netdata-3fc572d69c7ee7431f827a4eb2b9215fb5504304.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.patch | 15 | ||||
-rw-r--r-- | debian/patches/series | 1 |
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 c1b2fff..2ffde3f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -14,3 +14,4 @@ debian/0013-remove-googlefonts.patch debian/0014-remove-googletagmanager.patch upstream/0001-allow-symlinks.patch upstream/0002-gcc-10.patch +progress-linux/0001-send-email.patch |