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.
18 lines
327 B
YAML
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
|