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 / systemplugins.htm
1 <%+header%>
2
3 <h1><%:stat_systemplugins Systemplugins%></h1>
4
5 <p><%:stat_systemplugins_desc Systemplugins sammeln Werte über den aktuellen Systemzustand und den Ressourcenverbrauch
6 auf dem Gerät.%></p>
7
8 <p><%:stat_systemplugins_installed Installierte Systemplugins:%>
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/system/<%=plugin%>"><%=desc%></a></li>
13 <% end %>
14 <% end %>
15 </ul>
16 </p>
17
18 <%+footer%>