Plugin check_snmp_mem
Posted: Sat Mar 05, 2011 6:57 am
Hello,
I import check_snmp_mem.pl into nagios XI
from adm cmd i test this plugin:
./check_snmp_mem.pl -H ip_address_of_cisco -C My_community -I -c80 -w 90
and test is OK - Processor:5%,I/O:35% : 7% : ; OK
But at Nagios XI i have a problem:
i'm create command:
check_snmp_cisco_mem
$USER1$/check_snmp_cisco_mem.pl -H $HOSTADDRESS$ -C My_community -I -c $ARG1$ -w $ARG2$
When i apply this command to service, at first check this service going to critical with error:
(Return code of 127 is out of bounds - plugin may be missing)
I import check_snmp_mem.pl into nagios XI
from adm cmd i test this plugin:
./check_snmp_mem.pl -H ip_address_of_cisco -C My_community -I -c80 -w 90
and test is OK - Processor:5%,I/O:35% : 7% : ; OK
But at Nagios XI i have a problem:
i'm create command:
check_snmp_cisco_mem
$USER1$/check_snmp_cisco_mem.pl -H $HOSTADDRESS$ -C My_community -I -c $ARG1$ -w $ARG2$
When i apply this command to service, at first check this service going to critical with error:
(Return code of 127 is out of bounds - plugin may be missing)