<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body>
    <p>Crikey, I didn't even know there was a specifically-named
      red.html page . . and I've been poking at xymon/bb for a couple of
      decades. I guess that shows how often I look in that directory.<br>
    </p>
    <p>Reading in source, it looks to me like this is triggered in <i>xymongen.c</i>,
      as a special type of PAGE_NONGREEN (there, in line 664):<br>
    </p>
    <p><font face="monospace">    659         /* The full summary page -
        nongreen.html */<br>
            660         if (do_nongreen) {<br>
            661                 nongreen_color =
        do_nongreen_page(nssidebarfilename, PAGE_NONGREEN, "nongreen");<br>
            662                 nongreencolors = (nongreencolors &
        ~(1 << COL_YELLOW));<br>
            663                 nongreencolors = (nongreencolors &
        ~(1 << COL_PURPLE));<br>
            664                 nongreen_color =
        do_nongreen_page(nssidebarfilename, PAGE_NONGREEN, "red");<br>
            665                 add_timestamp("Non-green page generation
        done");<br>
            666         }</font></p>
    <p>and do_nongreen_page is defined in <i>pagegen.c</i><br>
    </p>
    <p><font face="monospace">   1128 int do_nongreen_page(char
        *nssidebarfilename, int summarytype, char *filenamebase)</font><br>
    </p>
    <p>So if you don't want this page to be generated, you're going to
      have to modify xymongen. And it appears that red.html is going to
      be controlled by exactly the same things which control
      nongreen.html<br>
    </p>
    <pre class="moz-signature" cols="72">--
Do things because you should, not just because you can. 

John Thurston    907-465-8591
<a class="moz-txt-link-abbreviated" href="mailto:John.Thurston@alaska.gov">John.Thurston@alaska.gov</a>
Department of Administration
State of Alaska</pre>
    <br>
  </body>
</html>