• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H21-Feb-2011-1,025487

lib/Net/SNMP/H21-Feb-2011-2,8401,345

t/H21-Feb-2011-1,3221,115

ChangesH A D21-Feb-20111,004 3629

MANIFESTH A D21-Feb-2011484 3029

META.ymlH A D21-Feb-2011964 3938

Makefile.PLH A D21-Feb-2011755 2622

READMEH A D17-Feb-20111.4 KiB5634

README

1Net-SNMP-Util
2
3The Module C<Net::SNMP::Util> gives you functions of SNMP getting operation
4interfaces using Net::SNMP.
5
6Module Net::SNMP is a great module. That it's OO, having non-blocking mode and
7convenient callback, flexible to implement for any aspects. Though that, I
8wanted function to access several hosts at the same time and treat responses
9data with common and simple way.
10
11This is a reason why I made this module.
12Have an ease way to watch traffics or health of devices on your networks!!
13
14
15INSTALLATION
16
17To install this module, run the following commands:
18
19	perl Makefile.PL
20	make
21	make test
22	make install
23
24SUPPORT AND DOCUMENTATION
25
26After installing, you can find documentation for this module with the
27perldoc command.
28
29    perldoc Net::SNMP::Util
30
31You can also look for information at:
32
33    RT, CPAN's request tracker
34        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-SNMP-Util
35
36    AnnoCPAN, Annotated CPAN documentation
37        http://annocpan.org/dist/Net-SNMP-Util
38
39    CPAN Ratings
40        http://cpanratings.perl.org/d/Net-SNMP-Util
41
42    Search CPAN
43        http://search.cpan.org/dist/Net-SNMP-Util/
44
45
46LICENSE AND COPYRIGHT
47
48Copyright (C) 2011- t.onodera
49
50This program is free software; you can redistribute it and/or modify it
51under the terms of either: the GNU General Public License as published
52by the Free Software Foundation; or the Artistic License.
53
54See http://dev.perl.org/licenses/ for more information.
55
56