diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-06-08 21:51:55 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-06-08 21:51:55 +0000 |
commit | de2e0ce10cb60d690da63c018f2162b47ef96141 (patch) | |
tree | ab303ac36c8c1d3003ef1d2a677b80b920b27266 /applications/luci-statistics/luasrc/controller/luci_statistics | |
parent | 0d4b628c7bb72b3785fd9ce7d71f85ddb6b250a0 (diff) |
* luci/statistics: implement support for the load plugin
Diffstat (limited to 'applications/luci-statistics/luasrc/controller/luci_statistics')
-rw-r--r-- | applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua b/applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua index 04cdd7ce2..be6430eed 100644 --- a/applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua +++ b/applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua @@ -44,7 +44,7 @@ function index() -- our collectd menu local collectd_menu = { output = { "rrdtool", "network", "unixsock", "csv" }, - system = { "exec", "email", "cpu", "df", "disk", "irq", "processes" }, + system = { "exec", "email", "cpu", "df", "disk", "irq", "processes", "load" }, network = { "interface", "netlink", "iptables", "tcpconns", "ping", "dns", "wireless" } } |