This is a description of the new online monitoring html output scheme.
As before, the html output stuff is a 2 steps process :
1) The OnlMonDraw children, by their MakeHtml method, produces some html and/or gif files for a given run.
2) A web server uses the mon.cgi script, located in this directory, to browse the html outputs. The main advantage of this script above the old scheme is that it will output a navigation menu on the left part of the browser window.
The "communication" between 1) and 2) is possible thanks to a certain directory structure and one file per run, named "menu" (and possibly "menu.html" for browser w/o JavaScript). The top directory is specified through the environment variable ONLMON_HTMLDIR (note that ONLMON_HTMLSUBDIR is no longer used).
SEE ALSO: README