Actions
Bug #6044
closedsystem>monitoring tooltip unit "null" for some graphs
Start date:
03/30/2016
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3.x
Affected Architecture:
Actions
Added by jeroen van breedam over 8 years ago. Updated over 8 years ago.
0%
@jared don't forget the same applies to queues/queuedrops
Unit "null" also showing for NTP metrics
As per https://forum.pfsense.org/index.php?topic=107790.msg608787#msg608787
Thanks
I fixed the NTP portion.
Unless I'm missing some easier way, getting rid of the "null" in queues and queuedrops is painful and problematic. You'd need one of the case instances for every queue name (which is user-configurable), like:
+ case "qInternet": + $unit_acronym = "drops"; + break;
Except it's drops in queuedrops, but qInternet in queues is bits per second.
Unless I'm missing an easy way to fix that, I'd rather release 2.3 with "null" there than introduce the complexity required to fix it at this stage.
Chris Buechler: you can also set the unit for an RRD-graph/file instead of setting it for an individual value, inside the rrd-file
now that you mentioned what kind of "units" queues/queuedrops uses, i tried the PR below. This seems to work... but needs testing by someone who is actually shaping.
see https://github.com/pfsense/FreeBSD-ports/pull/102
This should be fixed in PR141 https://github.com/pfsense/FreeBSD-ports/pull/141
fixed