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>If I run the command /usr/lib64/nagios/plugins/check_disk -w 20% -c 10% -p /dev/mapper/VolGroup01-infoVol00  from the server that its getting monitored it outputs the information ok like the following:
<br><br>DISK CRITICAL - free space: /vservers/fred/data 6113 MB (5% inode=99%);| /vservers/colombia/info =108694MB;96760;108855;0;120951<br><br>If I use the mount point when running the line from the monitored server it also gives the proper output.
<br><br>Now, If I use the check_nrpe with the check_disk option from the nagios server is when it give incompleted output like the following:<br><br>DISK UNKNOWN - free space:|<br><br>If specify the mount point in the nrpe.cfg
 of the monitored server and then run the check_nrpe with the check_disk from the nagios server. It gives the following:<br><br>DISK CRITICAL - /vservers/colombia/info does not exist<br><br>Any inputs?<br>