Archive > 15.7 Legacy Series

Missing RRD Graphs

<< < (7/7)

rost:
I'm sorry, but I could not get used to the "System health".
Return Please RRD.  :'(

When I opened the rrd, I immediately saw all the necessary information.
And now, every time I have to do 10 clicks to get at least some informative graph.   >:(
And why is everything in "System health" is measured in bytes, when the network has always been a bit?

AdSchellevis:
The old graphs aren't coming back, if there are solvable issues with the current implementation we will definitely look at it.

All data is presented in the form it is recorded into rrd, for example the traffic graph uses this command:

--- Code: ---pfctl -vvsI -i em1

--- End code ---
Which outputs bytes, and there for is presented in bytes. A good addition might be to add a multiplier for some of the graphs, sometimes indeed it is more logical to present bits.

If you really want to use the old pages, you could download them from an earlier distribution and maintain them yourself.

--- Code: ---curl -o /usr/local/www/status_rrd_graph_tabs.inc https://raw.githubusercontent.com/opnsense/core/15.7.10/src/www/status_rrd_graph_tabs.inc
curl -o /usr/local/www/status_rrd_graph.php https://raw.githubusercontent.com/opnsense/core/15.7.10/src/www/status_rrd_graph.php
curl -o /usr/local/www/status_rrd_graph_img.php https://raw.githubusercontent.com/opnsense/core/15.7.10/src/www/status_rrd_graph_img.php

--- End code ---

franco:
If someone steps up to maintain a plugin for this we're happy to merge and publish it as such. It's not that this isn't trivially easy to bring back now, the problem is it will break later on and needs maintenance, which takes time for reaching roadmap goals away from the core team.

https://docs.opnsense.org/development/examples/helloworld.html

https://github.com/opnsense/plugins

Navigation

[0] Message Index

[*] Previous page

Go to full version