Module DavidSchmitt/collectd 1.0.0
| Download |
|
Module description
Manage collectd’s configuration files with native resources
Release notes for version 1.0.0
First forge release
Types
collectd_threshold
Description
Manages the thresholds of collectd
Parameters
- selector
This describes the selected datasources in this format: Host ‘/’ Plugin ‘:’ Instance ‘/’ Type ‘:’ DataSource Any and all of those, except the Type, can be replaced by ‘*’ to select all of this kind.
Properties
- ensure
The basic property that the resource should be in. Valid values are
present,absent.
- warning_min
collectd’s WarningMin value
- warning_max
collectd’s WarningMax value
- failure_min
collectd’s FailureMin value
- failure_max
collectd’s FailureMax value
- invert
collectd’s Invert value
- persist
collectd’s Persist value
Providers
- parsed
collectd_conf
Description
Manages the basic option statements in a collectd.conf file
Parameters
- key
The name of the configuration key
Properties
- ensure
The basic property that the resource should be in. Valid values are
present,absent.
- target
Which file to write to.
- value
The value to set. Use an array to set a key multiple times
Providers
- parsed