check_snmp CRITICAL - Plugin timed out while executing syste
Posted: Thu Nov 05, 2020 9:47 am
Hi Guys
I have recently transferred a Nagios backup over to a new server. I have having an issues with a few of the snmp checks, not all of the, for example:
CentOS 8.2.2004
This one fails on the CLI
CentOS 6.10 (Final)
This is the original server, check works fine.
I first suspected something is up with the MIB, but they are all in the correct place, and all MIB files are set to chown root:nagios
Do I need to add any other arguments to the CentOS8?
It is weird as these servers have around 10,000 SNMP checks running on them, and the only ones I am having issues with are pulling back the model numbers and OS version of Switches. The CentOS6 server works fine, CentOS8 working fine with the exception of those few checks.
Any ideas?
I have recently transferred a Nagios backup over to a new server. I have having an issues with a few of the snmp checks, not all of the, for example:
CentOS 8.2.2004
This one fails on the CLI
Code: Select all
[root@nagxit02 libexec]# ./check_snmp -H 192.168.250.126 -o SNMPv2-SMI::mib-2.47.1.1.1.1.2.1001 -C svc-snmpexec -P 2c -l "Model"
CRITICAL - Plugin timed out while executing system call
This is the original server, check works fine.
Code: Select all
[root@nagxip02 libexec]# ./check_snmp -H 192.168.250.126 -o SNMPv2-SMI::mib-2.47.1.1.1.1.2.1001 -C svc-snmpexec -P 2c -l "Model"
SNMP OK - Model StackPort1/1 |
Do I need to add any other arguments to the CentOS8?
It is weird as these servers have around 10,000 SNMP checks running on them, and the only ones I am having issues with are pulling back the model numbers and OS version of Switches. The CentOS6 server works fine, CentOS8 working fine with the exception of those few checks.
Any ideas?