puppet-collectd
puppet-collectd copied to clipboard
plugin dir missing
For some plugins (e.g. python ones) I'd have to provide a plugin file. However the path to store those files isn't defined in the module.
I'd like to add it but I need some additional information where to store those files. This is what I have so far:
Archlinux:
Debian: /var/lib/collectd
FreeBSD:
Gentoo:
Redhat:
32bit: /usr/lib/collectd
63bit: /usr/lib64/collectd
Solaris:
Suse:
default: /var/lib/collectd
Anyone know how to fill in the blanks?
The java plugin has the same issue.
do you think you could provide a patch, @cstroe?
Can we get some more information on this issue? The directory storing the plugins doesn't exist?
I checked for Arch, Gentoo and FreeBSD here, Gentoo uses /var/lib64/collectd/, Arch has /usr/lib/collectd/ and FreeBSD uses /usr/local/lib/collectd/