Hello Community:

I tried to get fancy and start using nrpe check_disk usage is GB vs MB...

from the monitoring server:
./check_nrpe -H xxx.xxx.xxx.xxx -c check_disk1
DISK OK - free space: / 6729 MB (46% inode=87%);|
/=7621MB;15028;15023;0;15118

using
command[check_disk1]=/usr/local/nagios/libexec/check_disk -w 90 -c 95 -p
/dev/sda1
on the target.

but changing nrpe.cfg on the target to use -u GB
command[check_disk1]=/usr/local/nagios/libexec/check_disk -w 90 -c 95 -p
/dev/sda1 -u GB

spits out this warning?
DISK CRITICAL - free space: / 6 GB (46% inode=87%);| /=7GB;-76;-81;0;14

Can someone explain this to me please?

Thank you for your time.

-- 
JJ
Support Engineer
Cirrhus9
10320 Meadow Glen Way East
Unit 1B
Escondido, CA  92026

Office  - (760) 297-2148 ext 3
Fax     - (760) 466-7207
Home    - (330) 788-1876
Skype:  - my-kungfu
gpg fingerprint:    - C839 9940 16F0 F5ED 694A  6BA4 2F83 F0A7 86F2 8105


------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
icinga-users mailing list
icinga-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/icinga-users

Reply via email to