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

Discovery fails on Didactum EMS boxes

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Major
    • None
    • Professional Edition
    • Discovery
    • None

    Description

      Our three didactum environmental sensor boxes failed to be discovered correctly. Observium just showed them as "generic linux devices" and therefore did not query the private mibs correctly.

      The problem was with os discovery because the system Object ID reported by the devices was .1.3.6.1.4.1.46501, not .1.3.6.1.4.1.8072.3.2.10 as stated in the os-detection include file.

      Solution was to change the file /opt/observium/includes/definitions/os/didactum.inc.php to:

      $config['os'][$os]['discovery'][] = array(
      'sysObjectID' => '.1.3.6.1.4.1.8072.3.2.10',
      'sysDescr' => '/Didactum EMS/',
      );

       

      After a new discovery, the boxes where shown correctly with the private mibs enabled.

       

      Thanks,

      David Sandfort

      Attachments

        Activity

          People

            landy Mike Stupalov
            DavidSandfort David Sandfort
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: