NRDS Event_Handler

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
shirishlnx
Posts: 17
Joined: Mon Mar 19, 2012 5:10 am

NRDS Event_Handler

Post by shirishlnx »

Hi All,

Is it possible to configure event Handler .. for checks scheduled with NRDS .

Please suggest if any way we can do event handler for windows services .

Thanks,
Shirish Shukla
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: NRDS Event_Handler

Post by slansing »

What are you attempting to use the event handler for?
shirishlnx
Posts: 17
Joined: Mon Mar 19, 2012 5:10 am

Re: NRDS Event_Handler

Post by shirishlnx »

Am passively checking DNS Cleint service on one of server with NRDS .

The requirement is to start DNS client service after getting hard state and notify . (i.e if found 3 checks as service down )

command[nrpe_service] = $PLUGIN_DIR$\service_nrpe_nt.exe "DNS Client"
yancy
Posts: 523
Joined: Thu Oct 06, 2011 10:12 am

Re: NRDS Event_Handler

Post by yancy »

shirishlnx,

Currently event handlers only work with active checks, such as NRPE. NRDS uses passive checks.

It is on the Development road map to add capabilities similar to event handlers to NRDS.

Regards,

-Yancy
shirishlnx
Posts: 17
Joined: Mon Mar 19, 2012 5:10 am

Re: NRDS Event_Handler

Post by shirishlnx »

Thanks Sir!!

Is there any plugin for windows to check status of service and if down it will start and report and vice versa .
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: NRDS Event_Handler

Post by slansing »

There is a check/event handler combination that looks like it will fit your need:

http://assets.nagios.com/downloads/nagi ... h_NRPE.pdf
Locked