summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/root/etc
diff options
context:
space:
mode:
authorTobias Waldvogel <tobias.waldvogel@gmail.com>2020-04-21 12:34:30 +0200
committerTobias Waldvogel <tobias.waldvogel@gmail.com>2020-04-21 18:36:56 +0200
commit7eb63dfc275888b361c09bcec6d050a64a520520 (patch)
treedafcee213441143bea63dc5ce3fd6ac5473c54d5 /applications/luci-app-statistics/root/etc
parentf76a020db1936e66551e1e33c6bbc1fb6bc727e3 (diff)
luci-app-statistics: add syslog plugin
Signed-off-by: Tobias Waldvogel <tobias.waldvogel@gmail.com>
Diffstat (limited to 'applications/luci-app-statistics/root/etc')
-rw-r--r--applications/luci-app-statistics/root/etc/config/luci_statistics5
1 files changed, 5 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 d97087d190..c2f27c2a51 100644
--- a/applications/luci-app-statistics/root/etc/config/luci_statistics
+++ b/applications/luci-app-statistics/root/etc/config/luci_statistics
@@ -42,6 +42,11 @@ config statistics 'collectd_logfile'
config statistics 'collectd_network'
option enable '0'
+config statistics 'collectd_syslog'
+ option enable '0'
+ option LogLevel 'warning'
+ option NotifyLevel 'WARNING'
+
config statistics 'collectd_unixsock'
option enable '0'
option SocketFile '/var/run/collectd/query.sock'