Discussion:
Looking for tools to monitor sql and applications
(too old to reply)
r***@yahoo.com
2004-10-24 05:54:19 UTC
Permalink
I am looking for the right tools to do application monitoring.


I'm hoping to find one single tool that can do the entire job but if
it does not exist then a few monitoring apps would do as well.



I need the ability to do the standard things like testing for ping,
checking for windows services running and restarting them after some
threshold is met, and wmi.

Some of the more tricky things I need it to do are:


* Parse log files looking for specific error codes, and the ability to
set an alert only if it sees that error X times over some period of
time.

* Run custom slq queries like row counts and max values returned from
a query and if that condition is met X times over some period of
time.

* Run an external app that does its own custom testing and act on its
results, which could be to parse the result file from the app.



Keep in mind cost is not the isssue right now - so this can be
freeware to some type of enterprise solution that our company can use.
Does anyone know of any tools that you can point me towards?

Thanks...
Erland Sommarskog
2004-10-24 21:00:58 UTC
Permalink
Post by r***@yahoo.com
I am looking for the right tools to do application monitoring.
I'm hoping to find one single tool that can do the entire job but if
it does not exist then a few monitoring apps would do as well.
I need the ability to do the standard things like testing for ping,
checking for windows services running and restarting them after some
threshold is met, and wmi.
* Parse log files looking for specific error codes, and the ability to
set an alert only if it sees that error X times over some period of
time.
* Run custom slq queries like row counts and max values returned from
a query and if that condition is met X times over some period of
time.
* Run an external app that does its own custom testing and act on its
results, which could be to parse the result file from the app.
Keep in mind cost is not the isssue right now - so this can be
freeware to some type of enterprise solution that our company can use.
Does anyone know of any tools that you can point me towards?
Have you looked at Microsoft Operations Manager? I can't tell that it
does all you want, but MOM is the tool Microsoft presents when you
need to monitor many servers. (It is not really clear from your post
that is what you want, though.)
--
Erland Sommarskog, SQL Server MVP, ***@sommarskog.se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp
Loading...