Files
configpolicy/roles
Dustin C. Hatch 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
..
2018-08-08 21:38:56 -05:00
2020-03-09 20:29:52 -05:00
2018-07-23 17:35:10 -05:00
2021-07-02 21:47:33 -05:00
2018-04-08 10:11:43 -05:00
2021-06-29 21:00:46 -05:00
2021-08-21 17:20:19 -05:00
2018-06-06 21:44:28 -05:00
2021-10-10 16:09:15 -05:00