Page 1 of 1

No Talker data displayed

Posted: Thu Oct 05, 2017 10:57 am
by ColinL
We set up our SonicWall NSA 3500 as a source and initially it was displaying Top 5 Talker data but now the fields are blank. The bandwidth graph is still showing data. The NSA is configured to use NetFlow v9. I have done the nfdump install and reboot NNA but still no change.

Thanks

Re: No Talker data displayed

Posted: Thu Oct 05, 2017 4:24 pm
by dwhitfield
What version of NNA is this? It may be a bug that has been fixed. Also, are you using SSL?

Re: No Talker data displayed

Posted: Fri Oct 06, 2017 10:02 am
by ColinL
Using NNA 2.3.0. Could be an SSL issue actually. Thanks.

Re: No Talker data displayed

Posted: Fri Oct 06, 2017 2:01 pm
by dwhitfield
Please put the following code in /etc/httpd/conf.d/ssl.conf just above </VirtualHost>

Code: Select all

    RewriteEngine on
    RewriteCond $1 !^(index\.php|scripts|media|app|js|css|img|font|vendor|config.js)
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule nagiosna/(.*)$ /var/www/html/nagiosna/www/index.php/$1 [L,QSA]
The run service httpd restart

Please let us know if that resolves the issue.