NAME

SNMP::Insight::Meta::Attribute::Trait::MIBEntry - Attribute trait for attributes derived from MIBs

VERSION

version 0.001

ATTRIBUTES

oid

The oid in the MIB.

munger

The code reference used, if present, to parse the value retrieved from the device.

entry_type

One of scalar, table, column.

METHODS

is_scalar

Return true if it's a scalar entry

is_table

Return true if it's a table entry

is_column

Return true if it's a column entry

AUTHOR

Gabriele Mambrini <g.mambrini@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Gabriele Mambrini.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.