From: Jo-Philipp Wich Date: Tue, 11 Dec 2012 13:49:07 +0000 (+0000) Subject: applications/luci-statistics: add missing nut plugin entry to config menu X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=61e5292c34a882228e1ae1a4f2b220442e825d45;p=oweals%2Fluci.git applications/luci-statistics: add missing nut plugin entry to config menu --- 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" } }