bmfmancini / cacti-install-wizard

This script is a setup wizard for a new cacti installation
https://www.seanmancini.com
23 stars 17 forks source link

Graphs not filling full window. #10

Closed shakey1 closed 5 years ago

shakey1 commented 5 years ago

The setup completed successfully, but the graphs are not being displayed fully. They begin and stay roughly at the 19:00 mark. Graphs

I tried deleting the graphs and data sources and recreating them, but I am seeing the same behavior. Any idea's on what may be causing this? This is running on an Ubuntu guest on a VMWare ESXI server.

bmfmancini commented 5 years ago

Are you using spine ? Do you have any errors in the cacti log ? Are you still using the default 5 minute polling that the script puts in the cron ?

bmfmancini commented 5 years ago

Also make sure your php timezone is correct

shakey1 commented 5 years ago

I am using Spine. I set the logging to debug and nothing jumped out at me as an obvious cause, but I'll double check both that and the time zone. Polling is set to the 5 minute default.

shakey1 commented 5 years ago

The time zone is set properly as "date.timezone = America/Los_Angeles". I'll report back on the logs after a few polling cycles.