collectd: add logfile plugin definitions
authorFlorian Eckert <fe@dev.tdt.de>
Fri, 20 Sep 2019 13:21:36 +0000 (15:21 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Fri, 20 Sep 2019 14:09:24 +0000 (16:09 +0200)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
utils/collectd/files/usr/share/collectd/plugin/logfile.json [new file with mode: 0644]

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 (file)
index 0000000..fd16084
--- /dev/null
@@ -0,0 +1,9 @@
+{
+       "string": [
+               "LogLevel",
+               "File"
+       ],
+       "bool": [
+               "Timestamp"
+       ]
+}