Files
configpolicy/roles/collectd/defaults/main.yml
Dustin C. Hatch 58832b392b collectd: Add collectd_df variable
The `collectd_df` variable can be used to configure the *df* plugin for
collectd.  It should contain a map on key-value pairs that correspond
exactly to the plugin's configuration options.
2021-08-22 11:38:40 -05:00

10 lines
184 B
YAML

collectd_default_config: true
collectd_load_network_plugin: true
collectd_network_servers:
- ff18::efc0:4a42
collectd_network_listen: []
collectd_disable_plugins: []
collectd_df: {}