Plugin time out error for islion box
Plugin time out error for islion box
Hi team,
All my isilion boxes are being monitored by using check_snmp (/check_snmp -H $HOSTADDRESS$ $ARG1$)
From few days we are facing the issue as plugin time out in nagios console.
Attaching screen shot for reference. Please help us to resolve the issue asap.
All my isilion boxes are being monitored by using check_snmp (/check_snmp -H $HOSTADDRESS$ $ARG1$)
From few days we are facing the issue as plugin time out in nagios console.
Attaching screen shot for reference. Please help us to resolve the issue asap.
You do not have the required permissions to view the files attached to this post.
Re: Plugin time out error for islion box
Is the server that you are monitoring very busy? Anything changed - an IP, community string, etc.?
Can you show us one of the failing checks, run from the command line along with the output of it? Try timing the check:
What is the global timeout for services in the nagios.cfg set at? Run the command below and show the output:
Can you show us one of the failing checks, run from the command line along with the output of it? Try timing the check:
Code: Select all
time /usr/local/nagios/libexec/check_snmp <rest of your command>Code: Select all
grep service_check_timeout= /usr/local/nagios/etc/nagios.cfgBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Plugin time out error for islion box
Hi Team,
We dint change any IP or string.
For first command output is ,
real 0m11.004s
user 0m0.000s
sys 0m0.003s
CRITICAL - Plugin timed out while executing system call
And second command output is
service_check_timeout=60
Request to review asap.
We dint change any IP or string.
For first command output is ,
real 0m11.004s
user 0m0.000s
sys 0m0.003s
CRITICAL - Plugin timed out while executing system call
And second command output is
service_check_timeout=60
Request to review asap.
Re: Plugin time out error for islion box
What is the load on the remote machine? Is snmpd running on the islion box? Is there a firewall in between? Is UDP port 161 open?
Your check timed out after 10 seconds as this is the "default" timeout for check_snmp plugin. Try increasing the timeout by using the "-t" flag.
Did the check succeed?
Code: Select all
nmap -sU <remote ip> -p 161Code: Select all
/usr/local/nagios/libexec/check_snmp <rest of your command> -t 50Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Plugin time out error for islion box
Hello,
Port is opened and snmpd is running.
nmap result is .
Starting Nmap 6.47 ( http://nmap.org ) at 2018-11-28 09:37 AEDT
Nmap scan report for xxxxxxxx (xxxxxxxx)
Host is up (0.00038s latency).
PORT STATE SERVICE
161/udp open|filtered snmp
And even after increasing tme out to -t 50, result is same.
CRITICAL - Plugin timed out while executing system call
real 0m51.004s
user 0m0.001s
sys 0m0.003s
Port is opened and snmpd is running.
nmap result is .
Starting Nmap 6.47 ( http://nmap.org ) at 2018-11-28 09:37 AEDT
Nmap scan report for xxxxxxxx (xxxxxxxx)
Host is up (0.00038s latency).
PORT STATE SERVICE
161/udp open|filtered snmp
And even after increasing tme out to -t 50, result is same.
CRITICAL - Plugin timed out while executing system call
real 0m51.004s
user 0m0.001s
sys 0m0.003s
Re: Plugin time out error for islion box
I never fully trust the nmap's udp scans... Having "filtered" in the output:
FYI, when I run nmap against my test VM, I get:
Do you get some output or the command times out?
If nagios cannot access the remote machine due to SNMP service problem or firewall issues, your checks won't work.
which may (or may not) indicate a firewall issue. The only way to be 100% sure, is to temporarily stop the firewall, and try running your check from the CLI.161/udp open|filtered snmp
FYI, when I run nmap against my test VM, I get:
Since these are SNMP checks, let's try one more troubleshooting step - run the snmpwalk from the command line on the Nagios XI server:161/udp open snmp
Code: Select all
snmpwalk -v2c -c <community string> <remote ip address>If nagios cannot access the remote machine due to SNMP service problem or firewall issues, your checks won't work.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Plugin time out error for islion box
HI Team,
Please find the response of command.
[root@xxxxxxx libexec]# snmpwalk -v 2c -c Nagios 10.xxxxxxxxxxxx
Timeout: No Response from 10.xxxxxxxxx
Please find the response of command.
[root@xxxxxxx libexec]# snmpwalk -v 2c -c Nagios 10.xxxxxxxxxxxx
Timeout: No Response from 10.xxxxxxxxx
Re: Plugin time out error for islion box
If you are not able to perform snmpwalk against the remote machine, your check won't work...
Have you tested your check with firewall turned off?
Can you run snmpwalk on the remote machine (locally)?
Have you made any changes to the /etc/snmp/snmpd.conf file prior to seeing this issue? Please post the snmpd.conf file on the forum.
Have you tested your check with firewall turned off?
Can you run snmpwalk on the remote machine (locally)?
Code: Select all
snmpwalk -v 2c -c Nagios localhostBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Plugin time out error for islion box
Hi,
We are not using any fire wall between nagios server and remote host.
We have run the below command in remote machine and below s out put.
And we dint change anything in snmpd file. Attaching file below.
We are not using any fire wall between nagios server and remote host.
We have run the below command in remote machine and below s out put.
Code: Select all
root-1# snmpwalk -v 2c -c I\$ilonpublic localhost
SNMPv2-MIB::sysDescr.0 = STRING: acpnpcisi01-1 3519032624 Isilon OneFS v8.0.0.4
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.12325.1.1.2.1.1
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (2932009613) 339 days, 8:28:16.13
SNMPv2-MIB::sysContact.0 = STRING: [email protected]
SNMPv2-MIB::sysName.0 = STRING: acpnpcisi01-1
SNMPv2-MIB::sysLocation.0 = STRING: unset
SNMPv2-MIB::sysServices.0 = INTEGER: 76
SNMPv2-MIB::sysORLastChange.0 = Timeticks: (8) 0:00:00.08 You do not have the required permissions to view the files attached to this post.
Re: Plugin time out error for islion box
Are you sure this is the correct config (from the remote server)? You community string is set to the default (public)...And we dint change anything in snmpd file. Attaching file below.
Code: Select all
com2sec notConfigUser default publicAlso, I see a very little output from the snmpwalk that was run "locally". If this is indeed your config, comment out these two lines:
Code: Select all
view systemview included .1.3.6.1.2.1.1
view systemview included .1.3.6.1.2.1.25.1.1Code: Select all
# view systemview included .1.3.6.1.2.1.1
# view systemview included .1.3.6.1.2.1.25.1.1
view systemview included .1Code: Select all
service snmpd restartBe sure to check out our Knowledgebase for helpful articles and solutions!