NSClient++ Help (#1) - Possible to known if a process is responding (#706) - Message List
Hi everyone !
I would like to known if it is possible to known is a process is responding or not ?
CheckProcState just say is process appear in the task list or not
Thanks you
-
Message #1998
The answer is : check_winprocess It's a NRPE plugins
Avalaible here : http://sourceforge.net/projects/sereds/files/Nagios/check_winprocess/1.3/
(For french Windows users : This plugins use tasklist.exe of Microsoft, but the french version of the exe doesn't work well, overwrite it with a copy of an english Windows version. This trouble can be present with other language version.)
mtaller11/22/10 19:48:07 (2 years ago) -
Message #2011
Hello,
Latest nightly has this built-in to the CheckProcState
You can use it like so:
- When process (badapp.exe) is "responding" (not hung)
CheckProcState quake.exe=stopped badapp.exe=started notepad++.exe=started OK:OK: All processes are running. CheckProcState quake.exe=stopped badapp.exe=hung notepad++.exe=started CRITICAL:CRITICAL: BadApp.exe: started (critical)
- When process (badapp.exe) is "not responding" (hung)
CheckProcState quake.exe=stopped badapp.exe=started notepad++.exe=started CRITICAL:CRITICAL: BadApp.exe: hung (critical) CheckProcState quake.exe=stopped badapp.exe=hung notepad++.exe=started OK:OK: All processes are running.
*BEWARE* the latest nightly is an experimental build, but please let me know what you think.
Michael Medin
mickem12/14/10 06:43:10 (2 years ago) - When process (badapp.exe) is "responding" (not hung)








