diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-05-21 03:08:47 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-05-21 03:08:47 +0000 |
commit | 5306660d04e81b15d7338ccb3e5229ba1e6dc129 (patch) | |
tree | ab0816b5e2d7993653eb3cf682544a5571c94ad8 /applications/luci-statistics/src/model/menu/70luci-statistics.lua | |
parent | f77474efc7181610420681e2871186b03e0ade73 (diff) |
* ffluci/statistics: add cbi models for irq, netlink and network plugins, updated menu, default config and config generator
Diffstat (limited to 'applications/luci-statistics/src/model/menu/70luci-statistics.lua')
-rw-r--r-- | applications/luci-statistics/src/model/menu/70luci-statistics.lua | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/applications/luci-statistics/src/model/menu/70luci-statistics.lua b/applications/luci-statistics/src/model/menu/70luci-statistics.lua index 3e3405fd00..c28c1fc284 100644 --- a/applications/luci-statistics/src/model/menu/70luci-statistics.lua +++ b/applications/luci-statistics/src/model/menu/70luci-statistics.lua @@ -9,32 +9,23 @@ act( "disk", "Festplatte" ) act( "dns", "DNS" ) act( "email", "E-Mail" ) act( "exec", "Exec" ) ---act( "hddtemp", "Festplattentemperatur" ) act( "interface", "Schnittstellen" ) act( "iptables", "Firewall" ) ---act( "irq", "Interrupts" ) ---act( "libvirt", "Virtualisierung" ) ---act( "logfile", "Protokolldateien" ) ---act( "mbmon", "Mainboardsensoren" ) ---act( "memcached", "Memcached" ) ---act( "mysql", "MySQL" ) ---act( "netlink", "Netlink" ) ---act( "network", "Netzwerk" ) +act( "irq", "Interrupts" ) +act( "logfile", "Protokolldateien" ) +act( "netlink", "Netlink" ) +act( "network", "Netzwerk" ) --act( "nginx", "nginx Server" ) --act( "ntpd", "NTP Server" ) ---act( "nut", "Nut" ) ---act( "perl", "Perl" ) act( "ping", "Ping" ) --act( "powerdns", "Powerdns Server" ) -act( "processes", "Prozesse" ) +--act( "processes", "Prozesse" ) --act( "rrdtool", "RRD Tool" ) --act( "sensors", "Sensoren" ) --act( "snmp", "SNMP Datenquellen" ) --act( "syslog", "Systemlog" ) --act( "tail", "Dateiverfolgung" ) --act( "teamspeak2", "TeamSpeak 2" ) -act( "tcpconns", "TCP Verbindungen" ) +--act( "tcpconns", "TCP Verbindungen" ) --act( "unixsock", "UNIX Sockets" ) ---act( "uuid", "UUID" ) --act( "vmem", "Vmem" ) ---act( "vserver", "VServer" ) |