summaryrefslogtreecommitdiff
path: root/systemd.conf.in
blob: b07019fc5d89c78a727f4624942a02ceb6a7f548 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TypesDB "@collectd_typesdir@/systemd.types.db"

LoadPlugin python
<Plugin python>
	ModulePath "@collectd_pythondir@"
	LogTraces true
	Interactive false
	Import "systemd"

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