summaryrefslogtreecommitdiffstats
path: root/debian/netdata.config
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-12-31 18:11:15 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-12-31 18:11:15 +0000
commit4b8962ca75178ff12f5db4f49833b8849f1d4bb2 (patch)
tree8261c750743286085b797e70bcd37b72362040af /debian/netdata.config
parentUpdating TODO file. (diff)
downloadnetdata-4b8962ca75178ff12f5db4f49833b8849f1d4bb2.tar.xz
netdata-4b8962ca75178ff12f5db4f49833b8849f1d4bb2.zip
Removing debconf-handling of health_alarm_notify.conf for now, will reintroduce it properly with ucf after some reworking/generalization (Closes: #904459).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/netdata.config')
-rw-r--r--debian/netdata.config20
1 files changed, 0 insertions, 20 deletions
diff --git a/debian/netdata.config b/debian/netdata.config
deleted file mode 100644
index eb2796f47..000000000
--- a/debian/netdata.config
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/bash
-
-set -e
-
-CONFFILE="/etc/netdata/health_alarm_notify.conf"
-
-. /usr/share/debconf/confmodule
-
-if [ -e "${CONFFILE}" ]; then
- # contains bashisms
- . ${CONFFILE} || true
-
- db_set netdata/send_email "${SEND_EMAIL}"
-fi
-
-db_settitle netdata/title
-db_input low netdata/send_email || true
-db_go
-
-db_stop