matteocorti / nagios_plugins

18 stars 7 forks source link

Can't locate Nagios/plugin/Threshold.pm in @INC error while trying to run the plugin. #48

Closed matteocorti closed 8 years ago

matteocorti commented 8 years ago

Original reporter: shankumajumdar@gmail.com

Can't locate Nagios/plugin/Threshold.pm in @INC error while trying to run the plugin.

Compilation failed with error on line 34.

matteocorti commented 8 years ago

Original reporter: matteo@corti.li

Hi,

you need to install the Nagios::Plugin::Treshold Module from CPAN.

http://search.cpan.org/~tonvoon/Nagios-Plugin-0.33/lib/Nagios/Plugin/Threshold.pm

To ensure that all the required Perl Modules are installed run the Makefile.PL script.

Matteo