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
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
>
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
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
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
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.
--
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
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.
-