1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: libsnmp-multi-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: perl (>= 5.6.1), libsnmp-perl
Maintainer: Arne Goetje <arne@ubuntu.com>
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/~tpg/SNMP-Multi-2.1/Multi.pm
Package: libsnmp-multi-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libsnmp-perl
Description: Perform SNMP operations on multiple hosts simultaneously
The SNMP::Multi package provides a mechanism to perform SNMP operations
on several hosts simultaneously. SNMP::Multi builds on G. Marzot's SNMP
Perl interface to the UC-Davis SNMP libraries, using asynchronous SNMP
operations to send queries/sets to multiple hosts simultaneously.
.
Results from all hosts are compiled into a single object, which offers
methods to access the data in aggregate, or broken down by host or the
individual request.
.
SNMP::Multi supports SNMP GET, SET, GETNEXT, GETBULK and BULKWALK requests.
It also performs PDU packing in order to improve network efficiency, when
packing is possible.
|