View Single Post
  #1 (permalink)  
Old 04-27-2008, 06:42 PM
Will
Guest
 
Posts: n/a
Default Windows Utility to Monitor Starting of Services?

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



Reply With Quote