Nagios XI SNMP Check for zombie processes
Posted: Wed Jan 09, 2019 9:42 pm
Is it possible to monitor zombie processes with snmp?
I am trying to find the correct syntax to monitor a process to ensure that it doesn't exceed 100 processes.
So the logic would be that from 1-99 processes it is ok but above 100 processes send me a notification.
I've been playing around with this plugin but not getting the desired result as I am not understanding how the threshold work.
/usr/local/nagios/libexec/check_snmp_process_wizard.pl -H <IP> -C public --v2c -r -n <service> -w '0' -c '0'
Much appreciate any help.
I am trying to find the correct syntax to monitor a process to ensure that it doesn't exceed 100 processes.
So the logic would be that from 1-99 processes it is ok but above 100 processes send me a notification.
I've been playing around with this plugin but not getting the desired result as I am not understanding how the threshold work.
/usr/local/nagios/libexec/check_snmp_process_wizard.pl -H <IP> -C public --v2c -r -n <service> -w '0' -c '0'
Much appreciate any help.