Search found 5 matches
- Mon Aug 21, 2017 9:34 am
- Forum: Open Source Nagios Projects
- Topic: Plugin timed out while executing system call error
- Replies: 11
- Views: 40087
Re: Plugin timed out while executing system call error
All, Sorry for the delayed reply to this thread. I had a bit of a medical emergency that forced me to take about 2 months off and I am just getting back to this issue now. Turns out the issue was a typo in the community string configured on the device. Lesson learned: never trust others to get the l...
- Thu May 25, 2017 12:27 pm
- Forum: Open Source Nagios Projects
- Topic: Plugin timed out while executing system call error
- Replies: 11
- Views: 40087
Re: Plugin timed out while executing system call error
The "-m all" option forces the check_snmp to go through all of the MIB files on the system and maybe that is still taking longer that 60 seconds, Try removing it and see if that helps. Unfortunately I get the same results on GUI & CLI without the "-m all" option too Can you ...
- Thu May 25, 2017 8:22 am
- Forum: Open Source Nagios Projects
- Topic: Plugin timed out while executing system call error
- Replies: 11
- Views: 40087
Re: Plugin timed out while executing system call error
Hi tgriep, Thanks for the suggestion, here's what happened: Updated the check command: check_command check_snmp! -C **** -o .1.3.6.1.4.1.3808.1.1.1.2.2.4.0 -c 60: -m all -t 60 Reply via Nagios: "Status Information: (Service check timed out after 60.02 seconds)" Reply via Nagios' server CLI...
- Wed May 24, 2017 2:30 pm
- Forum: Open Source Nagios Projects
- Topic: Plugin timed out while executing system call error
- Replies: 11
- Views: 40087
Re: Plugin timed out while executing system call error
Thanks for the info. I checked my timeouts and they match what you posted. I should note (I forgot to add this to the original message and have since edited it) that running the command via check_snmp on the Nagios' server CLI returns a proper result similar to running snmpget. I'm not sure if that ...
- Wed May 24, 2017 9:06 am
- Forum: Open Source Nagios Projects
- Topic: Plugin timed out while executing system call error
- Replies: 11
- Views: 40087
Plugin timed out while executing system call error
I have a strange issue with check using check_snmp. The status information returned is "CRITICAL - Plugin timed out while executing system call" however when I use snmpget or run check_snmp on the Nagios server's CLI it returns the proper information. I have tried increasing the timeout fo...