summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics/luasrc/view/admin_statistics/networkplugins.htm
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-statistics/luasrc/view/admin_statistics/networkplugins.htm')
-rw-r--r--applications/luci-statistics/luasrc/view/admin_statistics/networkplugins.htm18
1 files changed, 18 insertions, 0 deletions
diff --git a/applications/luci-statistics/luasrc/view/admin_statistics/networkplugins.htm b/applications/luci-statistics/luasrc/view/admin_statistics/networkplugins.htm
new file mode 100644
index 0000000000..d3aa87eb17
--- /dev/null
+++ b/applications/luci-statistics/luasrc/view/admin_statistics/networkplugins.htm
@@ -0,0 +1,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 luci.fs.isfile("/usr/lib/collectd/" .. plugin .. ".so") then %>
+ <li><a href="/cgi-bin/luci/admin/statistics/network/<%=plugin%>"><%=desc%></a></li>
+ <% end %>
+ <% end %>
+ </ul>
+</p>
+
+<%+footer%>