I am getting a error like this in my ZenHub log file

Code:
2009-02-18 10:23:18 WARNING zen.ApplyDataMap: attribute wtb not found on object 
sda1
2009-02-18 10:23:18 WARNING zen.ApplyDataMap: attribute wtc not found on object 
sda1
2009-02-18 10:23:18 WARNING zen.ApplyDataMap: attribute rdc not found on object 
sda1
2009-02-18 10:23:18 WARNING zen.ApplyDataMap: attribute rdb not found on object 
sda1



I tracked down the wtb, wtc, rdc and rdb attributes to the UCDHardDiskMap.py 
file in /usr/local/zenoss/zenoss/Products/DataCollector/plugins/zenoss/snmp/.

This code snippet seems to set the attributes to oid:


Code:
snmpGetTableMaps = (
    GetTableMap('diskIOTable', '.1.3.6.1.4.1.2021.13.15.1.1', {
        '.2': 'id',
        '.3': 'rdb',
        '.4': 'wtb',
        '.5': 'rdc',
        '.6': 'wtc',
        }
    ),
)



If I snmpwalk to the Linux server I am getting the error from, I get data back 
for each of the values:


Code:
== '.2': 'id', ==
UCD-SNMP-MIB::ucdExperimental.15.1.1.2.18 = STRING: "sda1"
UCD-SNMP-MIB::ucdExperimental.15.1.1.2.19 = STRING: "sda2"
UCD-SNMP-MIB::ucdExperimental.15.1.1.2.20 = STRING: "sda5"

== '.3': 'rdb', ==
UCD-SNMP-MIB::ucdExperimental.15.1.1.3.18 = Counter32: 1962574848
UCD-SNMP-MIB::ucdExperimental.15.1.1.3.19 = Counter32: 2048
UCD-SNMP-MIB::ucdExperimental.15.1.1.3.20 = Counter32: 648719360

== '.4': 'wtb', ==
UCD-SNMP-MIB::ucdExperimental.15.1.1.4.18 = Counter32: 1499791360
UCD-SNMP-MIB::ucdExperimental.15.1.1.4.19 = Counter32: 0
UCD-SNMP-MIB::ucdExperimental.15.1.1.4.20 = Counter32: 819478528

== '.5': 'rdc', ==
UCD-SNMP-MIB::ucdExperimental.15.1.1.5.18 = Counter32: 162053
UCD-SNMP-MIB::ucdExperimental.15.1.1.5.19 = Counter32: 2
UCD-SNMP-MIB::ucdExperimental.15.1.1.5.20 = Counter32: 24442

== '.6': 'wtc', ==
UCD-SNMP-MIB::ucdExperimental.15.1.1.6.18 = Counter32: 1892523
UCD-SNMP-MIB::ucdExperimental.15.1.1.6.19 = Counter32: 0
UCD-SNMP-MIB::ucdExperimental.15.1.1.6.20 = Counter32: 12121



Q1: Can anyone help explain to be how the modeler may be throwing an error when 
good data comes back from snmp?

Q2: Should the ZenOss product be using an experimental OID from the University 
of California Davis?  Is there not another OID that we can use from the base 
RFC MIBs or something?

Thanks
James




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

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

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



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

Reply via email to