Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which CPAN modules should be installed for this script?

Tags:

perl

If a Perl script contains

use vars qw($PROGNAME $VERSION);
use lib "/usr/nagios/libexec";
use utils qw(%ERRORS);

which CPAN modules should I then install?

cpan utils doesn't find anything.

Update

It is this script I am trying to get to work.

Solution

yum install nagios-plugins-perl.x86_64
like image 850
Sandra Schlichting Avatar asked Jul 27 '26 17:07

Sandra Schlichting


1 Answers

That utils.pm comes with Nagios.

like image 84
daxim Avatar answered Jul 30 '26 08:07

daxim



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!