configpolicy/roles/collectd
Dustin 3e08588d98 collectd: Configure the processes plugin
The *processes* plugin for collectd can be configured to monitor
additional information about specific processes.  By specifying one or
more `Process` or `ProcessMatch` directives in the plugin configuration,
collectd will start monitoring the listed processes in detail.

The `collectd_processes` Ansible variable can contain a list of
processes to monitor.  Each item must at least have a `name` property,
and may also have a `regex` property.  If the latter is present, a
`ProcessMatch` directive will be emitted instead of a `Process`
directive.
2021-10-16 16:25:02 -05:00
..
defaults collectd: Add collectd_df variable 2021-08-22 11:38:40 -05:00
handlers collectd: Install and configure collectd 2020-12-08 21:11:27 -06:00
tasks collectd: Configure the processes plugin 2021-10-16 16:25:02 -05:00
templates collectd: Add collectd_df variable 2021-08-22 11:38:40 -05:00
vars collectd: Install and configure collectd 2020-12-08 21:11:27 -06:00