After reading snmp-informant docs " Decoding SNMP Informant instance numbers" , 
I think I've got it.

As it turns out, the oid for ReadBPS is enterprises.9600.1.1.1.1.15

In the test response:
SNMPv2-SMI::enterprises.9600.1.1.1.1.15.2.67.58.2.67.58 = Gauge32: 0

2.67.58 means:

    .2   = number of ascii char that follow
    .67 = ascii "C"
    .58 = ascii ":"
    Gauge32: 0 = the value returned

So what was returned in test response was 0 for drive c:.

In the test response:
SNMPv2-SMI::enterprises.9600.1.1.1.1.15.6.95.84.111.116.97.108 = Gauge32: 286

6.95.84.111.116.97.108 means

    .6 = number of ascii characters that follow
    .95   = _
    .84   = T
    .111 = o
    .116 = t
    .97   = a
    .108 = l
    gauge32: 286  = the value returned.

So what was returned in test response was _Total 286 for all drives:




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

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

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



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

Reply via email to