ID: 1191
Title: Linux agent now also sends information about tmpfs
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.2.5i6
By default, the behavior of the df check is to ignore this filesystems.
If you want to see the temp filsystems you have to overwrite the inventory_df_exclude_fs
variable in main.mk in the
following way: inventory_df_exclude_fs = [ 'tmpfs', 'nfs',
'smbfs', 'cifs', 'iso9660' ]