Page 1 of 1

Help with Plugin for Liebert AC UNIT

Posted: Tue Mar 12, 2019 2:31 pm
by jcoba
Hello,
Im trying to use a https://exchange.nagios.org/directory/P ... ir/details
But when it runs this message appears.

./check_ac.pl
Invalid version format (non-numeric data) at /usr/share/perl5/vendor_perl/Exporter/Heavy.pm line 120.
BEGIN failed--compilation aborted at ./check_ac.pl line 8.

I currentrly have NAGIOS XI enviroment with preinstalled VM.
The monitoring device is ICOM CR: Liebert CRV
Please advise.
Thanks

Re: Help with Plugin for Liebert AC UNIT

Posted: Tue Mar 12, 2019 2:45 pm
by scottwilkerson
I believe there is an error in the plugin. Can you edit the plugin and change line 8 from this

Code: Select all

use Net::SNMP '5.0.2.pre1' || die("Cannot load module\n");
to this

Code: Select all

use Net::SNMP;
and try the command again.

Re: Help with Plugin for Liebert AC UNIT

Posted: Wed Mar 13, 2019 9:40 am
by jcoba
Thanks, it worked

Re: Help with Plugin for Liebert AC UNIT

Posted: Wed Mar 13, 2019 10:34 am
by scottwilkerson
jcoba wrote:Thanks, it worked
Great!

Locking thread