From f09ffc2850d43672d036f3e710a9880444fcd678 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 28 Nov 2011 04:50:54 +0000 Subject: applications/luci-statistics: add support for conntrack plugin --- applications/luci-statistics/root/etc/config/luci_statistics | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'applications/luci-statistics/root/etc') diff --git a/applications/luci-statistics/root/etc/config/luci_statistics b/applications/luci-statistics/root/etc/config/luci_statistics index de94b3a6a..ea3f722a6 100644 --- a/applications/luci-statistics/root/etc/config/luci_statistics +++ b/applications/luci-statistics/root/etc/config/luci_statistics @@ -131,3 +131,9 @@ config 'statistics' 'collectd_rrdtool' option 'RRARows' '100' option 'RRASingle' '1' option 'RRATimespans' '1hour 1day 1week 1month 1year' + +config 'statistics' 'collectd_memory' + option 'enable' '1' + +config 'statistics' 'collectd_conntrack' + option 'enable' '1' -- cgit v1.2.3