diff options
author | Florian Eckert <fe@dev.tdt.de> | 2019-09-20 15:21:36 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2019-09-20 16:09:24 +0200 |
commit | 2b221b5b06e11b2c54537c05d8bd1accb665aa4c (patch) | |
tree | de6d3af44a97c38dc22e3d481c5bd2b9cf8a4d58 | |
parent | 52d79aaeae094e3871494cb9f74e1635abc661ac (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.json | 9 |
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" + ] +} |