On Aug 8, 2014, at 6:17 PM, Bill Fenner wrote:

> Managers need to use the zfsPoolStatusIndex to correlate the names in the two 
> tables - e.g.,
> 
> snmptable -Ci zfsVFSIOPSTable
> 
> will get you 3 columns:
> 
> index zfsOperReads zfsOperWrites
> 
> and then if you snmpwalk zfsPoolName, you can get the pool name that 
> corresponds to the index.

I've finally had time to take a second look at this, and I _would like_ to have 
something
like:

# snmptable -v2c -cpublic localhost zfsVFSIOPSTable
 zfsPoolName zfsOperReads zfsOperWrites
        test           0             3

Instead of

# snmptable -Ci -v2c -cpublic localhost zfsVFSIOPSTable
 index zfsOperReads zfsOperWrites
     1            0             3

# snmpget -v2c -cpublic localhost zfsPoolName.1
BAYOUR-COM-MIB::zfsPoolName.1 = STRING: test

Is this at all possible? Without having to specify a second and third "copy" of 
the zfsPoolName
attribute/column that is...
------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to