r/collectd: Ignore efivarfs mounts

There's not much point in alerting based on the utilization of this
virtual filesystem.
frigate-exporter
Dustin 2024-02-16 20:24:46 -06:00
parent 13e6433fff
commit 7451026d75
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ collectd_network_servers: []
collectd_network_listen: [] collectd_network_listen: []
collectd_df_ignore_mountpoint: [] collectd_df_ignore_mountpoint: []
collectd_df_ignore_fstype: collectd_df_ignore_fstype:
- efivarfs
- overlay - overlay
collectd_plugins: {} collectd_plugins: {}