I am looking at your check_winprocess plugin. I am thinking this may resolve an issue we are having with one of our servers. When werfault.exe starts it causes the server to freeze. We have the reports service turned off but the process still starts. So what we would like to do is if it starts automatically kill it. Regardless of what state it is in.
Release news
- 2023-05-23 Copssh server 7.13.2
- 2023-05-23 Copssh server 8.1.2
- 2023-03-29 Rsync Client Helper GUI 1.0.3.7
- 2023-03-29 Nagwin 5.1.2
- 2023-03-29 cwRsync server 6.7.2
Try to define a service to run the following command:
check_winprocess --filter "imagename eq werfault.exe" --kill