monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [monit] Monit to take action if outage is still there on its n'th in


From: George
Subject: Re: [monit] Monit to take action if outage is still there on its n'th instance eg 4th
Date: Thu, 02 Jul 2009 19:50:35 +0300

Hello I tried this

check host myhost with address 10.1.2.3
   if failed icmp type echo then alert  
   if failed icmp type echo for 4 cycles then exec "/srv/crons/monit/monit_scripts/testSMS.php"

But it kept alerting and not once did it send the sms on the fourth try, what do i cahnge above?

Thanks
George


On Wed, 2009-07-01 at 22:26 +0200, Martin Pala wrote:
Hi,

you can add second test for the same service which will trigger the 
action, for example something like this:

check host myhost with address 10.1.2.3
   if failed icmp type echo then ...
   if failed icmp type echo for 4 cycles then ...


Martin



George wrote:
> Hi there,
> 
> I have been using monit to monitor my network, whenever there is a 
> network outage i have configured it to send sms alerts for action. 
> However the network has really grown and as thus I sometimes get excess 
> alerts. Sometimes the links failures passes the third or fourth test.
> 
> What I wanted to know is if there is a way I can set monit to send 
> alerts if the link outage is still there in for instance the fourth run. 
> I run monit as a daemon with interval of about 300 secs.
> In this case I would expect monit to take the defined action if the 
> outage is still there in its fourth instance.
> 
> Warm regards
> George
> 
> 
> ------------------------------------------------------------------------
> 
> --
> To unsubscribe:
> http://lists.nongnu.org/mailman/listinfo/monit-general


--
To unsubscribe:
http://lists.nongnu.org/mailman/listinfo/monit-general

reply via email to

[Prev in Thread] Current Thread [Next in Thread]