NAME

SNMP::Insight::Manual::Extending - Extending SNMP Easy

VERSION

version 0.001

Defining new device

TBD

Extending MIB support

New MIB

TBD

Partial MIB implementation

with 'FooMIB' => {
  -excludes => [qw( notImplementedScalar unsupportedTable )]
};

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.