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.
 
Back
Top