summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm
blob: 2a32bf5ca944fe0681a6e52b5c948048daf6eefe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<%+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 %>
			<% if luci.fs.isfile("/usr/lib/collectd/" .. plugin .. ".so") then %>
				<li><a href="/cgi-bin/luci/admin/statistics/system/<%=plugin%>"><%=desc%></a></li>
			<% end %>
		<% end %>
	</ul>
</p>

<%+footer%>