Page 1 of 1
Nagios Insstallation Error
Posted: Thu Jun 15, 2017 6:30 am
by anmol.k
Hi ,
we are trying to install Nagios XI on our linux server and we are stuck on this error. Can you please tell what needs to be fixed.
Re: Nagios Insstallation Error
Posted: Thu Jun 15, 2017 8:23 am
by mcapra
You will need to enable the 'Optional" channel in your Red Hat systems subscriptions. You can do so in the Redhat Network web interface or using the
rhn-channel command. Or, install the yum-utils package and use the following command:
Code: Select all
yum-config-manager --enable rhel-7-server-optional-rpms
If you are unsure how to proceed with the above, contact your Red Hat systems administrator.
Re: Nagios Insstallation Error
Posted: Thu Jun 15, 2017 12:08 pm
by dwhitfield
Thanks for the assist
@mcapra!