You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rob Smith edited this page Aug 11, 2012
·
18 revisions
DiskSpaceCollector
Uses /proc/mounts and os.statvfs() to get disk space usage
Dependencies
/proc/mounts
Examples
exclude_filters = , # no exclude filters at all
exclude_filters = ^/boot, ^/mnt # exclude everything that begins /boot or /mnt
exclude_filters = m, # exclude everything that includes the letter 'm'