Error in Nagios XI

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
gautams
Posts: 2
Joined: Thu Aug 03, 2017 11:12 pm

Error in Nagios XI

Post by gautams »

Dear All,
I am installing Nagios XI in a Red Hat Linux environment. However, the installation is failed. The error file is attached herewith for your reference.
There is no other application in the environment. It is completely new environment. The following steps are followed

1. Login as root user
2. cd /tmp
3. tar -xzvf xi-5.4.7.tar.gz
4. sudo ./fullinstall> /home/prjtadmin/a.txt

a.txt is attached herewith for your reference. There is no install.log in /tmp/nagiosxi folder.

Environment:
Red Hat Enterprise Linux Server release 6.5 (Santiago)
Linux IN-BLRADFUWV001 2.6.32-431.el6.x86_64 #1 SMP Sun Nov 10 22:19:54 EST 2013 x86_64 x86_64 x86_64 GNU/Linux
There is no database.

I am fine to show you the issue through webex. Please let me know the way forward.

Regards,
Gautam Sau
Mobile: 9748696999
You do not have the required permissions to view the files attached to this post.
bolson

Re: Error in Nagios XI

Post by bolson »

Hello gautams,

To further troubleshoot your issue, install perl manually:

Code: Select all

yum -y install perl
Then rerun ./fullinstall and if there are errors, please attach install.log.

Thank you!
gautams
Posts: 2
Joined: Thu Aug 03, 2017 11:12 pm

Re: Error in Nagios XI

Post by gautams »

Thanks for your support. We are finally able to install the Nagios tool and starting monitoring the Linux server by creating the cfg files.

Now I need your help of the following

1. How do I monitor the application url about the availability of the application?
2. How do I monitor the server with windows OS?

Is there any document to add the monitoring servers/ applications?

Regards,
Gautam
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Error in Nagios XI

Post by mcapra »

gautams wrote:1. How do I monitor the application url about the availability of the application?
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
gautams wrote:2. How do I monitor the server with windows OS?
There's a few options. One requires that you install an agent (NSClient++) on the Windows machine:
https://support.nagios.com/kb/article/n ... rvers.html
https://www.nagios.com/news/2017/07/nag ... ent-agent/

Another involves setting up the native Windows Management Instrumentation (WMI):
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Former Nagios employee
https://www.mcapra.com/
bolson

Re: Error in Nagios XI

Post by bolson »

Thank you Matt.

OP, please let us know if this resolves your issue. Thank you!
Locked