Page 1 of 1

check_ilo2_health

Posted: Mon Apr 23, 2018 1:41 pm
by benhank
Hello all
I am trying to set up the check_ilo2_health plugin:
https://exchange.nagios.org/directory/P ... th/details
I think im getting stuck at this part:

Install the PERL modules Nagios::Plugin, IO::Socket::SSL and
XML::Simple.

how is this done?
Thanks !

Re: check_ilo2_health

Posted: Mon Apr 23, 2018 2:07 pm
by npolovenko
Hi, @benhank. You could install the modules with the following commands:

Code: Select all

yum install cpan
cpan -i Nagios::Plugin
cpan -i IO::Socket::SSL
cpan -i XML::Simple
If the Nagios:Plugin fails try installing it with the following command:

Code: Select all

yum install perl-Nagios-Plugin