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
When a report was delayed, the report's time is incorrectly changed #4206
Comments
Okay, I audited this function and I'm pretty sure I found the issue. The function itself was trying, in a bad way to normalize the mailtime, when it should just increase it as applicable. Please test wit h the latest lib/reports.php. |
Confirmed working as expected now in my testing. |
Working too late or too early. Also, I think I need glasses. |
bernisys
referenced
this issue
Apr 6, 2021
Configured report's time changes when a report was delayed
Get a glass of your favorite then - cheers! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
Not sure if this is a bug or more a feature request. But we've seen this several times in the past:
When cacti fails to generate a report at its specific time, it will be generated later, but also the time is adapted.
This should not happen, as some reports might be expected at specific predefined times, but we see that from time to time, when cacti had a hicc-up and generates the report after its specified time.
It is good that it sends out delayed reports, no question here, but the times should be kept intact.
To Reproduce
Expected behavior
Report time should stay as previously configured.
The text was updated successfully, but these errors were encountered: