* themes/fledermaus: Register on install
[project/luci.git] / applications / luci-statistics / luasrc / view / admin_statistics / systemplugins.htm
1 <%+header%>
2
3 <h1><%:stat_systemplugins System plugins%></h1>
4
5 <p><%:stat_systemplugins_desc System plugins collecting values about system state and ressource usage on the device.:%>
6 <ul>
7 <% for plugin, desc in pairs(plugins) do %>
8 <% if luci.fs.isfile("/usr/lib/collectd/" .. plugin .. ".so") then %>
9 <li><a href="<%=controller%>/admin/statistics/collectd/system/<%=plugin%>"><%=desc%></a></li>
10 <% end %>
11 <% end %>
12 </ul>
13 </p>
14
15 <%+footer%>