NNA installation issue

This support forum board is for support questions relating to Nagios Network Analyzer, our network traffic and bandwidth analysis solution.
ls4074
Posts: 13
Joined: Thu Feb 20, 2014 7:16 pm

Re: NNA installation issue

Post 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!
You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: NNA installation issue

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
ls4074
Posts: 13
Joined: Thu Feb 20, 2014 7:16 pm

Re: NNA installation issue

Post 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!
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: NNA installation issue

Post by rkennedy »

What is the output of ip a from the system?
Former Nagios Employee
ls4074
Posts: 13
Joined: Thu Feb 20, 2014 7:16 pm

Re: NNA installation issue

Post 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!
ls4074
Posts: 13
Joined: Thu Feb 20, 2014 7:16 pm

Re: NNA installation issue

Post 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!
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: NNA installation issue

Post by tgriep »

That is good to hear. If you don't have anymore questions, shall we close and lock up the post as solved?
Be sure to check out our Knowledgebase for helpful articles and solutions!
ls4074
Posts: 13
Joined: Thu Feb 20, 2014 7:16 pm

Re: NNA installation issue

Post 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!
Locked