Page 1 of 1
TOP Talkers not showing!!!
Posted: Fri Apr 24, 2015 12:03 pm
Recently had to re-install the Network Analyzer. I added our core switches as a source. Have now waited over two hours and the network analyzer shows data traffic but shows NOTHING underneath for top talkers. It was working just fine before. What changed?
Re: TOP Talkers not showing!!!
Posted: Fri Apr 24, 2015 12:34 pm
by jolson
Responded to your ticket - would you like to proceed here or in the ticket?
Re: TOP Talkers not showing!!!
Posted: Mon Apr 27, 2015 4:15 pm
by jolson
This was resolved in-ticket. The server's date was off, which caused a delay in flow processing. After setting the date properly, flows began to come in appropriately. We checked the date using the below commands:
Code: Select all
grep date.timezone /etc/php.ini
date
hwclock
After noticing that 'date' was off, jgonzalez set it appropriately using the following method:
https://access.redhat.com/documentation ... ation.html
You can also opt to set the timezone/date with our supplied script:
Code: Select all
/usr/local/nagiosna/scripts/change_timezone.sh
Jesse