We downloaded, installed, and are experimenting with APM. We have some in-house written applications that we would like to monitor using an HTTP interface similar to the Tomcat Monitor. I made an experiment and have that template working fetching a custom page I created. I see that something is fetching the web page and parsing the values out of it. I exported the template, and looking at it I see it's a .NET class array serialization. There is "something" underneath this template that is driving what variables are parsed and has the /manager/status part of the URL hard coded into it. It is that "something" I need to be able to write. Is there an API for creating a .NET DLL or ActiveX component that can be installed in Orion to extend APM to be able to monitor custom apps with an HTTP interface? Basically, something very similar to the Tomcat monitor, but preferably I'd provide a more generic GET/POST interface.