aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2019-09-20 15:21:36 +0200
committerFlorian Eckert <fe@dev.tdt.de>2019-09-20 16:09:24 +0200
commit2b221b5b06e11b2c54537c05d8bd1accb665aa4c (patch)
treede6d3af44a97c38dc22e3d481c5bd2b9cf8a4d58
parent52d79aaeae094e3871494cb9f74e1635abc661ac (diff)
collectd: add logfile plugin definitions
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
-rw-r--r--utils/collectd/files/usr/share/collectd/plugin/logfile.json9
1 files changed, 9 insertions, 0 deletions
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"
+ ]
+}