-
Notifications
You must be signed in to change notification settings - Fork 63
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
thold_daemon latest commit db error #711
Comments
What commit? |
Sorry, I meant the latest git pulls |
From where? Which repo? What was the last commit? |
Is it happening any more? You backed off right? |
Previously we used the thold v1.7 plugin for quite some time on Cacti v1.2.x and the thold_daemon.service was up and running without any issues. |
I think that there is a thold 1.8.2 that needs to be released. Asking @xmacan or @bmfmancini if they have any clues. I'm pretty much locked into 1.3 right now. Only fixing some compatibility issues with 1.3 at the moment. |
It may have been that you simple needed to restart the daemon. The error is more like you were running out of connections to your database, or that the database was restarted, on finally, sometimes an insert will exceed the max_allowed_packet_size which should be around several megabytes in today's Cacti recommendations. |
We would need to get some details from the database, assuming it has not been restarted since then: SHOW GLOBAL VARIABLES;
SHOW GLOBAL STATUS; |
We restarted the daemon several times, but everytime same error is raised. The DB was not recently restarted, last restart was 2 weeks ago:
Requested SQL Queries attached below Cacti_MariaDB_SHOW_GLOBAL_STATUS.txt |
Describe the bug
In the latest thold plugin commit after enabling the thold_daemon.service on the latest Cacti 1.2.x commit, the following error is raised:
and we need to revert to previous method by disabling thold_daemon.service issuing:
As we remember, the thold_daemon was working in thold v1.7.0 or before 1.8 version.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Plugin (please complete the following information):
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: