Add collectd.conf example

This commit is contained in:
sqozz 2019-10-15 10:20:44 +02:00
parent 0366c1c5e4
commit ba80dc43d6
1 changed files with 14 additions and 0 deletions

14
collectd.conf Normal file
View File

@ -0,0 +1,14 @@
LoadPlugin python
<Plugin python>
ModulePath "/home/sqozz/git/collectd-pyopenssl/"
Import "collectd-pyopenssl"
<Module "collectd-pyopenssl">
Host "geekify.de" "rss.geekify.de" "webmail.geekify.de" "cloud.geekify.de"
<Host "companioncu.be">
AddressFamily 4
SNINames "companioncu.be" "files.companioncu.be" "hass.companioncu.be"
</Host>
</Module>
</Plugin>