after upgrading to 2014R1.1, the graphs related to the check-host-alive command is no longer recording data.
Apperantly the new version of the check_icmp command outputs more fields then the previous version:
from the _HOST_.xml files:
Code: Select all
<RRD>
<RC>1</RC>
<TXT>/usr/local/nagios/share/perfdata/localhost/_HOST_.rrd: found extra data on update argument: 3.771:3.771</TXT>
</RRD>Code: Select all
>:/usr/local/nagios/libexec> ./check_icmp -H localhost -w 3000.0,80% -c 5000.0,100% -n 1
OK - localhost: rta 0.091ms, lost 0%|rta=0.091ms;3000.000;5000.000;0; pl=0%;80;100;;
>:/usr/local/nagios/libexec> ./check_icmp.new -H localhost -w 3000.0,80% -c 5000.0,100% -n 1
OK - localhost: rta 0.158ms, lost 0%|rta=0.158ms;3000.000;5000.000;0; pl=0%;80;100;; rtmax=0.158ms;;;; rtmin=0.158ms;;;; Greetings....Hans