Nagios Agent Installation Was Failing

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
steelwedge
Posts: 69
Joined: Fri Apr 24, 2015 4:58 am

Nagios Agent Installation Was Failing

Post by steelwedge »

Dear Team,

We encountered with below error while installing the nagios agent on ubuntu server. PFA complete install.log file and Can you check the same and update.

OS Details :

Linux swodc01graph01 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux


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: './1-prereqs'

Regards,
Mohan
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios Agent Installation Was Failing

Post by lmiltchev »

It seems like you are having issues with some of the repos. Can you successfully update your system by running the following commands from the CLI?

Code: Select all

apt-get clean
apt-get update
If you can, try to rerun the "fullinstall" script. If you cannot, fix your sources, run "apt-get update", then try installing the linux agent again.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked