diff options
-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> |