shaskell wrote:
> 1) Modify the existing Host Resources MIB and change the INTEGER values to 
> STRING values. If it's only for a handful of servers, this may be doable... 
> Make sure you back it up before you do anything. 
> 


I've tried something similar and it didn't seem to work.
I modified just the values for hrStorageSize and hrStorageUsed from Integer32 
to DisplayString

Changing the MIB on the zenoss box this results in:

Code:
truncating signed value to 32 bits (1)
HOST-RESOURCES-MIB::hrStorageSize.15 = Wrong Type (should be OCTET STRING): 
INTEGER: 3832008420
truncating signed value to 32 bits (1)
HOST-RESOURCES-MIB::hrStorageSize.16 = Wrong Type (should be OCTET STRING): 
INTEGER: 3832008416




Changing it on the monitored host yields:

Code:
truncating signed value to 32 bits (1)
HOST-RESOURCES-MIB::hrStorageSize.15 = INTEGER: 3832008420
truncating signed value to 32 bits (1)
HOST-RESOURCES-MIB::hrStorageSize.16 = INTEGER: 3832008416




I even tried changing it on both ends since the numbers are the same (wrong) I 
can only conclude that this doesn't work. 

I'm going to go back and try running a script and pushing the values through 
SNMP (like this 
http://www.zenoss.com/community/docs/howtos/how-to-monitor-a-software-raid-device/
 )but I'd really rather get the data to show up under os/filesystem where all 
the other filesystems show up.




-------------------- m2f --------------------

Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=26876#26876

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to