diskfree — checks file systems for free space
[ localhost type=ufs fs=/(1000-5000),/var(10000-20000)
]diskfree
("status red if / is below 1MByte free, yellow if below 5MBytes,..., the file system type is ufs")
[ localhost fs=all-ext2(10%-20%),all-fat(5%-15%),/boot(500k-1000k)
]diskfree
("status red if /boot goes below 500k free, one of the 'fat' filesystems goes below 5% free or one of the ext2 filesystems (except /boot) go below 10% free, yellow if /boot goes below 1000k free or one of the fat ...., green otherwise")
![]() | Note |
---|---|
The all-... syntax should be used in preference to the "type=" argument On Win32 systems only percentual limits are supported and Big Sister does not distinguish between NTFS or FAT filesystems. If specifying specific fileystems the respective file system will only be checked if it is of the same type as specified in the "type=" argument or one "fs=all-type"-Argument! |