Uploaded image for project: 'Observium'
  1. Observium
  2. OBS-2753

Ciena Waveserver OS 1.6 and higher optic temperature value changed from 1:1 to 1:100

    XMLWordPrintable

Details

    • Vendor Bug
    • Resolution: Fixed
    • Minor
    • None
    • Professional Edition
    • Discovery
    • 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

      Attachments

        Activity

          People

            landy Mike Stupalov
            falz falz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: