Hi,
I'm wondering how your application checks services, for example, to say the IMAService should cause an alert.
If you application checks every 5 minutes, does it simply query the service to see if it's running every 5 mins?
If so, I'd like to sugest that the application also checks the event log to see if the service had stopped since the last check, as it may have restarted itself and your application maybe polling to slowly to catch it.
Other than that, I think it's a great idea.
Yep, it just checks to see every 5 minutes the service is running.
We had someĀ idea's about the event viewer, one thing we should make is a event viewer tab when you double click a server.
Could be a good idea to monitor the event log for services, but I wonder if that is reachable, because things might get to slow.