Page 1 of 1

Explorer.exe

Posted: Mon Sep 14, 2015 1:40 am
by rlinux57
I'm getting "Explorer.exe" notification, even it's running at server.

winserver-2012 Explorer CRITICAL 09-14-2015 02:33:38 1d 1h 24m 11s 3/3 Explorer.exe: not running

Re: Explorer.exe

Posted: Mon Sep 14, 2015 10:03 am
by jdalrymple
In order to troubleshoot it would be immensely useful to have more diagnostic information. Namely please include simple things like the plugin you're using, command syntax, etc.

That said - your problem is likely case:

Code: Select all

[jdalrymple@localhost libexec]$ ./check_nrpe -H <winhost> -c check_process -a "process=explorer.exe"
OK: all processes are ok.|'explorer.exe state'=1;0;0 'count'=1;0;0
[jdalrymple@localhost libexec]$ ./check_nrpe -H <winhost> -c check_process -a "process=Explorer.exe"
CRITICAL: Explorer.exe=stopped|'Explorer.exe state'=0;0;0 'count'=1;0;0

Re: Explorer.exe

Posted: Tue Sep 15, 2015 12:34 am
by rlinux57
lolx... exactly working...command syntax was incorrect, in previous version of nsclient++ it was running okay with "Explorer.exe".

Thanks for your kind response.

Re: Explorer.exe

Posted: Tue Sep 15, 2015 8:57 am
by hsmith
rlinux57 wrote:lolx... exactly working...command syntax was incorrect, in previous version of nsclient++ it was running okay with "Explorer.exe".

Thanks for your kind response.
Is there anything else we can do for you, or should I mark this one resolved and close it?

Re: Explorer.exe

Posted: Wed Sep 16, 2015 12:14 am
by rlinux57
Yes marked it resolved.