[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Xymon version 4.2.2 RC1 available
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Xymon version 4.2.2 RC1 available
- From: "Gary Baluha" <gumby3203 (at) gmail.com>
- Date: Mon, 1 Dec 2008 14:51:45 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=/sPNBnxbjpy+9cFuDCks6NWNcgS7a6y+zooZ6jEZ9dY=; b=N/O1gaLrOg0m+F4ARxlz7Hrbd0TUC0kdLgpK2uUCcKd8tOvEv5BdIjQ7D9KAfg7pgO TMwMGvxxi/OeuKyTG2vZTDOfW+msHem5mcvDv7gEdxwvi4NqJHEMVfJVplArDPsnOGpM QimMVvtNJvwhAqemPEQp79omXsJvjSGbPOfaQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=O1eaR/Ve9V5Lx5ExVOPfQl+3JCoCXyX3Ow/+h9OUuzTl/kCW81W0puCcOyOSSgIoVw INuXiPEkkaGxLUJxb05imhLcn4MUCot16WJC0cGJ29rL1hXl8JX71dEDF8MA6OqoiZXK jENU9ZJoHeNQGF1QP2S/JQM28fvKMdAgk6orA=
- References: <20081201120821.GA26193 (at) osiris.hswn.dk> <72FDCB47622C4676B7C015BD6E8A53AD (at) gnaylerwork>
Haven't tried the 4.2.2.RC1 yet, but one bug I've noticed in 4.2 involves
the alert rules. If I have an alert rule like this:
HOST=machine,machine-1
<something>
The info page for "machine" where it shows the "Alerting" rules will list
multiple duplicate entries for "conn", "cpu", etc. However, "machine-1"
will show correctly.
I haven't fully determined if this corresponds to actually getting duplicate
alerts, but it would be nice to have it display properly on the Info page.
My guess is that the same reason I have to put a \ in front of - in the
bbcombotest.cfg file is why this isn't working as expected.
Alternatively, if that is by design, [and escaping fixes it], I think the
man pages should be updated to make a note about special characters just as
- that need to be escaped. (I know it's by design for the bbcombotest.cfg
file as mentioned in the man pages now, but I haven't seen such a note about
the hobbit-alerts.cfg file).