Hi All,
Hope you are doing well!!!
I am using Nagios Core v 4.4.5 and Plugin check_procs to check zombie process on my linux server.
Please find below command which I am using:
./check_procs -w 1 -c 2 -s Z
I am getting below output:
PROCS OK: 0 processes with STATE = Z | procs=0;1;2;0;
But when I am using Top command, I am getting one zombie process there.
So this plugin is not able to capture the zombie process.
Can anyone help me to fix this issue?
Thanks in advance!!!