diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-05-20 19:15:47 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-05-20 19:15:47 +0000 |
commit | b878aa8cedc3b8d58ddc778ce210fb41b9f4f4c3 (patch) | |
tree | 0a3c8020f89690497a4aa9e2b628689fb7057482 /applications/luci-statistics/src/model/menu | |
parent | 9b4386e0f1e91312d90387ce10780f62f7980346 (diff) |
* ffluci/statistics: updated menu, added collectd interface and iptables cbi models
Diffstat (limited to 'applications/luci-statistics/src/model/menu')
-rw-r--r-- | applications/luci-statistics/src/model/menu/70luci-statistics.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/applications/luci-statistics/src/model/menu/70luci-statistics.lua b/applications/luci-statistics/src/model/menu/70luci-statistics.lua index ded0b86760..3e3405fd00 100644 --- a/applications/luci-statistics/src/model/menu/70luci-statistics.lua +++ b/applications/luci-statistics/src/model/menu/70luci-statistics.lua @@ -4,13 +4,13 @@ add( "admin", "statistics", "Statistiken", 70 ) --act( "ascent", "Ascent" ) --act( "cpufreq", "Cpufreq" ) act( "csv", "CSV" ) ---act( "df", "Speicher" ) ---act( "disk", "Festplatte" ) +act( "df", "Speicher" ) +act( "disk", "Festplatte" ) act( "dns", "DNS" ) ---act( "email", "E-Mail" ) +act( "email", "E-Mail" ) act( "exec", "Exec" ) --act( "hddtemp", "Festplattentemperatur" ) -act( "interface", "Netzwerkschnittstellen" ) +act( "interface", "Schnittstellen" ) act( "iptables", "Firewall" ) --act( "irq", "Interrupts" ) --act( "libvirt", "Virtualisierung" ) @@ -26,7 +26,7 @@ act( "iptables", "Firewall" ) --act( "perl", "Perl" ) act( "ping", "Ping" ) --act( "powerdns", "Powerdns Server" ) -act( "processes", "Prozessüberwachung" ) +act( "processes", "Prozesse" ) --act( "rrdtool", "RRD Tool" ) --act( "sensors", "Sensoren" ) --act( "snmp", "SNMP Datenquellen" ) |