Marco, My first thought would be to ensure that the send_nsca on the sender and the nscad on the receiver are working.
In the nagios.cfg, make sure you have the following if you want system wide obsessing: obsess_over_services=1 obsess_over_hosts=1 I put this in a high level template for hosts and services so it applies to everything: General: ocsp_timeout=10 ochp_timeout=10 For hosts: obsess_over_host 1 ochp_command=host_submit_check_result For services: obsess_over_service 1 ocsp_command=service_submit_check_result Make sure that the commands you specify exist. Also, ensure that the service and host names match EXACTLY on the remote and local system. Otherwise you'll see entries in the log that look something like "Warning: Passive check result was received for service 'Up/Down' on host 'blah.blah.blah', but the host could not be found!" or something similar. The Nagios documentation is very good for distributed monitoring. It's what I used to build my setup. Cheers! Craig Stewart Systems Integration Analyst [email protected] Xplornet - Broadband, Everywhere On 06/15/2011 03:28 AM, Marco Borsani wrote: > Thanks. > > I already set OCHP and OCSP , using same command configured in > event_handler, but nothing change. > > May you tell me how do you use OCHP and OCSP ? > > Regards > Marco > > -----Messaggio originale----- > Da: Craig Stewart [mailto:[email protected] > <mailto:[email protected]>] > Inviato: martedì 14 giugno 2011 16:59 > A: Nagios Users List > Cc: Marco Borsani > Oggetto: Re: [Nagios-users] force event_handler > > Marco, > > I think what you want is the OCSP or OSHP command (Obsessive Compulsive > Service/Host Processor) > > I think event handlers are more for taking corrective action. The example I > saw was to log into a web server and restart the apache service when the > check_web service went critical. I'm using the OHCP command that uses > send_nsca for every little thing, regardless of state. > That's the nature of the beast. Now, I'm sure you can tailor the command > to only send what you want. > > I might be out in left field though. > > Hope it helps. > > Cheers! > > Craig > > Craig Stewart > Systems Integration Analyst > [email protected] > Xplornet - Broadband, Everywhere > > On 06/14/2011 11:16 AM, Marco Borsani wrote: >> Hi all >> >> >> >> I need to execute a command every time an host state or a service >> state change (to use send_nsca). >> >> I supposed was a normal behaviour, but something is going wrong… >> >> Right now, the command configured in “event_handler” run only when the >> state changes from OK to CRITICAL … never from CRITICAL to OK >> >> >> >> Any idea ? >> >> Thanks >> >> Marco >> >> >> >> >> -- >> This message has been scanned for viruses and dangerous content by >> *MailScanner* <http://www.mailscanner.info/>, and is believed to be >> clean. > > > -- > This message has been scanned by MailScanner > ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
