mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Change Units on Noise Floor (#11790)
* Change Units on Noise Floor I may be wrong, but I think this should just be dBm (i.e. integrated over the carrier bandwidth). The numbers look much too high to me to be on a per Hz basis. If I am correct here, this should also be updated in the web interface. Thanks! * Update php, correct units for Wireless noise-floor * Wireless Frequency, don't format_si, to avoid kMHz units * Update Wireless noise-floor units, in RRD plots
This commit is contained in:
@@ -5,6 +5,6 @@ $scale_max = '0';
|
||||
|
||||
$class = 'noise-floor';
|
||||
$unit = '';
|
||||
$unit_long = 'dBm/Hz';
|
||||
$unit_long = 'dBm';
|
||||
|
||||
require 'includes/html/graphs/device/wireless-sensor.inc.php';
|
||||
|
Reference in New Issue
Block a user