-
Notifications
You must be signed in to change notification settings - Fork 474
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
Make the perl code deterministic #1563
Conversation
Pull Request Test Coverage Report for Build 5656295672
💛 - Coveralls |
What do you think about making that would open the way to a very simple per-request override, and probably ease debugging. |
Moving field ordering to the munin-update would work well both for html and graphing. Do you want to give it a go? Beware: It needs to preserve the order of "config" not "fetch". The current query in graph.pm does not seem deterministic but I guess I need to get it on a debug test bench :I Also the graphs seem to be using the default palette, which is really weird to me. |
That would be great! Note that :
That's indeed my understanding also. As That way the config error is much more apparent, yet we don't loose data. The user can still delete the RRD himself if was a config mistake.
Graph & HTML should be as dumb as possible : even the query should simply leverage
Ah, that's possible, as I might have missed it. Sorry! |
There is already code to merge graph_order and field_order here https://github.com/munin-monitoring/munin/blob/master/lib/Munin/Master/UpdateWorker.pm#L669 |
This PR is made redundant by #1566 |
No description provided.