e88ca7f58aad42e045c58f30b04491c4c3fd66d6
[project/luci.git] / applications / luci-statistics / luasrc / view / admin_statistics / networkplugins.htm
1 <%+header%>
2
3 <h1><%:stat_networkplugins Network plugins%></h1>
4
5 <p><%:stat_networkplugins_desc Network plugins are used to collect information
6 about open tcp connections, interface traffic, iptables rules etc.%></p>
7
8 <p><%:stat_networkplugins_installed Installed network plugins:%>
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%>