I am having problems with check_disk reporting incorrect values for free disk space. I am seeing accross various linux machines. <br><br>The version i am running is<br>check_disk (nagios-plugins 1.4.3) 1.64<br><br>The problem i am seeing the following..
<br><br>[root@caitmon plugins]# ./check_disk -w 20% -c 10% -p /data<br>DISK OK - free space: /data 17652 MB (95% inode=100%);| /data=1025MB;14941;16809;99;18677<br><br>[root@caitmon plugins]# df -k /data<br>Filesystem           1K-blocks      Used Available Use% Mounted on
<br>/dev/sda10            19125300     77888  18075884   1% /data<br><br><br>If you see the above results. The free space check_disk is "95%". Whereas df -k saying it is 99%. And also the perfdata is also does not match the free space.
<br><br>/vinay<br>