Nagios Log server installation fail

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
Naveed
Posts: 285
Joined: Mon May 30, 2016 10:10 am

Nagios Log server installation fail

Post by Naveed »

Support team,

I want to purchase the license of Nagios log server, for this purpose I have taken a webinar session and now I am trying to install Nagios Log server on CentOS 6.

I executed below commands and got error message, can you please check and let me know what causing error in installation.

Thanks

Cd /tmp/nagioslogserver

[root@localhost nagioslogserver]# ./fullinstall

Nagios Log Server Installation
==============================
DATE: Wed Feb 1 17:51:40 PST 2017

DISTRO INFO:
CentOS
6.0
x86_64

Running 'setup_local_syslog'...
cp: cannot create regular file `/etc/rsyslog.d/nagioslogserver.conf': No such file or directory

===================
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 Enterprises technical support.

The step that failed was: 'setup_local_syslog'
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Nagios Log server installation fail

Post by mcapra »

Can you install rsyslog on the machine like so:

Code: Select all

yum install rsyslog
The re-run the fullinstall script?
Former Nagios employee
https://www.mcapra.com/
Naveed
Posts: 285
Joined: Mon May 30, 2016 10:10 am

Re: Nagios Log server installation fail

Post by Naveed »

Great!

its works for me.

Close this thread.

Thanks alot
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Nagios Log server installation fail

Post by rkennedy »

Great to hear that worked!

/closed
Former Nagios Employee
Locked