Help with Plugin for Liebert AC UNIT

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
jcoba
Posts: 8
Joined: Tue Mar 12, 2019 12:48 pm

Help with Plugin for Liebert AC UNIT

Post 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
Julian C
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Help with Plugin for Liebert AC UNIT

Post 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.
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
jcoba
Posts: 8
Joined: Tue Mar 12, 2019 12:48 pm

Re: Help with Plugin for Liebert AC UNIT

Post by jcoba »

Thanks, it worked
Julian C
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Help with Plugin for Liebert AC UNIT

Post by scottwilkerson »

jcoba wrote:Thanks, it worked
Great!

Locking thread
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked