[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] alert if up
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] alert if up
- From: John Payne <john (at) sackheads.org>
- Date: Wed, 29 Apr 2009 09:11:18 -0400
- Authentication-results: haybaler.sackheads.org; domainkeys=pass (testing) header.from=john (at) sackheads.org
- Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=sackheads.org; s=haybaler; t=1241010689; bh=Axc7XsGsImmhSzmiSMPE2kkQMuE47KoRfCFyxLnYoUQ=; h=Message-Id:From:To:In-Reply-To:Content-Type:Mime-Version:Subject: Date:References; b=OhjiPH1WiUgPrOGLtB+mrUet9S/d/MzGkSi1O0uvZd3T54n2PleFV0wRyMh/XCdzB p3JYJAz12szep7VRPq3FNtdTXmDDx/E9L9v9HDE5/21vDfb0p4K9wZp16+INFYiTd2 aNrfzASWeuji2/EznJMWsNxEP+Q8ikFC5nCmuu+g=
- Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=sackheads.org; s=haybaler; t=1241010688; bh=Axc7XsGsImmhSzmiSMPE2kkQMuE47KoRfCFyxLnYoUQ=; h=Message-Id:From:To:In-Reply-To:Content-Type:Mime-Version:Subject: Date:References; b=dPjweBPYtu/QCVSfm1WIQBYXUNYRP81aDPsOZsJpqnaEMH6yVoOu8INqU2vZ1DnE6 0VbAr8Dq7vQEjA67Wlvos7MJSB3UwP7edcYIH/yYQ/vfanvjO2unQbnpwpvvbnuKbu PjSNLRcNHoibOK68cNlVwgGFeJrQsuljyia4BCH8=
- Domainkey-signature: a=rsa-sha1; s=haybaler; d=sackheads.org; c=nofws; q=dns; h=dkim-signature:message-id:from:to:in-reply-to: content-type:mime-version:subject:date:references:x-mailer; b=V4potqZ+YC8hMJTF24JgaG0p5+p3DXYcwsPubbvBML/5mOWJp2ixQTbqskkVh2tCr tTys1UHk0US6u71VSsL3mm2T7N6FZQ1wtn9VeCvoqQ/dsjAANNinyvfb0ZiInaBTM9y E4QMUfRmu88JIWSo/+UUiZpM9fwns2Di5q11GXs=
- References: <C4567A7F-872C-4B4B-8370-CC21232982DE (at) sackheads.org> <997a524e0904290014q29fbffb5t61435ffc290027fd (at) mail.gmail.com>
On Apr 29, 2009, at 3:14 AM, Ralph Mitchell wrote:
On Tue, Apr 28, 2009 at 4:14 PM, John Payne <john (at) sackheads.org>
wrote:
I thought there was a way to do this.... but in some cases, i'd
really like an alert to fire if certain IP addresses _become_
pingable. Is this possible in bb-hosts or only with some alert
scripting?
bb-hosts man page says:
conn
The "conn" test (which does a ping of the host) is enabled for all
hosts by default, and normally you just want to disable it using
"noconn" or "noping". However, on the rare occasion where you may
want to check that a host is NOT up, you can specify it as an
explicit test, and use the normal test modifiers, e.g. "!conn" will
be green when the host is NOT up, and red if it does appear on the
network.
Thanks.... selective blindness on my part I guess :)