EvoBSD/roles/collectd
Jérémy Dubois 11d3331958
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
Collectd role : deletion of collectd_plugin_exec variable
This variable had to be activated only if collectd_plugin_exec_ifq_drops or
collectd_plugin_exec_dns_stats was also activated, for some configuration to be
taken into account. I changed the role so that the configuration is
automatically taken into account if one of these two variables is activated.
2020-10-12 15:45:13 +02:00
..
defaults Collectd role : deletion of collectd_plugin_exec variable 2020-10-12 15:45:13 +02:00
files Writing of collectd role 2020-10-12 15:12:31 +02:00
handlers Writing of collectd role 2020-10-12 15:12:31 +02:00
tasks Collectd role : deletion of collectd_plugin_exec variable 2020-10-12 15:45:13 +02:00
templates Collectd role : deletion of collectd_plugin_exec variable 2020-10-12 15:45:13 +02:00
README.md Writing of collectd role 2020-10-12 15:12:31 +02:00

Collectd

Installation and custom configuration of Collectd daemon.

Tasks

Everything is in the tasks/main.yml file.

Available variables

The full list of variables (with default values) can be found in defaults/main.yml.

  • collectd_server : server to which the data will be sent (default: 127.0.0.1).