[erlang-questions] snmp - instrumentation functions

Inna Teiman teiman.inna@REDACTED
Fri Dec 31 14:10:58 CET 2010


Hi Martin,
Thank you very much for your explanation,
I apologize for delay of my thanks.
Merry Christmas and Happy New Year!
Inna.

2010/11/17 Martin Bjorklund <mbj@REDACTED>:
> Hi,
>
> Inna Teiman <teiman.inna@REDACTED> wrote:
>> Hello erlangers,
>> My question is about the instrumentation functions for tables, e.g.
>> table_access(get, RowIndex, Cols [, ExtraArgs]).
>> How to process Oid = <table>.<entry>.<col>.<rowindex>, that is, how to
>> take <entry> into consideration?
>
> Note that <entry> is always 1 (this is the way SMIv2 works).
>
>> Is there any way to apply the
>> instrumentation function to the table and to treat somehow the table
>> entry, together with RowIndex and Cols?
>
> The instrumentation function is called on a per-row basis.  RowIndex
> is the <rowindex> part of the OID, and Cols is a list of all <col>
> with the same <rowindex> in the PDU.
>
> I probably did not understand your question...
>
>
> /martin
>


More information about the erlang-questions mailing list