March 22, 2010 at 9:03 am
Hi,
Is it possible to get a alert when one of my instance or Sql server services get stops???
Regards,
Saravanan
March 22, 2010 at 9:27 am
Yes. There are products that will monitor that kind of thing for you. I've used "What's Up Gold" for that kind of monitoring before. It has several competitor products, and they all have advantages and drawbacks.
- Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC
Property of The Thread
"Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon
March 22, 2010 at 9:47 am
I can't think of any way that a specific server can alert you that it's services have shut down. You will need to use a process where an external server monitors it, such as the third party tools that GSquared mentions.
Now if you want to know when it starts back up, you could create a job with a schedule set to run when the SQL Server Agent starts to send an email/alert, etc.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
March 22, 2010 at 9:56 am
use NETIQ. we use it for monitoring stuff. Also IBM Tivoli is helpful. Or check this:
Maninder
www.dbanation.com
March 22, 2010 at 3:20 pm
You could create an ssis package and try and connect, if it does not respond the step fails and you then have an on fail step to insert into a table. I use a foreach loop container and check all the prod servers this way, if one does not respond an email alert is sent.
Andrew
March 22, 2010 at 3:32 pm
We have NetIQ and another in-house built app to perform those duties.
I have also tested What's Up Gold and Diagnostic Manager. Both seem fine as well.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply