On Mon, Apr 13, 2015, at 04:45, bb4 at richter-it.net wrote:
Hi,
about 2 years ago I asked Henrik about the planned downtime behaviour that doesn't work for purple alerts and he told me that he wanted to change the behaviour in 4.3.12. But since the nothing happened. So I am posting the patch for 4.3.19 and hope this time it gets added.
--- xymond.c.orig 2015-02-20 01:38:25.000000000 +0100 +++ xymond.c 2015-04-13 11:29:25.563999251 +0200 @@ -1244,7 +1244,7 @@
done: if (colstr) { - if ((*color == COL_RED) || (*color == COL_YELLOW)) { + if ((*color == COL_RED) || (*color == COL_YELLOW) || (*color == COL_PURPLE)) { char *cause;
cause = check_downtime(hostname, testname);
Sorry to hear this patch was lost. I will forward it on to the xymon-dev list to make sure JC sees it.