It's been posted here (and many other places) that SNMP gives a negative number in reporting on TB volumes.
Disclaimer: I KNOW ITS NOT A ORION PROBLEM,
*but*
Can't we have the code integrated into Orion to "work around" this??
it's pretty simple.. if the hrStorageUsed number's negative then:
(int32.MaxValue * 2) - Abs(SnmpReturn)) * AllocationUnits
Or whatever... just need a fix!
Thanks,
Don