I have been using check_all_interfaces.pl for a while on 32bit machines and it works great for checking the interfaces for errors.  I would like to use it on a 64bit machine, but it gives the error:<br><br>CRITICAL: Could not read table by SNMP: Counter length too long (5 bytes)<br>
<br>due to it trying to read a Counter64 with snmp v1.  It does not support v2c, or v3, which supports Counter64.<br><br>Does anyone know of a similar plugin that will work, or a way around this?<br>