FreeBSD Port: nagios-plugins-1.4.0.a3_1

Blaz Zupan blaz at si.FreeBSD.org
Sun Jan 23 21:57:05 PST 2005


> is it possible that the check_load plugin doesn't work on 4.10 anymore, but 
> only on 5.3 ?
>
> Witness:
>
> root at mail3# /usr/local/libexec/nagios/check_load -w 15,10,5 -c 30,25,20
> Warning threshold must be float or float triplet!
> Usage: check_load -w WLOAD1,WLOAD5,WLOAD15 -c CLOAD1,CLOAD5,CLOAD15
>
> is-insrv-aug-011# /usr/local/libexec/nagios/check_load -w 15,10,5 -c 30,25,20
> OK - load average: 0.00, 0.00, 
> 0.00|load1=0.000000;15.000000;30.000000;0.000000 
> load5=0.000000;10.000000;25.000000;0.000000 
> load15=0.000000;5.000000;20.000000;0.000000
>
> First: 4.10
> Second: 5.3

No. Works for me:

bigbrother:/home/blaz> uname -a
FreeBSD bigbrother.amis.net 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Tue Jun  1 17:12:11 CEST 2004     root at bigbrother.amis.net:/usr/obj/usr/src/sys/BIGBROTHER  i386
bigbrother:/home/blaz> /usr/local/libexec/nagios/check_load -w 15,10,5 -c 30,25,20
OK - load average: 1.98, 1.53, 1.43|load1=1.975098;15.000000;30.000000;0.000000 load5=1.530762;10.000000;25.000000;0.000000 load15=1.431641;5.000000;20.000000;0.000000

Do you by any chance have any locale settings on the 4.10 box, but not on the 
5.3 box? There is a known problem with locales and the latest nagios versions.


More information about the freebsd-ports mailing list