check_ilo2_health

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
benhank
Posts: 1264
Joined: Tue Apr 12, 2011 12:29 pm

check_ilo2_health

Post 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 !
Proudly running:
NagiosXI 5.4.12 2 node Prod Env 2500 hosts, 13,000 services
Nagiosxi 5.5.7(test env) 2500 hosts, 13,000 services
Nagios Logserver 2 node Prod Env 500 objects sending
Nagios Network Analyser
Nagios Fusion
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: check_ilo2_health

Post 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
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked