check_winprocess

2 posts / 0 new
Last post
gcook
Offline
Last seen: 7 years 8 months ago
Joined: 07.09.2015 - 14:32
check_winprocess

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.

itefix
Offline
Last seen: 3 days 7 hours ago
Joined: 01.05.2008 - 21:33
Try to define a service to

Try to define a service to run the following command:

 

check_winprocess --filter "imagename eq werfault.exe" --kill

 

 

Release news