home-assistant: Omit overlayfs from collectd
Podman containers create a *lot* of overlay filesystems. There is no reason to report these with collectd.jenkins-master
parent
58832b392b
commit
544810ad34
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue