Can you check your nagios.cfg and look for this line:
illegal_macro_output_chars=`~$&|'"<>
If it exists, please change to:
illegal_macro_output_chars=`~$&|"<>
(You plugin is correct to the specification, but Nagios is not correct
to it's own specification :)
Ben
Christophe wrote:
> Hello,
>
> I use nagios 2.0b4 and pp 0.105.6.
> Values comming from check_nt plugin are not recorded in the pp db.
> Other vlues (ie ping, linux, ..) are correct.
>
> This values are right in the plugin result.
> ./check_nt -H XXXXXX -v CPULOAD -p 1248 -l 1,80,90,5,80,90,15,80,90
> CPU Load 8% (1 min average) 7% (5 min average) 15% (15 min average) |
> '1 min avg Load'=8%;80;90;0;100 '5 min avg Load'=7%;80;90;0;100 '15 min
> avg Load'=15%;80;90;0;100
>
> Has anybody seen thet ?
>
> Thank you.
>
> --
> Christophe
|