summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/Makefile
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2016-09-04 13:18:59 +0300
committerHannu Nyman <hannu.nyman@iki.fi>2016-09-04 13:18:59 +0300
commita69bd4202ecb92ceb009b7f4e5b9fd60328389ab (patch)
treebdc0d7d49c7255f7b8318d819d4dbb6bbbc2855f /applications/luci-app-statistics/Makefile
parentd5f8c9b0280ac17eaa8ea87a893204dfeeea7d68 (diff)
luci-app-statistics: Add cpu and memory plugins to the default set
Add cpu and memory statistics plugins to the default set included in Luci statistics and enable them in the default config. They are useful small collectd plugins for resource usage monitoring. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-statistics/Makefile')
-rw-r--r--applications/luci-app-statistics/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-app-statistics/Makefile b/applications/luci-app-statistics/Makefile
index af07cfbd0..6c0121e96 100644
--- a/applications/luci-app-statistics/Makefile
+++ b/applications/luci-app-statistics/Makefile
@@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI Statistics Application
LUCI_DEPENDS:= \
+collectd +rrdtool1 +collectd-mod-rrdtool +collectd-mod-iwinfo \
+ +collectd-mod-cpu +collectd-mod-memory \
+collectd-mod-interface +collectd-mod-load +collectd-mod-network
include ../../luci.mk