* luci/statistics: implement support for the load plugin
[project/luci.git] / applications / luci-statistics / luasrc / controller / luci_statistics / luci_statistics.lua
index 04cdd7c..be6430e 100644 (file)
@@ -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" }
        }