No data for Top 5 Talkers

This support forum board is for support questions relating to Nagios Network Analyzer, our network traffic and bandwidth analysis solution.
Locked
preethu.d
Posts: 109
Joined: Wed Nov 25, 2020 11:32 pm

No data for Top 5 Talkers

Post by preethu.d »

Hi,

For a device, there is no data displaying for Top 5 Talkers. Bandwidth graph is available. Attached the screenshot. Can you please help in resolving this issue.

Regards,
Preethu
You do not have the required permissions to view the files attached to this post.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: No data for Top 5 Talkers

Post by ssax »

What is the output of these commands?
- Change THEFAILINGSOURCENAME to whatever that is on the backend for your failing source before running the last two commands

uname -a
cat /etc/*release
php -v
ps aux | grep nfcap
ls -l /usr/local/nagiosna/var
ls -l /usr/local/nagiosna/var/THEFAILINGSOURCENAME
ls -l /usr/local/nagiosna/var/THEFAILINGSOURCENAME/flows

Are you seeing any errors in these log files?

Code: Select all

/usr/local/nagiosna/var/backend.log
/usr/local/nagiosna/var/cmdsubsys.log
Locked