PDA

Click to See Complete Forum and Search --> : IIS Web Service Monitoring


IClarke
Feb 19th, 2001, 04:32 AM
Does anyone know of a (prefreably free) untility that can monitor the web service and send out an email if it falls over ?

Thanks in advance
Ian.

plenderj
Feb 19th, 2001, 10:43 AM
Well just try to connect to the server on port 80 (or whatever HTTP port you're using).

If the connection is accepted, all is well.
If the connection is not accepted, all is not well.
You would then use MAPI, or have the app do the SMTP commands manually to send an email.

- jamie

JoshT
Feb 20th, 2001, 10:01 AM
If you're running NT (or probably 2000) and if you have the right permissions (Adminstrator, etc), you can use Performance Monitor to monitor tons of info about IIS in real time.

Josh