diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-12-11 13:49:07 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-12-11 13:49:07 +0000 |
commit | 61e5292c34a882228e1ae1a4f2b220442e825d45 (patch) | |
tree | a2d5f3690044a4b45021f7f19b41d0121e07f65e /applications | |
parent | 61f883fa5abf53ab6623ceba09f235f6563c693c (diff) |
applications/luci-statistics: add missing nut plugin entry to config menu
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua | 4 |
1 files changed, 2 insertions, 2 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 7d8e6bf4a..869384c0a 100644 --- a/applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua +++ b/applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua @@ -50,7 +50,7 @@ function index() memory = _("Memory"), netlink = _("Netlink"), network = _("Network"), - nut = _("UPS"), + nut = _("UPS"), olsrd = _("OLSRd"), ping = _("Ping"), processes = _("Processes"), @@ -62,7 +62,7 @@ function index() -- our collectd menu local collectd_menu = { output = { "csv", "network", "rrdtool", "unixsock" }, - system = { "cpu", "df", "disk", "email", "exec", "irq", "load", "memory", "processes" }, + system = { "cpu", "df", "disk", "email", "exec", "irq", "load", "memory", "nut", "processes" }, network = { "conntrack", "dns", "interface", "iptables", "netlink", "olsrd", "ping", "tcpconns", "iwinfo" } } |