File: control

package info (click to toggle)
libsnmp-multi-perl 2.1-4
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, lenny, squeeze, stretch, wheezy
  • size: 136 kB
  • ctags: 62
  • sloc: perl: 931; makefile: 49
file content (25 lines) | stat: -rw-r--r-- 1,082 bytes parent folder | download
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.