|
I use
three methods for each SQL Server I monitor:
1) Is
the network working?
simple ICMP ping
2)
Will the server accept new connections?
Custom TCP/IP Service to TCP port
1433, Send to disconnect command "QUIT\r\n"
3) Can
I login to server and retrieve data?
Custom TCP/IP Service that loads an
ASP page on my webservers that uses ADO to connect to the server, select top 1 *
from whatever (nolock), and reports WHATSUP_DB_OK upon a successful
connection. Check the knowledgebase to get all the details of setting this
one up.
Works
like a charm,
Dave.
|
- [WhatsUp Forum] SQL Server Service Fabr�cio Nunes Monte
- RE: [WhatsUp Forum] SQL Server Service Dave May
- RE: [WhatsUp Forum] SQL Server Service Jocio Morais
