Xymon Mailing List Archive search

maint.pl with no email

list Henrik Størner
Mon, 28 Feb 2005 21:53:59 +0100
Message-Id: <user-516e4d671f5c@xymon.invalid>

On Mon, Feb 28, 2005 at 03:00:56PM -0500, user-04bba0146b8b@xymon.invalid wrote:
And if the groups that need to be notified that a service is disabled
for maintenance are different from the people that need to be notified
of an outage?
HOST=foo
	MAIL user-40bc3faa71b3@xymon.invalid COLOR=red STOP
	MAIL user-9832305a7983@xymon.invalid NOTICE


or slightly more elegant (but not yet released)

HOST=foo
	MAIL user-40bc3faa71b3@xymon.invalid COLOR=red 
	MAIL user-9832305a7983@xymon.invalid NOALERT NOTICE


Henrik