Page 1 of 1
NNA with Nagios xi
Posted: Fri Aug 14, 2015 2:27 am
by mikeip
Hi,
I just integrating NNA to my trial version Nagios XI and found some problem.
I found the tap "Network Traffic Analysis" in the "Host Status Detail" with ERROR, there are no graph to show, please help
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:
Normal:
How can I fix it? Thanks!
Mike
Re: NNA with Nagios xi
Posted: Fri Aug 14, 2015 11:17 am
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.
Re: NNA with Nagios xi
Posted: Mon Aug 17, 2015 12:40 am
by mikeip
Hi,
Thanks for your reply and below is some capture screen.
Nagios xi setting
I can access NNA directly
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"));
Did anything I miss to configure for show graph and summary data?
Thanks!
Mike
Re: NNA with Nagios xi
Posted: Mon Aug 17, 2015 1:25 pm
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.
Re: NNA with Nagios xi
Posted: Mon Aug 17, 2015 9:32 pm
by mikeip
It fixed! Really thanks!
But how can I found that update for further? Because I'm already download the latest version from nagios.

Re: NNA with Nagios xi
Posted: Tue Aug 18, 2015 8:58 am
by hsmith
mikeip wrote:
It fixed! Really thanks!
But how can I found that update for further? Because I'm already download the latest version from nagios.

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.
Re: NNA with Nagios xi
Posted: Tue Aug 18, 2015 10:16 pm
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/
Re: NNA with Nagios xi
Posted: Wed Aug 19, 2015 8:01 am
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.