summaryrefslogtreecommitdiff
path: root/read-systemd.conf
blob: f3870b6f7ca23244d5f01c81276b8e3316ea2c6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TypesDB "/home/luke/src/collectd-systemd/systemd.types.db"

LoadPlugin python
<Plugin python>
	ModulePath "/home/luke/src/collectd-systemd"
	LogTraces true
	Interactive false
	Import "systemd"

	<Module systemd>
	</Module>
</Plugin>