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
Data Source Statistics incorrectly reports that a data source does not exist #1414
Comments
The path is probably the <path_rra> which usually corresponds to /rra/ |
Hi, I've also get this error after upgrade to 1.1.36, checked path and permission with no error detected on them Update: no structured RRA used |
I have create a patch for 1.2 that should fix this. For now, you may wish to apply the PR #1434 to your 1.1.36 system. |
After changing that line i got stuck polling processes loop infinitely and producing big log files.
In my case $use_proxy is false and file_exists() true. Line 55 in 5bc95d0
Because of that the $process_pipes are not populated correctly |
Can you open that as a separate issue so that it can be patched too. |
This fix also incorporates the Cacti#1414 fix that was applied to the feature branch already. Therefore, there may be a conflict when develop is reapplied to the feature branch but needs to be applied here for 1.1.37 release. Issue Cacti#1414: DSSTATS reports incorrectly that a data source does not exist
I have just seen a large number of warnings from DSSTATS have appeared in my log files. When I took one of the filenames and looked for it, it was present. Therefore, this warning appears to be in error. When I used the debug plugin to verify the datasource, no issues were found.
The text was updated successfully, but these errors were encountered: