Skip to content

Commit

Permalink
Merge pull request #23 from virtualtam/readme/snmp-v3
Browse files Browse the repository at this point in the history
Add SNMP v3 authentication dependencies and distro-specific Perl module packages
  • Loading branch information
dnsmichi authored Jan 23, 2017
2 parents fae5464 + 9110e09 commit e8fb7a2
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,19 @@ Feel free to use & distribute it under the original license.

## Requirements

* perl in /usr/bin/perl
* Perl modules `Net::SNMP` and `Getopt::Long` (RHEL: `perl-Net-SNMP perl-Getopt-Long`)
* Perl in `/usr/bin/perl`
* Perl modules
[Net::SNMP](http://search.cpan.org/~dtown/Net-SNMP-v6.0.1/lib/Net/SNMP.pm) and
[Getopt::Long](http://search.cpan.org/~jv/Getopt-Long-2.49.1/lib/Getopt/Long.pm)
* `icinga` user able to write files in /tmp/ directory
* SNMP v3 authentication: Perl modules
[Crypt::DES](http://search.cpan.org/~dparis/Crypt-DES-2.07/DES.pm),
[Crypt::Rijndael](http://search.cpan.org/~leont/Crypt-Rijndael-1.13/Rijndael.pm) and
[Digest::HMAC](http://search.cpan.org/~gaas/Digest-HMAC-1.03/lib/Digest/HMAC.pm)

Distribution-specific packages:
* Debian/Ubuntu: `libnet-snmp-perl` and `libcrypt-des-perl libcrypt-rijndael-perl libdigest-hmac-perl`
* RHEL/CentOS: `perl-Net-SNMP perl-Getopt-Long` and `perl-Crypt-DES perl-Crypt-Rijndael perl-Digest-HMAC`

Perl, default directory and temp files location can be changed using the install.sh script.

Expand Down Expand Up @@ -53,4 +63,3 @@ create your patch and then run:
$ perltidy -b plugins/*.pl

This requires the `perltidy` module being installed.

0 comments on commit e8fb7a2

Please sign in to comment.