I use unagi to monitor my server grid http://www.unixuser.org/~euske/python/unagi/
I would like to expose this through my cherrypy application and leverage my authentication code so that it is available only to the admin. Do you know how I can expose the unagi in my application. Unagi has a built in web server and runs which runs on another port. vinjvinj

