[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] xymon ready to replace bb?
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] xymon ready to replace bb?
- From: Ralph Mitchell <ralphmitchell (at) gmail.com>
- Date: Wed, 25 Mar 2009 22:09:38 -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=Er5E4MGXicgepvAfpBFaXULka8ReSNoPVEt1af4xHdg=; b=g80bcOXY8mxNyivBUufiWq7VzeCZ7xWqBJH7txGTViBCtch0XAT+rKCdrmCRxtvXAF yBCX6SOm3I8iGoMFL0a6XA4FD4K0YKJCtjKObvFmlqPr4TfcnrTZ7szCc85ynbrdEsr1 bQ9WqCdG9qOYTHVPMd8Mraf9pE6vYfmtxWeTM=
- 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=EME0UVvUYjW3TafgKXnrm8ly4KmCmp/QMweolg7zIiqv7VJgjaS7tz0HnDrl5N9mN8 WTjd0Y3y52cjr/JDwFo4uCYh6tMdV8uKz2XyICHMpSkVliM5ZT/CY1B5beGy3SRNR9YZ GwIq0ggwRRwtGJcgtBPYTrn+NX/H8K9TzFmZ0=
- References: <49CAE37B.6070002 (at) tmsusa.com>
Take a look at the Xymon alert man page:
http://www.hswn.dk/hobbit/help/manpages/man5/hobbit-alerts.cfg.5.html
You can specify a script to be executed for any given alert. The ALERT
SCRIPTS section in the man page gives details of the environment variables
passed in with the the alert information. So, you could write a script to
send snmp traps.
I don't know about alert failover.
Ralph Mitchell
On Wed, Mar 25, 2009 at 9:07 PM, J Sloan <joe (at) tmsusa.com> wrote:
> After a bit of a hiatus from bb/hobbit/xymon issues, I'm looking at it
> again.
>
> I've grabbed a copy of xymon-4.4.0 svn and set it up on a test server here
> - very nice.
>
> As hope springs eternal, I'm again hoping to replace our aging big brother
> servers with xymon, since it's the closest thing to a drop-in replacement.
> Hopefully xymon can be made to do some specific things that bb does, which
> we depend on here, namely:
>
> 1. snmp traps - this is just a basic requirement to send out an snmp trap
> on an alert. We have no need to receive snmp traps, only to send them, as
> big brother does. We depend on that behavior to generate tickets by sending
> traps to netcool whenever there is a bb alert condition.
>
> 2. alerting failover - we have redundant bb servers are set up, in pairs.
> each pair of bb servers monitors certain network segments, while only one of
> the pair is designated as the bbpager, i.e. only one of the pair sends out
> alerts. But, should the passive bbpager be unable to reach the normally
> active bbpager, failover kicks in, and the normally passive server begins
> sending out all alerts. Worst case, we have a split brain condition and get
> 2 copies of an alert, but in practice, that's only happened a handful of
> times since 2005.
>
> Can xymon 4.4.0 do these things, or is there a way to implement this
> behavior with some appropriate add-ons?
>
> Joe
>
>
>