From 01414949359d2725d23c98a00144a64e1f920a4c Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Fri, 28 Aug 2015 22:48:03 +0300 Subject: [PATCH] statistics: clarify stats introduction * Clarify the short explanation on the statistics section's front page. * Mention the possibility of additional collectd plugins to get more stats. Signed-off-by: Hannu Nyman --- .../luci-app-statistics/luasrc/view/admin_statistics/index.htm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm b/applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm index 0000c1961..0fb3d5637 100644 --- a/applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm +++ b/applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm @@ -8,7 +8,10 @@

<%:Statistics%>

-

<%_The statistics package is based on Collectd -and uses RRD Tool to render diagram images from collected data.%>

+

<%_The statistics package uses Collectd +to gather data and RRDtool to +render diagram images.%>

+ +

<%_You can install additional collectd-mod-* plugins to enable more statistics.%>

<%+footer%> -- 2.11.0