[hobbit] Purples, all non-green view
Henrik Stoerner
henrik at hswn.dk
Fri May 12 17:05:27 CEST 2006
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;
More information about the Xymon
mailing list