diff --git a/LibreNMS/OS/Ray.php b/LibreNMS/OS/Ray.php index 735ae3ec38..1f7524b35d 100644 --- a/LibreNMS/OS/Ray.php +++ b/LibreNMS/OS/Ray.php @@ -134,7 +134,7 @@ class Ray extends OS implements $oid_maxbitrate = '.1.3.6.1.4.1.33555.1.2.1.14'; // RAY-MIB::maxNetBitrate.0 return array( new WirelessSensor('rate', $this->getDeviceId(), $oid_bitrate, 'racom-netBitrate', 1, 'Net Bitrate', null, 1000, 1), - new WirelessSensor('rate', $this->getDeviceId(), $oid_maxbitrate, 'racom-maxNetBitrate', 2, 'Net Bitrate', null, 1000, 1), + new WirelessSensor('rate', $this->getDeviceId(), $oid_maxbitrate, 'racom-maxNetBitrate', 2, 'Max Net Bitrate', null, 1000, 1), ); } } diff --git a/tests/data/ray.json b/tests/data/ray.json index 0ef5fc2e45..9f44f3ab04 100644 --- a/tests/data/ray.json +++ b/tests/data/ray.json @@ -138,7 +138,7 @@ "sensor_class": "rate", "sensor_index": "2", "sensor_type": "racom-maxNetBitrate", - "sensor_descr": "Net Bitrate", + "sensor_descr": "Max Net Bitrate", "sensor_divisor": 1, "sensor_multiplier": 1000, "sensor_aggregator": "sum", @@ -289,7 +289,7 @@ "sensor_class": "rate", "sensor_index": "2", "sensor_type": "racom-maxNetBitrate", - "sensor_descr": "Net Bitrate", + "sensor_descr": "Max Net Bitrate", "sensor_divisor": 1, "sensor_multiplier": 1000, "sensor_aggregator": "sum",