monit-general
[Top][All Lists]
Advanced

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

Re: contignuous alert supression


From: Jan-Henrik Haukeland
Subject: Re: contignuous alert supression
Date: Mon, 31 Jan 2005 23:36:52 +0100


On Jan 31, 2005, at 19:54, Igor Grabin wrote:

check host somehost with address [some address here]
 if failed port 80 proto http then alert

there is a network lag, so I sometimes get false alerts.

Monit has a default 5 second timeout and you should increase the timeout to avoid alerts on network lag. Use for example

check host somehost with address [some address here]
 if failed port 80 proto http with timeout 15 seconds then alert

That way every alert mail from monit can be taken seriously, as it should :-)

--
Jan-Henrik Haukeland
Mobil +47 97141255





reply via email to

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