genError in SNMP plugin
Posted: Mon Mar 21, 2016 12:29 pm
Hi,
I have made a simple plugin for counting the lines on a dynamic table. The script work nice, but 1 of x time, i have a CRITICAL, the problem is an "Error in packet" with a "genError (general Error)"
The recollection command I'm using is the next:
The table can have between 50 and 300 lines.
Any idea?
Best regards
I have made a simple plugin for counting the lines on a dynamic table. The script work nice, but 1 of x time, i have a CRITICAL, the problem is an "Error in packet" with a "genError (general Error)"
The recollection command I'm using is the next:
Code: Select all
snmpbulkwalk -r 10 -Ov -v 2c -Cc -c ${comu} ${ip}:${port} ${OID} Any idea?
Best regards