From 7eb63dfc275888b361c09bcec6d050a64a520520 Mon Sep 17 00:00:00 2001 From: Tobias Waldvogel Date: Tue, 21 Apr 2020 12:34:30 +0200 Subject: luci-app-statistics: add syslog plugin Signed-off-by: Tobias Waldvogel --- .../root/usr/share/luci/statistics/plugins/syslog.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/syslog.json (limited to 'applications/luci-app-statistics/root/usr/share') 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"], + [], + [] + ] +} -- cgit v1.2.3