Page 2 of 2
Re: NNA installation issue
Posted: Tue Sep 20, 2016 12:48 pm
by ls4074
Hello,
I installed wkhtmltox-0.12.2.1_linux-centos6-amd64.rpm manually. However, I still got an error. please see the install.log.
# rpm -qa |grep wkhtml
wkhtmltox-0.12.2.1-1.x86_64
Thanks!
Re: NNA installation issue
Posted: Tue Sep 20, 2016 2:22 pm
by tgriep
The install script is assuming that it is going to install that package and it is erroring out that is already installed.
It looks like the proxy settings are fixed so uninstall the wkhtmltopdf package and run the installer again or else edit the script so it doesn't try to install it.
To do that, edit the fullinstall script and change this line from
Code: Select all
run_steps prereqs sourceguardian timezone rrdtool build_nfdump library_path nagiosna backend db firewall selinux install_mibs install_sudo install_cron wkhtmltopdf webroot daemons
to
Code: Select all
run_steps prereqs sourceguardian timezone rrdtool build_nfdump library_path nagiosna backend db firewall selinux install_mibs install_sudo install_cron webroot daemons
Save it and try the install again.
Re: NNA installation issue
Posted: Tue Sep 20, 2016 2:43 pm
by ls4074
Hello,
Per your suggestion, I removed the wkhtmltopdf package from the pkg list. The install then went successfully. at the end it says:
Nagios Network Analyzer Installation Success!
You can finish the final setup steps for Nagios Network Analyzer by visiting:
http:///nagiosna/
Apparently, the URL is missing the server info. So I tried this url
http://olph171.bodc.att.com/nagiosna, but it shows "page can't be displayed". I'd like to know what URL I should use to bring up the Nagios NA.
Thanks!
Re: NNA installation issue
Posted: Tue Sep 20, 2016 2:56 pm
by rkennedy
What is the output of ip a from the system?
Re: NNA installation issue
Posted: Tue Sep 20, 2016 3:06 pm
by ls4074
The server I installed Nagios NA is called olph171.bodc.att.com and its IP is 135.164.40.195. I tried both URL
http://135.164.40.195/nagiosna and
http://olph171.bodc.att.com/nagiosna. Both gives me this message:
Forbidden, you don't have permission to access /nagiosna on this server.
Thanks!
Re: NNA installation issue
Posted: Tue Sep 20, 2016 3:09 pm
by ls4074
I found the cause. it is the permission issue on the nagiosna dir. I have fixed that and now I can bring up the Nagios NA page.
Thanks!
Re: NNA installation issue
Posted: Tue Sep 20, 2016 3:39 pm
by tgriep
That is good to hear. If you don't have anymore questions, shall we close and lock up the post as solved?
Re: NNA installation issue
Posted: Tue Sep 20, 2016 3:43 pm
by ls4074
yes, we can close and lock up the post as resolved. I may have questions when I am exploring the Nagios NA. But I'll open new post.
Thanks!