luci/applications/luci-statistics/luasrc/view/admin_statistics/networkplugins.htm
Steven Barth d35a620e9f commit 4f6198094cf4134179d1f9c9fa8f79759a27c87e
Author: Felix Fietkau <nbd@openwrt.org>
Date:   Tue May 27 13:56:12 2008 +0200

    rename src/ to luasrc/
2008-05-27 12:23:39 +00:00

18 lines
575 B
HTML

<%+header%>
<h1><%:stat_networkplugins Netzwerkplugins%></h1>
<p><%:stat_networkplugins_desc Netzwerkplugins sammeln Werte über offene TCP-Verbindung, allgemeines Verkehrsaufkommen
auf verschiedenen Schnittstellen, DNS-Verkehr u.v.m.%></p>
<p><%:stat_networkplugins_installed Installierte Netzwerkplugins:%>
<ul>
<% for plugin, desc in pairs(plugins) do %>
<% if luci.fs.isfile("/usr/lib/collectd/" .. plugin .. ".so") then %>
<li><a href="/cgi-bin/luci/admin/statistics/network/<%=plugin%>"><%=desc%></a></li>
<% end %>
<% end %>
</ul>
</p>
<%+footer%>