diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-08-19 01:00:52 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-08-19 01:00:52 -0400 |
commit | b5a38954e3a005812c08210eefce628eb2efa9fa (patch) | |
tree | 0b1f9907492d9e276ae46d9fa8b4c6f379278416 | |
parent | afe0a948a3d6e258957a3cbc8265735240933a19 (diff) |
add example collectd conf
-rw-r--r-- | read-systemd.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/read-systemd.conf b/read-systemd.conf new file mode 100644 index 0000000..51befb5 --- /dev/null +++ b/read-systemd.conf @@ -0,0 +1,10 @@ +LoadPlugin python +<Plugin python> + ModulePath "/home/luke/src/collectd-systemd" + LogTraces true + Interactive false + Import "systemd" + + <Module systemd> + </Module> +</Plugin> |