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