I wrote a program in Perl, at work, to look after the server lists. I didn't bother including the stylesheet or the images, but they are simple enough. Here is the source:
http://www.javaop.com/~iago/servers.txtIt lists the servers, along with ip's, os, and comments. Of course, you have to add them to yourself. And, with the click of a button, you can nmap, ping, nbtstat, and traceroute them. Of course, you need the programs installed. I probably should have made the locations constants, but I didn't, so if your ping/nmap/traceroute/nbtstat programs are in a different place then mine you'll have to find/replace the text. Big deal
I put this on a restricted Apache server at work, I wouldn't recommend putting this in a public place.
<edit> fixed link