Server monitor and notification

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I need some idea, Is there any way to write vb code to monitor server
activity and
if server fails send out email to admin.


thanks
Kalyan
 
Jorge

VB.NET, the piece of code should reside on memory and able to send
notification when server failed.
 
Ususally a windows service running on another machine would be used to
monitor a server. You can't have a service running on the server be
responsible for sending the notification because the service will most likely
not be running if the server itself is down.
 
Absolutely I agree with you, My idea is to run a code one server and going to
monitor another webserver.
 
How about pinging the server every x seconds?

Kalyan said:
Absolutely I agree with you, My idea is to run a code one server and going
to
monitor another webserver.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top