From 2b221b5b06e11b2c54537c05d8bd1accb665aa4c Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 20 Sep 2019 15:21:36 +0200 Subject: [PATCH] collectd: add logfile plugin definitions Signed-off-by: Florian Eckert --- .../files/usr/share/collectd/plugin/logfile.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 utils/collectd/files/usr/share/collectd/plugin/logfile.json 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" + ] +}