* themes/fledermaus: Register on install
[project/luci.git] / applications / luci-statistics / luasrc / view / admin_statistics / outputplugins.htm
1 <%+header%>
2
3 <h1><%:stat_outputplugins Output plugins%></h1>
4
5 <p><%:stat_outputplugins_desc Output plugins provide different possibilities to store collected data.
6 It is possible to enable multiple plugin at one, for example to store collected data in rrd databases
7 and to transmit the data over the network to other collectd instances.%></p>
8
9 <p><%:stat_outputplugins_installed Installed output plugins:%>
10 <ul>
11 <% for plugin, desc in pairs(plugins) do %>
12 <% if luci.fs.isfile("/usr/lib/collectd/" .. plugin .. ".so") then %>
13 <li><a href="<%=controller%>/admin/statistics/collectd/output/<%=plugin%>"><%=desc%></a></li>
14 <% end %>
15 <% end %>
16 </ul>
17 </p>
18
19 <%+footer%>