Monitoring processes to check they are running, or not running would ordinarily require ...
- Logging on and taking a look
- Being informed by a user who can't work because the application isn't running
- Finding that an unauthorised update has been run and caused damage to other
files and systems because it wasn't first tested etc.
With Sentry-go, monitoring Windows processes is quick,
easy & can be done automatically once defined.
You can,
for example ...
- Monitor that X copies of an application is running
- Monitor that no copies of an application is running
- Optionally restart X no. copies of an application
- Optionally terminate a running application
- Notify System Administrator(s) of errors or failures
Examples where process monitoring would be of benefit include ... |