jmreinwald
Technical User
First off, coming from a PHP background, I'm an absolute beginner to ASP and vbscript. My company needs a very simple monitoring tool built for some internal sites. They are not allowing me to install PHP, so I have to deal with what I already have available.
Basically, we have 10 hot-swappable drives, each configured for a particular portal environment (SAP, Plumtree, etc) with its own url.
I need the outline of a simple monitoring tool. With 10 portals running off only 3 servers, clearly only three will be "active" at any given time. That's what I need to know. Basically querying all 10 in turn and providing a simple check mark or "x" if it's up or not.
Again, being a complete newbie to asp/vbscript, I see (or at least think) that XMLHTTP may be the way to go, since it can "open" pages. Any help on where to go from there? With PHP it's actually very simple (using fopen()), but asp/vbscript is definitely a different beast!
Thanks in advance,
Joe
Basically, we have 10 hot-swappable drives, each configured for a particular portal environment (SAP, Plumtree, etc) with its own url.
I need the outline of a simple monitoring tool. With 10 portals running off only 3 servers, clearly only three will be "active" at any given time. That's what I need to know. Basically querying all 10 in turn and providing a simple check mark or "x" if it's up or not.
Again, being a complete newbie to asp/vbscript, I see (or at least think) that XMLHTTP may be the way to go, since it can "open" pages. Any help on where to go from there? With PHP it's actually very simple (using fopen()), but asp/vbscript is definitely a different beast!
Thanks in advance,
Joe