puppet-collectd icon indicating copy to clipboard operation
puppet-collectd copied to clipboard

plugin dir missing

Open arioch opened this issue 10 years ago • 4 comments

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?

arioch avatar Dec 11 '14 15:12 arioch

The java plugin has the same issue.

cstroe avatar Dec 15 '15 17:12 cstroe

do you think you could provide a patch, @cstroe?

igalic avatar Dec 15 '15 19:12 igalic

Can we get some more information on this issue? The directory storing the plugins doesn't exist?

jyaworski avatar Mar 05 '16 21:03 jyaworski

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/

bastelfreak avatar Mar 21 '16 08:03 bastelfreak