2008-05-23 19:23:06 +00:00
|
|
|
<%+header%>
|
|
|
|
|
|
|
|
<h1><%:stat_systemplugins Systemplugins%></h1>
|
|
|
|
|
|
|
|
<p><%:stat_systemplugins_desc Systemplugins sammeln Werte über den aktuellen Systemzustand und den Ressourcenverbrauch
|
|
|
|
auf dem Gerät.%></p>
|
|
|
|
|
|
|
|
<p><%:stat_systemplugins_installed Installierte Systemplugins:%>
|
|
|
|
<ul>
|
|
|
|
<% for plugin, desc in pairs(plugins) do %>
|
2008-05-25 17:53:04 +00:00
|
|
|
<% if luci.fs.isfile("/usr/lib/collectd/" .. plugin .. ".so") then %>
|
|
|
|
<li><a href="/cgi-bin/luci/admin/statistics/system/<%=plugin%>"><%=desc%></a></li>
|
2008-05-23 19:23:06 +00:00
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
</ul>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<%+footer%>
|