Using nhc 1.4.2, I have several check_fs_used for our grid nodes. Works great most of the time, auto draining the nodes when the utilization gets to high. However, when a specific filesystem is getting hammered and slow to respond the check_fs_used() tends to report an issue with the first filesystem called with check_fs_used(), not the specific one that's slow to respond. This appears to be because it's not calling df on only the filesystem that's being tested but all filesystems every time check_fs_used() is called.