NNA with Nagios xi

This support forum board is for support questions relating to Nagios Network Analyzer, our network traffic and bandwidth analysis solution.
mikeip
Posts: 4
Joined: Fri Aug 14, 2015 1:39 am

NNA with Nagios xi

Post by mikeip »

Hi,

I just integrating NNA to my trial version Nagios XI and found some problem.
Image

I found the tap "Network Traffic Analysis" in the "Host Status Detail" with ERROR, there are no graph to show, please help
Image

And even I click the "Open this query in Network Analyzer", it will take me to a 404 error page and I need to remove a "/" in the link to become normal
404:
Image

Normal:
Image

How can I fix it? Thanks!
Mike
jolson
Attack Rabbit
Posts: 2560
Joined: Thu Feb 12, 2015 12:40 pm

Re: NNA with Nagios xi

Post by jolson »

Could we take a look at your Nagios XI integration settings? Navigate to 'Admin -> Manage Components -> Nagios Network Analyzer Integration' and click on 'settings'.

Please send us a screenshot of the resulting page and double-check that your Nagios Network Analyzer URL is entered properly.
Twits Blog
Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.
mikeip
Posts: 4
Joined: Fri Aug 14, 2015 1:39 am

Re: NNA with Nagios xi

Post by mikeip »

Hi,

Thanks for your reply and below is some capture screen.

Nagios xi setting
Image

I can access NNA directly
Image

I remove a "/" from the file "/usr/local/nagiosxi/html/includes/components/nagiosna/nagiosna.inc.php" and now Nagios xi can take me to the correct page by clike the "Open this query in Network Analyzer" but still havent graph and summary data to show.

Before: $(".nna_link").attr("href", nna_url + "/groups/queries/1?q[rawquery]=" + rawquery + "&q[begindate]=" + encodeURIComponent("-24 hours") + "&q[aggregate_csv]=" + encodeURIComponent("srcip,dstip") + "&q[enddate]=" + encodeURIComponent("-1 second"));

After: $(".nna_link").attr("href", nna_url + "groups/queries/1?q[rawquery]=" + rawquery + "&q[begindate]=" + encodeURIComponent("-24 hours") + "&q[aggregate_csv]=" + encodeURIComponent("srcip,dstip") + "&q[enddate]=" + encodeURIComponent("-1 second"));

Image

Did anything I miss to configure for show graph and summary data?
Thanks!

Mike
jdalrymple
Skynet Drone
Posts: 2620
Joined: Wed Feb 11, 2015 1:56 pm

Re: NNA with Nagios xi

Post by jdalrymple »

Can you try to update your NagiosXI/NNA integration component to the newest version?

https://assets.nagios.com/downloads/nag ... giosna.zip

There were some bugs that got squashed.
mikeip
Posts: 4
Joined: Fri Aug 14, 2015 1:39 am

Re: NNA with Nagios xi

Post by mikeip »

jdalrymple wrote:Can you try to update your NagiosXI/NNA integration component to the newest version?

https://assets.nagios.com/downloads/nag ... giosna.zip

There were some bugs that got squashed.
It fixed! Really thanks!
But how can I found that update for further? Because I'm already download the latest version from nagios.

Image
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1

Re: NNA with Nagios xi

Post by hsmith »

mikeip wrote:
jdalrymple wrote:Can you try to update your NagiosXI/NNA integration component to the newest version?

https://assets.nagios.com/downloads/nag ... giosna.zip

There were some bugs that got squashed.
It fixed! Really thanks!
But how can I found that update for further? Because I'm already download the latest version from nagios.

Image
When did you download the latest version?

What link did you download it from? This may be something we have to inform the dev team about if we have an outdated version sitting on one of our links.
Former Nagios Employee.
me.
mikeip
Posts: 4
Joined: Fri Aug 14, 2015 1:39 am

Re: NNA with Nagios xi

Post by mikeip »

I just download from the nagios website and got a free trail source install.
Anyway thank you for all of your support and this post I think can be close.

https://www.nagios.com/downloads/nagios-xi/
https://www.nagios.com/downloads/nagios ... -analyzer/
jdalrymple
Skynet Drone
Posts: 2620
Joined: Wed Feb 11, 2015 1:56 pm

Re: NNA with Nagios xi

Post by jdalrymple »

mikeip - we're streamlining some of the update stuff in NagiosXI. I noticed myself the internal components don't appear to have the same "check for updates" option as the add on components. Even worse - it's not plainly visible on the Exchange at all.

I'll reach out to the developers about that, obviously this should have been something you could have found for yourself without reaching out to the forums.