home-assistant: Omit overlayfs from collectd

Podman containers create a *lot* of overlay filesystems.  There is no
reason to report these with collectd.
Dustin 2021-08-22 10:16:51 -05:00
parent e4d59277dc
commit 6064bde314
1 changed files with 4 additions and 0 deletions

View File

@ -13,3 +13,7 @@ homeassistant_server_name: homeassistant.pyrocufflink.blue
homeassistant_update: false
zwavejs2mqtt_update: '{{ homeassistant_update|bool }}'
zigbee2mqtt_update: '{{ homeassistant_update|bool }}'
collectd_df:
FSType: overlay
IgnoreSelected: true