From: Florian Eckert Date: Fri, 20 Sep 2019 13:21:36 +0000 (+0200) Subject: collectd: add logfile plugin definitions X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2b221b5b06e11b2c54537c05d8bd1accb665aa4c;p=openwrt-packages.git collectd: add logfile plugin definitions Signed-off-by: Florian Eckert --- diff --git a/utils/collectd/files/usr/share/collectd/plugin/logfile.json b/utils/collectd/files/usr/share/collectd/plugin/logfile.json new file mode 100644 index 000000000..fd1608497 --- /dev/null +++ b/utils/collectd/files/usr/share/collectd/plugin/logfile.json @@ -0,0 +1,9 @@ +{ + "string": [ + "LogLevel", + "File" + ], + "bool": [ + "Timestamp" + ] +}