summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics/src/view/admin_statistics/networkplugins.htm
blob: 0c6d7f7ad34b6c5ca97d2242069a2aea273f53a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<%+header%>

<h1><%:stat_networkplugins Netzwerkplugins%></h1>

<p><%:stat_networkplugins_desc Netzwerkplugins sammeln Werte über offene TCP-Verbindung, allgemeines Verkehrsaufkommen
auf verschiedenen Schnittstellen, DNS-Verkehr u.v.m.%></p>

<p><%:stat_networkplugins_installed Installierte Netzwerkplugins:%>
	<ul>
		<% for plugin, desc in pairs(plugins) do %>
			<% if ffluci.fs.isfile("/usr/lib/collectd/" .. plugin .. ".so") then %>
				<li><a href="/cgi-bin/ffluci/admin/statistics/network/<%=plugin%>"><%=desc%></a></li>
			<% end %>
		<% end %>
	</ul>
</p>

<%+footer%>