Results 1 to 3 of 3

Thread: IIS Web Service Monitoring

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2000
    Location
    Sussex, England
    Posts
    45
    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.
    Ian Clarke BSc (Hons) - Web Applications Programmer
    Ricardo Consulting Engineers Ltd.
    Email : [email protected]

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    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
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  3. #3
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    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
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width