Xymon Mailing List Archive search

Duplicate Alerting issue.

2 messages in this thread

list Stewart Larsen · Thu, 8 Mar 2007 16:25:23 -0500 ·
I have a bit of a problem with my alert config. 

Suppose I have two macros defined for host groups

$databases=%(sdb.*)
$unix=%(sdb.*|www.*)

Then I create some records like...

HOST=$databases
	MAIL user-d41094030bcb@xymon.invalid
	MAIL user-d361980bf330@xymon.invalid

HOST=$unix
	MAIL user-d41094030bcb@xymon.invalid
	MAIL user-7f7c55bdae94@xymon.invalid

The problem is then, that the managers group will get two alerts when
there is a problem with an sdb* box. 

This was not the behavior under BB.  Is there a way to keep the
duplicate alerts out?


--
Stewart
list Johann Eggers · Fri, 9 Mar 2007 09:42:39 +0100 ·
-----Original Message-----
From: user-6f5382941e41@xymon.invalid
[mailto:user-6f5382941e41@xymon.invalid]
Sent: Donnerstag, 8. März 2007 22:25
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] Duplicate Alerting issue.
quoted from Stewart Larsen

I have a bit of a problem with my alert config.

Suppose I have two macros defined for host groups

$databases=%(sdb.*)
$unix=%(sdb.*|www.*)

Then I create some records like...

HOST=$databases
	MAIL user-d41094030bcb@xymon.invalid
	MAIL user-d361980bf330@xymon.invalid

HOST=$unix
	MAIL user-d41094030bcb@xymon.invalid
	MAIL user-7f7c55bdae94@xymon.invalid

The problem is then, that the managers group will get two alerts when
there is a problem with an sdb* box.

This was not the behavior under BB.  Is there a way to keep the
duplicate alerts out?
Try to use the EXHOST tag:

HOST=$unix EXHOST=$databases
	MAIL user-d41094030bcb@xymon.invalid
	MAIL user-7f7c55bdae94@xymon.invalid

Johann