[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Hosts with multiple IP's + scheduling standard hosts
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Hosts with multiple IP's + scheduling standard hosts
- From: Ralph Mitchell <ralphmitchell (at) gmail.com>
- Date: Tue, 9 Jun 2009 13:15:22 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=O0fa6/tbnKUihTLGfXvT4Zw89QpzpElP3o5RfYb+6ho=; b=CwfMLeHL6UxlH6Q6hX84iWUX8UTeiR1GGKkH1kZCmPtz1lkURlXzw/GgR2oHXTFcf7 RPXKrfMESmPXLxTKPXfq8wc5s6Zwgwid2orjzD9FxAa1QX/x121mJKwtRYoGnBywnam1 G0nWc4S625MX+rZ0pxTKH5GgqRQYNEB75SWYA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=GUpXpHi4df8nD6I1mlqogNnbIlUjtTn+8VY/qEltKnj027V3xu9x1sezug1ITv4NNe lIRpGIc8T2mSbRRad2UHrigdfocHRNaKAxZwN3egzv/WK2q2YU8T50IKK3BgfPzDSEJ3 0jJNhvTHcWcu2huG0nApGJXTvNfwdCKVoXZp8=
- References: <courier.4A2E94F9.00000207 (at) softhome.net>
On Tue, Jun 9, 2009 at 11:59 AM, <mv652 (at) softhome.net> wrote:
> Hi,
> I've searched the archive as well as online but couldn't find a concrete
> answer.
> How can I monitor hosts that have multiple IP Addresses?
> Currently we assign a 'virtual hostname' to each IP:
> IP Hostname_a
> IP Hostname_b
> IP Hostanme_c etc.
>
> I'm sure there muct be a simpler way.
>
> Secondly, I've seen posts that explain how to schedule checks and alerts
> for 'critical' hosts with "NKTIME", but is there a way to schedule check of
> all hosts without adding them to a 'critical' list?
> We only want to check certain hosts 19:00 - 06:00 M-F for example.
You could do what I did at EDS, run the checks from cron. That way you get
to schedule exactly when the checks run, and can spread them out over a 5 to
10 minute period. You'll want to make sure that either:
1) the last status message is given a long enough lifetime to get through
the night without going purple;
2) after the last status message, send another message to "disable until
OK". That'll make it go blue until the first morning check. This would
give you positive confirmation that the checks were suspended and
subsequently resumed.
Ralph Mitchell