diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2015-08-27 10:19:38 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2015-08-27 10:19:38 +0300 |
commit | 7df0df48c006bbe3a8f4f73cd7b0bdc9bec0f80e (patch) | |
tree | a0be874edeb594b2346bbbfdb855a93821a9d8d4 /applications/luci-app-statistics/root/etc/config | |
parent | 084d435060f73a8e098c8022a43bd9f5b1fd63ca (diff) |
statistics: Add support for entropy stats
Add statistics on the available entropy.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-statistics/root/etc/config')
-rw-r--r-- | applications/luci-app-statistics/root/etc/config/luci_statistics | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/applications/luci-app-statistics/root/etc/config/luci_statistics b/applications/luci-app-statistics/root/etc/config/luci_statistics index e39db3513..b91b20f95 100644 --- a/applications/luci-app-statistics/root/etc/config/luci_statistics +++ b/applications/luci-app-statistics/root/etc/config/luci_statistics @@ -45,6 +45,9 @@ config 'statistics' 'collectd_email' option 'SocketFile' '/var/run/collectd/email.sock' option 'SocketGroup' 'nogroup' +config 'statistics' 'collectd_entropy' + option 'enable' '0' + config 'statistics' 'collectd_exec' option 'enable' '0' |