You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Graphs intermittently fail to load when using rrdcached on the latest docker image ( 24.9.0 - Tue Oct 15 2024 13:15:45 GMT-0600).
Disabling rrdcached resolves it (but of course, adds more load to an already heavily loaded drive).
This is not a poller issue or anything else. LibreNMS is attempting for unknown reasons to display a non-existent graph for a port that is and always has been down.
Expected behaviour
Graphs load
Actual behaviour
Graphs don't load and show an error about a non-existent file not existing, on about half of all graph loads.
Clicking the graph takes you to another page with another ~50% chance of graphs loading (most of them don't, most of the time).
Steps to reproduce
Install docker image
Set up rrdcached
Refresh the Devices page, mouse over a device, and look at the popup
What did you set the value of rrdcached in the librenms config to? Navigate to your compose directory and execute the following: docker compose exec -T librenms lnms config:get rrdcached and paste the output here.
I suspect that you didn't configure this value properly to point to the container that runs rrdcached. If the output of the previous command has unix:/run/... something then it's wrong. Correct value for you would be: librenms_rrdcached:42217 this can be fixed by executing the command docker compose exec -T librenms lnms config:set rrdcached "librenms_rrdcached:42217".
Support guidelines
I've found a bug and checked that ...
Description
Same as #124 .
Graphs intermittently fail to load when using rrdcached on the latest docker image ( 24.9.0 - Tue Oct 15 2024 13:15:45 GMT-0600).
Disabling rrdcached resolves it (but of course, adds more load to an already heavily loaded drive).
This is not a poller issue or anything else. LibreNMS is attempting for unknown reasons to display a non-existent graph for a port that is and always has been down.
Expected behaviour
Graphs load
Actual behaviour
Graphs don't load and show an error about a non-existent file not existing, on about half of all graph loads.
Clicking the graph takes you to another page with another ~50% chance of graphs loading (most of them don't, most of the time).
Steps to reproduce
Docker info
Docker Compose config
Logs
Additional info
No response
The text was updated successfully, but these errors were encountered: