Is there a WinXP application/service that will monitor other applications for runtime?

I've seen the MS uptime monitor, but that just seems to be for server uptime, not for individual apps.

Haven't found anything searching in here, either. If this is a dupe, am I using the wrong search terms?

link|improve this question
4  
How do you define down? Do you mean in the task list but not using %cpu or do you mean not in the task list? Are you talking about Apps that you can change or Apps where you cannot rebuild? – Peter M Mar 30 '10 at 12:21
feedback

1 Answer

up vote 3 down vote accepted

The normal solution to this kind of problem is to use some kind of server/network monitoring software.

That is basically a dedicated service running on a server, which will monitor multiple machines (and the S/W on them) via the network. They can also detect whether individual services are up.

See e.g.

http://serverfault.com/questions/44/what-tool-do-you-use-to-monitor-your-servers

http://serverfault.com/questions/1596/application-monitoring-tools

http://serverfault.com/questions/26685/server-monitoring

I have personally used ZenOSS, which can do monitor applications and send alerts, produce graphs etc..

Using a monitoring software for a single app might be overkill, but OTOH it's a standard solution, and most monitoring software is reasonably simple to set up for simple cases, and can run on the monitored machine, so it might be the best solution.

I am not aware of any app just for checking the status of a single, local application.

link|improve this answer
It's not for a single app, or on a local machine. I wasn't sure of the correct terminology, and I was posting this before our Network guys had even begun to think about coffee.... Thanks! – Michael Paulukonis Mar 30 '10 at 20:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.