Werk #1191: Linux agent now also sends information about tmpfs
| Component | Checks & agents | ||
| Title | Linux agent now also sends information about tmpfs | ||
| Date | Oct 27, 2014 | ||
| Level | Trivial Change | ||
| Class | New Feature | ||
| Compatibility | Compatible - no manual interaction needed | ||
| Checkmk versions & editions |
|
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 = [ 'nfs', 'smbfs', 'cifs', 'iso9660' ]