collectd job from collectd/2.1.0
Github source:
b549147
or
master branch
Properties¶
collectd
¶
config
¶A multiline string containing the config you want
- Default
""
hostname_prefix
¶A prefix used in the hostname (suffixed by
job.index
).
- Default
""
interval
¶Interval, in seconds, at which to query values.
- Default
60
read_threads
¶Number of threads to start for reading plugins.
- Default
5
timeout
¶Consider a value list ‘missing’ when no update has been read or received for this number of iterations.
- Default
2
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/collectd/
directory
(learn more).
bin/collectd_ctl
(frombin/collectd_ctl
)bin/monit_debugger
(frombin/monit_debugger
)config/collectd.conf
(fromconfig/collectd.conf.erb
)collectd.d/config.conf
(fromcollectd.d/config.conf.erb
)data/properties.sh
(fromdata/properties.sh.erb
)helpers/ctl_setup.sh
(fromhelpers/ctl_setup.sh
)helpers/ctl_utils.sh
(fromhelpers/ctl_utils.sh
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.