From: Manuel Munz Date: Mon, 28 Nov 2011 15:58:56 +0000 (+0000) Subject: applications/luci-statistics: Add olsrd to the default config X-Git-Tag: 0.11.0~1309 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e47c84ffaa01bcebd39cb5ee0acceaf5a9250b7c;p=project%2Fluci.git applications/luci-statistics: Add olsrd to the default config --- diff --git a/applications/luci-statistics/root/etc/config/luci_statistics b/applications/luci-statistics/root/etc/config/luci_statistics index 9d1c2b777a..bdd19a0d88 100644 --- a/applications/luci-statistics/root/etc/config/luci_statistics +++ b/applications/luci-statistics/root/etc/config/luci_statistics @@ -126,3 +126,8 @@ config 'statistics' 'collectd_memory' config 'statistics' 'collectd_conntrack' option 'enable' '1' + +config 'statistics' 'collectd_olsrd' + option 'enable' '1' + option 'Port' '2006' + option 'Host' '127.0.0.1'