Details
-
Vendor Bug
-
Resolution: Fixed
-
Minor
-
None
-
Professional Edition
-
None
Description
Ciena Waveserver OS 1.6.0 (latest) changed SNMP polling values for cwsXcvrTemperatureActual in CIENA-WS-XCVR-MIB.my to be 1/100th, so what was '32' before could be '32000' now.
Adding this in includes/discovery/sensors/ciena-ws-xcvr-mib.inc.php seems to fix:
if ($device['version'] >= '1.6')
{ $scale = .001; }Patch attached and here: https://falz.net/static/observium-waveserver-xcvr-temp.diff