Files
configpolicy/roles/collectd/defaults/main.yml
Dustin C. Hatch c48cc985b2 r/collectd: Ignore filesystems by path
In addition to ignoring particular types of filesystems, e.g. OverlayFS,
we can also ignore filesystems by their mount point.  This could be
useful, for example, for bind-mounted directories, such as those used on
Kubernetes nodes.
2022-08-05 18:56:48 -05:00

18 lines
327 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_load_unixsock_plugin: true