NAME

SNMP::Insight - SNMP Moose interface

VERSION

version 0.001

SYNOPSIS

SNMP Moose interface:

use SNMP::Insight;

my $device = SNMP::Insight::open( 
    snmp_params => { 
        hostname  => 'localhost',
        community => 'public',
        version   => "2c",
    });

...

DESCRIPTION

SNMP::Insight is a Perl 5 module that provides a simple Object Oriented inteface to access SNMP enabled devices and to describe SNMP MIBs and devices. SNMP::Insight it's based on Moose and uses Net::SNMP for a pure Perl SNMP implementation.

Warning: this release is still alpha quality!

FUNCTIONS

open()

Create a SNMP::Insight::Device object, loading all the needed MIBS.

debug

Internal

SEE ALSO

* In the SNMP::Insight distribution SNMP::Insight::Session SNMP::Insight::Device SNMP::Insight::Classifier SNMP::Insight::MIB

* Similar modules on CPAN SNMP::Info

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.