|
Posted by Will on April 27, 2008, 2:42 pm
If you were Registered and logged in, you could reply and use other advanced thread options
I have a service on a server that is getting changed from Disabled to
Automatic and started periodically, and we do not think operators are doing
this. I am looking for a Windows service that would act as a monitor for
other Windows services. Specifically, I want to receive email notification
when the service starts up or has its start mode altered, that gives:
- process id of the context that made the change
- user name or security context (e.g., SYSTEM) of the user making the change
- application name (e.g., CMD.EXE) making the change
Does any monitor service like what I am describing exist?
--
Will
|