summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/root/usr/share
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/usr/share
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/usr/share')
-rw-r--r--applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/syslog.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/syslog.json b/applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/syslog.json
new file mode 100644
index 0000000000..27bec71369
--- /dev/null
+++ b/applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/syslog.json
@@ -0,0 +1,9 @@
+{
+ "title": "Syslog",
+ "category": "output",
+ "legend": [
+ ["LogLevel","NotifyLevel"],
+ [],
+ []
+ ]
+}