-
-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
** not sure if a bug ** 1 Hour gap in graphs for daylight savings time change. #5898
Comments
It's been a problem like forever. I thought I had it resolved at one point, but alas not. It's not that it can not be fixed, but rather that, I can only test once a year ;) |
I can set up a sandbox that changes DST time every 2 hours if you would like lol. |
That would be great. |
OK, i'll spin up a sandbox vhost and send you credentials, do you need shell or is web access enough? |
Plus sudo. |
No problem. |
Almost done, installed, just adding dependencies.. cliff notes: you'll have a full VM with sudo to do with as you please. |
Almost done but i just f'd up the .bash_profile, Cacti is installed and on the cron poller unless you need spine? |
done.. installed, SSL'd and daylight savings toggles every two hours with systemctl |
Send details to thewitness at cacti dot net. I'm not sure when I'll be able to focus on this. Finishing up a major Cacti project at the moment. |
no problem at all, I'll just turn it into a test system to be broken and restored easily. Share with the rest of your trusted dev's if you want. I can't contribute to code, but I can help with hosting and resources whenever possible. |
@dallenk, Maybe Monday I can spend time. I did a cursory code review and could not find the issue. It'll have to be done the way you set it up. |
No problem. It's still running, but I'll admit it's not reproducing that same as it did before. |
What RRDtool version are you using? What is it set to from Console > Configuration > Settings > General? |
sorry for the delay, was super busy and our city Christmas parade. Also emailed credentials and IP info to you. RRDtool 1.7.2
ran upgrade_database as well. no change.
first time I've seen rrdtool errors before. |
When you run the upgrade script, allways use --forcever=version--. So for example, if you are testing on 1.3.0, then always run this after every fresh pull. php -q upgrade_database.php --forcever=1.2.29 Here is what you should get, all ++ signs [root@vmhost3 cli]# php -q upgrade_database.php --forcever=1.2.29
NOTE: Repairing Tables for Local Database
Upgrading from v1.2.29
Performing Database Upgrade
- from v1.2.29 (DB 1.3.0)
to v1.3.0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
that looks amazing! ahhhh, yea I completely forgot about forcever! sigh.. I need to read more. that did it. NOTE: Repairing Tables for Local Database
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I noticed my time change wasn't dealt with very gracefully.
I don't remember seeing this before.. perhaps just a *nix issue on my end? did anyone else see this over the weekend?
The text was updated successfully, but these errors were encountered: