Hi,
I noticed the below error:
Code: Select all
{:timestamp=>"2021-04-14T11:02:55.554000-0400", :message=>"No config files found: /usr/local/nagioslogserver/logstash/etc/conf.d/*\nCan you make sure this path is a logstash config file?", :level=>:error}
Could you please check and see if there is any file under these folders?
Code: Select all
ls -la /usr/local/nagioslogserver/logstash/etc/conf.d
ls -la /usr/local/nagioslogserver/var
Let restart Nagios log server:
Code: Select all
systemctl restart httpd.service elasticsearch.service logstash.service
Now, please try open the NLS:
http://10.7.220.21/nagioslogserver
If this does not work, please re-install NLS again.
I would suggest that you start with a clean VM.
https://assets.nagios.com/downloads/nag ... Server.pdf
Also, looks like you might have SELinux turned on, which might block the installation process.
Let temporary disable SELinux:
If you have "noexec" turn on for "/tmp", which will block the install post steps.
Need to have exec permission available for the /tmp folder
Now, doing the install:
Code: Select all
curl https://assets.nagios.com/downloads/nagios-log-server/install.sh | sh
or
cd /tmp
wget https://assets.nagios.com/downloads/nagios-log-server/nagioslogserver-latest.tar.gz
tar xzf nagioslogserver-latest.tar.gz
cd nagioslogserver
./fullinstall
Please check the install log under:
Code: Select all
/tmp/install.log
or
/tmp/nagioslogserver/install.log
Best Regards,
Vinh