Re: [Nagios-users] active response

2007-04-04 Thread Jesús Arnáiz
Thanks Lars and Rob that was the problem. Lars Stavholm escribió: > Rob Blake wrote: >> On 4/4/07, Jesús Arnáiz <[EMAIL PROTECTED]> wrote: >>> Hi there. >>> >>> I use the doc. about event handlers and I define this one: >>> >>> # SERVICE CLAMD >>> define service { >>> use generic-servic

Re: [Nagios-users] active response

2007-04-04 Thread Lars Stavholm
Rob Blake wrote: > On 4/4/07, Jesús Arnáiz <[EMAIL PROTECTED]> wrote: >> >> Hi there. >> >> I use the doc. about event handlers and I define this one: >> >> # SERVICE CLAMD >> define service { >> use generic-service >> host_name MYHOST >> service_description CLAMD >

Re: [Nagios-users] active response

2007-04-04 Thread Rob Blake
On 4/4/07, Jesús Arnáiz <[EMAIL PROTECTED]> wrote: Hi there. I use the doc. about event handlers and I define this one: # SERVICE CLAMD define service { use generic-service host_name MYHOST service_description CLAMD check_command check_clamd

Re: [Nagios-users] active response

2007-04-04 Thread Jesús Arnáiz
Hi there. I use the doc. about event handlers and I define this one: # SERVICE CLAMD define service { use generic-service host_name MYHOST service_description CLAMD check_command check_clamd max_check_attempts 2 event_handler event_c

Re: [Nagios-users] active response

2007-04-03 Thread Jesús Arnáiz
Thanks Aaron, I'm going to read the doc. Aaron M. Segura escribió: > That is what's known as an "event handler" > > http://nagios.sourceforge.net/docs/2_0/eventhandlers.html > > On Mon, 2007-04-02 at 18:32 +0200, Jesús Arnáiz wrote: >> Hi there. >> >> It is posible to make nagios to do some thi

Re: [Nagios-users] active response

2007-04-02 Thread Patrick Morris
On Mon, 02 Apr 2007, Jes?s Arn?iz wrote: > Hi there. > > It is posible to make nagios to do some things when it detect a > problems? I mean, if it detects one service stoped, I want it to try to > start the service in addition to notify me by email. See the docs for event handlers. --

Re: [Nagios-users] active response

2007-04-02 Thread Aaron M. Segura
That is what's known as an "event handler" http://nagios.sourceforge.net/docs/2_0/eventhandlers.html On Mon, 2007-04-02 at 18:32 +0200, Jesús Arnáiz wrote: > Hi there. > > It is posible to make nagios to do some things when it detect a > problems? I mean, if it detects one service stoped, I wan

[Nagios-users] active response

2007-04-02 Thread Jesús Arnáiz
Hi there. It is posible to make nagios to do some things when it detect a problems? I mean, if it detects one service stoped, I want it to try to start the service in addition to notify me by email. Thanks for your help. -