I'm fairly new to Red Hat and Nagios but I managed to get this working perfectly on a local CentOS VM. I'm now trying to evaluate on a corporate Red Hat VM -
What version of Nagios XI are you using? - Latest?? No version information in tar.gz filename.
Linux Distribution and version? Red Hat Enterprise Server release 6.4 (Santiago)
32 or 64bit? 64bit
VMware Image or Manual Install of XI? Manual, I guess. Don't really understnd the question. The install comes from - http://assets.nagios.com/downloads/nagi ... est.tar.gz
Are there special configurations on your system, ie; is Gnome installed? Are you using a proxy? Are you using SSL? Nothing additional
The instance of RH is registered on RHN.
When running the ./fullinstall wrapper script, the yum config seems to fail -
Code: Select all
Configuring Yum...
package centos-release is not installed
This system is not registered to Red Hat Subscription Management. You can use s
ERROR: Please add the 'Optional' channel to your Red Hat systems subscriptions.
You can do so in the Redhat Network web interface or using the rhn-chann
or, install the yum-utils package and use the following command:
yum-config-manager --enable rhel-6-server-optional-rpms
RESULT=1
===================
INSTALLATION ERROR!
===================
Installation step failed - exiting.
Check for error messages in the install log (install.log).
If you require assistance in resolving the issue, please include install.log
in your communications with Nagios XI technical support.
The script that failed was: './0-yum'Code: Select all
yum install yum-utils
yum-config-manager --enable rhel-6-server-optional-rpmsCode: Select all
Loaded plugins: product-id, rhnplugin
This system is receiving updates from RHN Classic or RHN Satellite.
Any help would be appreciated.
Thanks