I'm using the check_nrpe to check the space of the filesystems. The check_nrpe its able to check the space for all the volumes except one of them<br><br>[root@nagios plugins]# ./check_nrpe -H <a href="http://vm.domain.com">
vm.domain.com</a> -c check_disk3<br>DISK UNKNOWN - free space:|<br><br>disk3 is filesystem /dev/mapper/VolGroup01-infoVol00  which is mounted on /vservers/colombia/info. This is where the MySQL database reside.<br><br>Why is showing DISK UNKNOWN - free space ??
<br><br>This is how they are mapped:<br>=====================<br>Filesystem            Size  Used Avail Use% Mounted on<br>/dev/mapper/VolGroup00-LogVol02<br>                      138G   52G   79G  40% /<br>/dev/md1              
7.8G  153M  7.2G   3% /boot<br>tmpfs                  14G     0   14G   0% /dev/shm<br>/dev/mapper/VolGroup00-LogVol00<br>                       16G  173M   15G   2% /tmp<br>/dev/mapper/VolGroup00-LogVol01<br>                       16G  974M   14G   7% /var
<br>/dev/mapper/VolGroup01-infoVol00<br>                      119G   96G   17G  85% /vservers/colombia/info<br><br>