Re: query on central stats
> You should not have to modify the HTML, as I recollect.
> You can put local stats on a webserver easily, though.
Thanks for the response. I think I probably meant to ask a different
question than I actually did. I think the HTML files that contain
hyperlinks for "Central Loss", "Central RTT", etc, should point at
something meaningful or shouldn't be there at all.
So, for example, instead of local_loss.html containing an entry:
<a href="central_loss.html">Central Loss</a>
it would more useful to have:
<a href="http://jhereg.ncsa.uiuc.edu/central_loss.html">Central Loss</a>
where the hostname was extracted from, say, CENTRALSERVERNAME in the conf
file. Or some such.
mb