Xymon Mailing List Archive search

No pages when going from yellow to red

list Pat Vaughan
Wed, 2 Nov 2005 14:07:59 -0500 (EST)
Message-Id: <user-3fbd1756d808@xymon.invalid>

Okay, my recipients are different, but I'm using scripts instead of MAIL
recipients:

SCRIPT /usr/local/bin/scripts/hobbit-mail UNIX_ADMIN
SERVICE=%(cpu|disk|entstat|procs|ssh|telnet|vmio) COLOR=yellow,purple
REPEAT=30d RECOVERED

SCRIPT /usr/local/bin/scripts/hobbit-mailpage $PATVAUGHAN_PAGERMAIL
SERVICE=%(cpu|disk|entstat|memory|procs|ssh|telnet|vmio) COLOR=red
TIME=12345:0800:1700 REPEAT=30d
On Tue, Nov 01, 2005 at 05:25:33PM -0500, user-7a6c75d6cc10@xymon.invalid wrote:
If you use separate rules for yellow and red alerts, say a
hobbit-alerts.cfg that looked something like:

HOST a_host:
	MAIL user-7f377ba79fba@xymon.invalid COLOR=red DELAY=0 REPEAT=30m RECOVERED
	MAIL user-7f377ba79fba@xymon.invalid COLOR=yellow DELAY=0 REPEAT=30m RECOVERED

would you then get a separate email when the condition turned red at
22:45 below?
No, and that might be something that could change. The repeat-
checking code currently identifies an alert by the combination
of hostname, servicename and recipient; I could easily change
that so a separate line in the config-file would result in a new
set of repeat-checks.