Top 5 talkers not showing

This support forum board is for support questions relating to Nagios Network Analyzer, our network traffic and bandwidth analysis solution.
Locked
Hoygen
Posts: 19
Joined: Mon Oct 22, 2018 5:32 am

Top 5 talkers not showing

Post by Hoygen »

Hello,
in one of our several nagios network analyzer the top 5 talkers for every source are not showing.
Nagios network analyzer version is 2.3.2
image https://ibb.co/koo60V
How can I make it work?
Kindest Regards.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Top 5 talkers not showing

Post by scottwilkerson »

Can you run the following on this server

Code: Select all

grep date.timezone /etc/php.ini
We need to make sure there is a proper timezone specified
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Hoygen
Posts: 19
Joined: Mon Oct 22, 2018 5:32 am

Re: Top 5 talkers not showing

Post by Hoygen »

it seems it is

Code: Select all

 grep date.timezone /etc/php.ini
; http://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone
date.timezone = Europe/Rome
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Top 5 talkers not showing

Post by scottwilkerson »

Could you run the following command and then try to load the page with the top 5 talkers to see if we get an error

Code: Select all

tail -f /var/log/httpd/error_log
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Hoygen
Posts: 19
Joined: Mon Oct 22, 2018 5:32 am

Re: Top 5 talkers not showing

Post by Hoygen »

thanks for the explanation in troubleshooting, it's working now.
fixing the date and time solved that
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Top 5 talkers not showing

Post by scottwilkerson »

Hoygen wrote:thanks for the explanation in troubleshooting, it's working now.
fixing the date and time solved that
great!

Locking thread
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked