Nagios XI deploy on AWS Cloud

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
shailu2014
Posts: 102
Joined: Thu Apr 24, 2014 3:17 am

Nagios XI deploy on AWS Cloud

Post by shailu2014 »

Hi,

Please can someone tell me that Nagios XI will work on which Amazon Machine Image Instance......

1. Amazon Linux AMI 2014.09 (HVM)
2. Red Hat Enterprise Linux 7.0 (HVM)
3. SuSE Linux Enterprise Server 11 SP3 (HVM), SSD Volume Type
4. Ubuntu Server 14.04 LTS (HVM), SSD Volume Type
5. Amazon Linux AMI 2014.09 (PV)
6. Red Hat Enterprise Linux 6.5 (PV)
7. SuSE Linux Enterprise Server 11 SP3 (PV), SSD Volume Type
8. Ubuntu Server 14.04 LTS (PV), SSD Volume Type

Thanks,
Sjain
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios XI deploy on AWS Cloud

Post by lmiltchev »

We have available clean centOS 6 with Nagios XI pre-installed available for public and customer use. Please, follow the steps, outlined in this document:

http://assets.nagios.com/downloads/nagi ... -Cloud.pdf
Be sure to check out our Knowledgebase for helpful articles and solutions!
shailu2014
Posts: 102
Joined: Thu Apr 24, 2014 3:17 am

Re: Nagios XI deploy on AWS Cloud

Post by shailu2014 »

Hi lmiltchev,

Thanks for reply and working fine,

I want to know one more thing that can we install manually Nagios XI by source Installer and please let me know on which Instance I can install it by manually.

Thanks,
Sjain
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Nagios XI deploy on AWS Cloud

Post by sreinhardt »

You absolutely can deploy from source if you wish. I know that it will work with RHEL 6.5, you might have mixed success with RHEL 7(we don't officially support it yet), and amazon ami images could work with minor install tweaking since they are centos systems, but again not technically supported. Stick with either RHEL or CentOS 6.x and older and you can use anything that falls within that category.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
shailu2014
Posts: 102
Joined: Thu Apr 24, 2014 3:17 am

Re: Nagios XI deploy on AWS Cloud

Post by shailu2014 »

Hi sreinhardt,

I trying to install the Nagios XI manually by source Installer on AWS cloud, Linux Flavour is Red Hat Enterprise Linux Server release 6.5 (Santiago).

When I am trying to install the Nagios XI it is giving the error (error mentioned below) and attached the install.log file.

[root@ip-15-0-0-x nagiosxi]# ./fullinstall
========================
Nagios XI Full Installer
========================

This script will do a complete install of Nagios XI by executing all necessary sub-scripts.

IMPORTANT: This script should only be used on a 'clean' install of CentOS or RedHat. Do NOT use this on a system that has been tasked with other purposes or has an existing install
of Nagios Core. To create such a clean install you should have selected ONLY the 'Base' package in the OS installer.
Do you want to continue? [Y/n] Y
Proceeding with installation...
Checking MySQL credentials...
MySQL not yet installed - that's okay.
Running './0-yum'...
Configuring Yum...
ERROR: unable to read system id.
package centos-release is not installed
Unable to locate SystemId file. Is this system registered?
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-channel command.
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'

Kindly suggest to resolve the issue....

Thanks,
Sjain
You do not have the required permissions to view the files attached to this post.
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Nagios XI deploy on AWS Cloud

Post by sreinhardt »

It looks like you haven't enable the optional channels. Try:

Code: Select all

yum install yum-utils
yum-config-manager --enable rhel-6-server-optional-rpms
Also please note, that your redhat system must still have valid access to all standard yum repositories. I am not sure if AWS makes you apply your own key or not.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
shailu2014
Posts: 102
Joined: Thu Apr 24, 2014 3:17 am

Re: Nagios XI deploy on AWS Cloud

Post by shailu2014 »

hi Sreinhardt,

I have gone through with your steps but still getting same error (error mentioned below).

[root@ip-10-0-0-161 nagiosxi]# ./fullinstall
========================
Nagios XI Full Installer
========================

This script will do a complete install of Nagios XI by executing all necessary sub-scripts.

IMPORTANT: This script should only be used on a 'clean' install of CentOS or RedHat. Do NOT use this on a system that has been tasked with other purposes or has an existing install
of Nagios Core. To create such a clean install you should have selected ONLY the 'Base' package in the OS installer.
Do you want to continue? [Y/n] Y
Proceeding with installation...
Checking MySQL credentials...
MySQL not yet installed - that's okay.
Running './0-yum'...
Configuring Yum...
ERROR: unable to read system id.
package centos-release is not installed
Unable to locate SystemId file. Is this system registered?
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-channel command.
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'
[root@ip-10-0-0-161 nagiosxi]#

Kindly suggest.....

Thanks,
Sjain
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Nagios XI deploy on AWS Cloud

Post by slansing »

You will need to talk to your RHEL admin to get that in place, that is a RHEL specific issue which he/she should be able to handle as it can deal with your licensing/versioning, as well as being environment specific in some cases.
shailu2014
Posts: 102
Joined: Thu Apr 24, 2014 3:17 am

Re: Nagios XI deploy on AWS Cloud

Post by shailu2014 »

Thanks for help..

I have try to get the help from RHEL support team but not get any sucess Please let me know can I use other AWS Image also to install the Nagios XI manually by source Installer on AWS cloud.

Thanks,
SJain
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Nagios XI deploy on AWS Cloud

Post by slansing »

We did cover that, and you are currently stuck getting access to the OPTIONAL RHEL channels, if the commands sreinhardt gave you are not working you will need to get in contact with your RHEL admin as I mentioned. If you had access to a CENTOS server, you would not be required to register with the OPTIONAL channels.
Locked