Hi list,<br />
<br />
Im' setting up a distributed monitoring with nagios 3.0b3. All is working well with oscp. Each time i check a service, central server is notified of the check result with the oscp command i defined.<br />
<br />
The problem is that i can't have this working for ochp and the settings are quite the same as oscp. Here they are :<br />
<br />
in nagios.cfg<br />
obsess_over_hosts=1 <br />
ochp_command=submit_host_check_result<br />
<br />
in template generic-host<br />
obsess_over_host 1<br />
<br />
a command is defined<br />
# 'submit_host_check_result' command definition<br />
define command{<br />
        command_name    submit_host_check_result<br />
        command_line    $USER2$/submit_check_result $HOSTNAME$ $HOSTSTATEID$ '$HOSTOUTPUT$'<br />
        }<br />
<br />
and finally the submit_check_result script<br />
<br />
printfcmd="/usr/bin/printf"<br />
<br />
NscaBin="/usr/local/nagios/libexec/send_nsca"<br />
NscaCfg="/usr/local/nagios/etc/send_nsca.cfg"<br />
NagiosHost="10.176.77.60"<br />
<br />
# Fire the data off to the NSCA daemon using the send_nsca script<br />
$printfcmd "%s\t%s\t%s\n" "$1" "$2" "$3"  | $NscaBin $NagiosHost -c $NscaCfg<br />
<br />
All paths and rights have been carefully checked and seems ok. Calling the script with paramaters manually works<br />
<br />
./submit_check_result U3RIPC85 0 'OK'<br />
<br />
The passive host check result is received on the central and this is reflected in web interface.<br />
EXTERNAL COMMAND: PROCESS_HOST_CHECK_RESULT;U3RIPC85;0;OK<br />
<br />
But this doesn't work when i force a reschedule of the host or on normal check, central doesn't get notified.<br />
I tried to activate nagios debug but can't see anything with it.<br />
<br />
So guys, is there's anything i forget ? Where can i trace what's going on when i force a host check. See if ochp is called or not... Or is it just a bug ? Any advice or solution anyone ?<br />
<br />
<br />
Nice day for all<br />
<br />
<br />
Olivier Jan<br />
-------------------------------------------------------------------------------------------------------------------------------------------------------<br />
Contact me if you're interested to take part in nagios-fr.org, the "soonreadytobelaunch" french nagios community. You should at least read and write french ;-)<br />
-------------------------------------------------------------------------------------------------------------------------------------------------------<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />