Page 1 of 1

Nagios Agent Installation Was Failing

Posted: Wed Aug 24, 2016 9:32 am
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

Re: Nagios Agent Installation Was Failing

Posted: Wed Aug 24, 2016 11:51 am
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.