add some indirection around make targets of module.mk, so you can combine it more...
[project/luci.git] / applications / luci-statistics / src / view / admin_statistics / networkplugins.htm
1 <%+header%>
2
3 <h1><%:stat_networkplugins Netzwerkplugins%></h1>
4
5 <p><%:stat_networkplugins_desc Netzwerkplugins sammeln Werte über offene TCP-Verbindung, allgemeines Verkehrsaufkommen
6 auf verschiedenen Schnittstellen, DNS-Verkehr u.v.m.%></p>
7
8 <p><%:stat_networkplugins_installed Installierte Netzwerkplugins:%>
9         <ul>
10                 <% for plugin, desc in pairs(plugins) do %>
11                         <% if luci.fs.isfile("/usr/lib/collectd/" .. plugin .. ".so") then %>
12                                 <li><a href="/cgi-bin/luci/admin/statistics/network/<%=plugin%>"><%=desc%></a></li>
13                         <% end %>
14                 <% end %>
15         </ul>
16 </p>
17
18 <%+footer%>