[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] alerting
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] alerting
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Tue, 12 Dec 2006 16:24:41 +0100
- References: <1165915103.1349.5.camel@viper.mbl.is>
- User-agent: Mutt/1.5.12-2006-07-14
On Tue, Dec 12, 2006 at 09:18:23AM +0000, Jon Bjorn Njalsson wrote:
> How do I get hobbit to send alert (email, sms) when http connection
> times out and the color is white ?
It only goes "white" if the "conn" test also fails, so you have two
options:
1) Alert on the "conn" test also
2) Disable the "http-goes-white-when-conn-fails" thing, you can do
this by prefixing the "http://...." with a tilde, e.g.
10.0.0.1 www.foo.com # ~http://www.foo.com/
Regards,
Henrik