Files
configpolicy/roles/collectd/defaults/main.yml
Dustin C. Hatch 31fe128d48 r/collectd: Max unixsock plugin optional
Some hosts may not need this plugin, or may not have it installed.
Notably, it is not needed or used on my systems based on Buildroot,
since the only current use case for it is to keep track of the Fedora
version.
2022-08-10 21:55:54 -05:00

19 lines
358 B
YAML

collectd_default_config: true
collectd_load_network_plugin: false
collectd_network_servers: []
collectd_network_listen: []
collectd_df_ignore_mountpoint: []
collectd_df_ignore_fstype:
- overlay
collectd_plugins: {}
collectd_plugins_defaults:
md: false
thermal: false
collectd_df: {}
collectd_unixsock_plugin: true
collectd_load_unixsock_plugin: true