Hi,

I'm monitoring my open-e servers via SNMP. But now some values are maxed out at 32 bit. My own SNMP installations on linux have 64 bit counters but they are not available in open-e. An other option would be that when the 32-bit counters reach 32-bit they overflow to 0. But the open-e snmp does not do that either.

Command:
snmpget -c <community> -v 2c <hostname> UCD-DISKIO-MIB::diskIODevice.291 UCD-DISKIO-MIB::diskIOReads.291 UCD-DISKIO-MIB::diskIOWrites.291 UCD-DISKIO-MIB::diskIONReadX.291 UCD-DISKIO-MIB::diskIONWrittenX.291 UCD-DISKIO-MIB::diskIONRead.291 UCD-DISKIO-MIB::diskIONWritten.291

Output:
UCD-DISKIO-MIB::diskIODevice.291 = STRING: sdb
UCD-DISKIO-MIB::diskIOReads.291 = Counter32: 108807898
UCD-DISKIO-MIB::diskIOWrites.291 = Counter32: 1162630149
UCD-DISKIO-MIB::diskIONReadX.291 = No Such Object available on this agent at this OID
UCD-DISKIO-MIB::diskIONWrittenX.291 = No Such Object available on this agent at this OID
UCD-DISKIO-MIB::diskIONRead.291 = Counter32: 4294966784
UCD-DISKIO-MIB::diskIONWritten.291 = Counter32: 4294966784

Could this be solved?