Xymon Mailing List Archive search

Disable message and RECOVERY

list Japheth Cleaver
Mon, 25 Jan 2016 08:08:39 -0800
Message-Id: <user-1ad368f4460f@xymon.invalid>

On Mon, January 25, 2016 12:27 am, Stef Coene wrote:
Hi,

I noticed that a disable message is not setting the RECOVERY option to 1
when
triggering an alert script.
From xymonserver.cfg:
OKCOLORS="green,blue,clear"
Hi,

Various types of "recoveries" actually have different numeric values
there. In 4.3.x, a disabling a test will set RECOVERED=2:
https://sourceforge.net/p/xymon/code/HEAD/tree/branches/4.3.24/xymond/do_alert.c#l580

In 4.4, this will extend to values for stale and dropped alerts as well:
https://sourceforge.net/p/xymon/code/HEAD/tree/branches/4.x-master/xymond/do_alert.c#l594


To test whether a call out to a script is an alert or a recovery, it's
best to check for 0 and non-0.

And I also noticed that if you select multiple hosts and multiple
services,
only for 1 host the alert script is triggered for each service.
Selecting 1 server or 1 service is working fine.
Hmm. This is on the standard enadis.sh page? What is fired on the
remaining hosts?

-jc