Xymon Mailing List Archive search

Purples, all non-green view

list Henrik Størner
Fri, 12 May 2006 17:05:27 +0200
Message-Id: <user-582036a1f09f@xymon.invalid>

On Fri, May 12, 2006 at 02:41:19PM +0000, David Gore wrote:
There was some talk of the purples not showing up on the 'All non-green view'.  We are also disappointed that the purples have been removed from this page.  Our main page is the ANV page and would really like to have that back.  Could we at least have it back with a flag?  Or did we some how remove the purples on the ANV page with some flag in the latest snapshot?
Seems I broke it somewhere. This should put the purples back on the bb2
page.


Henrik

-------------- next part --------------
--- bbdisplay/pagegen.c	2006/05/09 12:00:00	1.169
+++ bbdisplay/pagegen.c	2006/05/12 15:03:34
@@ -53,7 +53,7 @@
 int  nkonlyreds = 0;
 char *nkackname = "NK";
 int  wantrss = 0;
-int  bb2colors = ((1 << COL_RED) | (1 << COL_YELLOW));
+int  bb2colors = ((1 << COL_RED) | (1 << COL_YELLOW) | (1 << COL_PURPLE));
  /* Format strings for htaccess files */
 char *htaccess = NULL;