check_procs Plugin Issue?

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
BeckhamHolden
Posts: 1
Joined: Fri Jan 29, 2021 6:15 am

check_procs Plugin Issue?

Post by BeckhamHolden »

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!!!
Locked