summaryrefslogtreecommitdiffstats
path: root/rules/collectd.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2015-02-05 14:18:17 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-02-05 16:51:03 +0100
commit7e89b362fa74a071ecfa9e2bc54ec64bad4c31f6 (patch)
tree752ac8e1105bef7477314fa46a7bab84b60f9455 /rules/collectd.make
parent6f4d50a96bde1b5a58958344537cf03a4eac4432 (diff)
downloadptxdist-7e89b362fa74a071ecfa9e2bc54ec64bad4c31f6.tar.gz
ptxdist-7e89b362fa74a071ecfa9e2bc54ec64bad4c31f6.tar.xz
collectd: add support for syslog plugin
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/collectd.make')
-rw-r--r--rules/collectd.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/collectd.make b/rules/collectd.make
index 593b7776c..b6e82392c 100644
--- a/rules/collectd.make
+++ b/rules/collectd.make
@@ -29,6 +29,7 @@ COLLECTD_LICENSE := GPL2
# Prepare
# ----------------------------------------------------------------------------
+COLLECTD_ENABLE-$(PTXCONF_COLLECTD_SYSLOG) += syslog
COLLECTD_ENABLE-$(PTXCONF_COLLECTD_RRDTOOL) += rrdtool
#
@@ -135,7 +136,6 @@ COLLECTD_CONF_OPT := $(CROSS_AUTOCONF_USR) \
--disable-snmp \
--disable-statsd \
--disable-swap \
- --disable-syslog \
--disable-table \
--disable-tail \
--disable-tail_csv \