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

Support for GUDE Expert PDU 3811 - 3810-Model already supported

Details

    • Add New Device / OS
    • Resolution: Cannot Reproduce
    • Major
    • None
    • Professional Edition
    • Discovery, Poller
    • None

    Description

      Dear Observium-Devs,

      recently we purchased metered PDUs from the German vendor GUDE. It turned out that the older Model 8310 is supported by Observium, so we tried to purchase the newer Model 8311 and hoped, that it is supported as well. First recognized as "Generic Device" we tried to add the sysObjectID to includes/definitions/os.inc.php as we are used to. It gets detected as GUDE Expert PDU, but the Sensors are missing. From the PDU we can download a MIB File, which i include here as well.

      It would be nice to see the direct successor of the 8310 PDU working in Observium just as nice as the old model did.

      Best regards from Austria,
      Fabian

      Attachments

        Activity

          [OBS-2598] Support for GUDE Expert PDU 3811 - 3810-Model already supported

          @Adam Armstrong:  I sent you the IP of the example device in my E-Mail from the 23th of March. Could you please have another look at it?
          This would be very much appreciated.

          fabian.friesenecker Fabian Friesenecker added a comment - @Adam Armstrong:  I sent you the IP of the example device in my E-Mail from the 23th of March. Could you please have another look at it? This would be very much appreciated.

          Do not have access to example device, so can't add.

          adama Adam Armstrong added a comment - Do not have access to example device, so can't add.
          Steffen@uvensys Steffen added a comment - - edited

          Hello Fabian,

          as per Email in Oberservium Mailing List, I managed to add "Gude" "Expert PDU Energy 8184"
          as follows:

          Added to os.inc.php
          $config['os'][$os]['mibs'][] = "GUDEADS-PDU818X-MIB";Added to mibs.inc.php
          $mib = 'GUDEADS-PDU818X-MIB';
          $config['mibs'][$mib]['enable'] = 1;
          $config['mibs'][$mib]['identity_num'] = '.1.3.6.1.4.1.28507';
          $config['mibs'][$mib]['mib_dir'] = 'gude';
          $config['mibs'][$mib]['descr'] = '';

          $config['mibs'][$mib]['sensor']['pdu818XPowerActive']['tables'][] = array(
          {{ 'table' => 'pdu818XPowerEntry.4',}}
          {{ 'class' => 'power',}}
          {{ 'descr' => 'Phase %index% Power',}}
          {{ 'oid' => 'pdu818XPowerActive',}}
          {{ 'oid_num' => '.1.3.6.1.4.1.28507.35.1.5.1.2.1.4',}}
          {{ 'scale' => 1}}
          );
          $config['mibs'][$mib]['sensor']['pdu818XCurrent']['tables'][] = array(
          {{ 'table' => 'pdu818XPowerEntry.5',}}
          {{ 'class' => 'current',}}
          {{ 'descr' => 'Phase %index% Current',}}
          {{ 'oid' => 'pdu818XCurrent',}}
          {{ 'oid_num' => '.1.3.6.1.4.1.21239.5.2.3.2.1.5',}}
          {{ 'scale' => 1}}
          );
          $config['mibs'][$mib]['sensor']['pdu818XVoltage']['tables'][] = array(
          {{ 'table' => 'pdu818XPowerEntry.6',}}
          {{ 'class' => 'voltage',}}
          {{ 'descr' => 'Phase %index% Voltage',}}
          {{ 'oid' => 'pdu818XVoltage',}}
          {{ 'oid_num' => '.1.3.6.1.4.1.21239.5.2.3.2.1.6',}}
          {{ 'scale' => 1}}
          );
          {{Added mib file to /opt/observium/mibs/gude/ }}
          total 64
          rw-rr- 1 root root 4133 Aug 31 2017 GUDEADS-EPC24X-MIB
          rw-rr- 1 root root 10211 Aug 31 2017 GUDEADS-EPC2X6-MIB
          rw-rr- 1 root root 11300 Aug 31 2017 GUDEADS-EPC8X-MIB
          rw-rr- 1 root root 6503 Aug 31 2017 GUDEADS-PDU8110-MIB
          rw-rr- 1 root root 9005 Mar 20 14:55 GUDEADS-PDU818X-MIB
          rw-rr- 1 root root 9732 Aug 31 2017 GUDEADS-PDU8310-MIB

           

          Thanks to wolfgang and sid3windr on irc://irc.oftc.net/observium

           

          Hope that helps.

          best regards,
          Steffen

          Steffen@uvensys Steffen added a comment - - edited Hello Fabian, as per Email in Oberservium Mailing List, I managed to add "Gude" "Expert PDU Energy 8184" as follows: Added to os.inc.php $config ['os'] [$os] ['mibs'] [] = "GUDEADS-PDU818X-MIB"; Added to mibs.inc.php $mib = 'GUDEADS-PDU818X-MIB'; $config ['mibs'] [$mib] ['enable'] = 1; $config ['mibs'] [$mib] ['identity_num'] = '.1.3.6.1.4.1.28507'; $config ['mibs'] [$mib] ['mib_dir'] = 'gude'; $config ['mibs'] [$mib] ['descr'] = ''; $config ['mibs'] [$mib] ['sensor'] ['pdu818XPowerActive'] ['tables'] [] = array( {{ 'table' => 'pdu818XPowerEntry.4',}} {{ 'class' => 'power',}} {{ 'descr' => 'Phase %index% Power',}} {{ 'oid' => 'pdu818XPowerActive',}} {{ 'oid_num' => '.1.3.6.1.4.1.28507.35.1.5.1.2.1.4',}} {{ 'scale' => 1}} ); $config ['mibs'] [$mib] ['sensor'] ['pdu818XCurrent'] ['tables'] [] = array( {{ 'table' => 'pdu818XPowerEntry.5',}} {{ 'class' => 'current',}} {{ 'descr' => 'Phase %index% Current',}} {{ 'oid' => 'pdu818XCurrent',}} {{ 'oid_num' => '.1.3.6.1.4.1.21239.5.2.3.2.1.5',}} {{ 'scale' => 1}} ); $config ['mibs'] [$mib] ['sensor'] ['pdu818XVoltage'] ['tables'] [] = array( {{ 'table' => 'pdu818XPowerEntry.6',}} {{ 'class' => 'voltage',}} {{ 'descr' => 'Phase %index% Voltage',}} {{ 'oid' => 'pdu818XVoltage',}} {{ 'oid_num' => '.1.3.6.1.4.1.21239.5.2.3.2.1.6',}} {{ 'scale' => 1}} ); {{Added mib file to /opt/observium/mibs/gude/ }} total 64 rw-r r - 1 root root 4133 Aug 31 2017 GUDEADS-EPC24X-MIB rw-r r - 1 root root 10211 Aug 31 2017 GUDEADS-EPC2X6-MIB rw-r r - 1 root root 11300 Aug 31 2017 GUDEADS-EPC8X-MIB rw-r r - 1 root root 6503 Aug 31 2017 GUDEADS-PDU8110-MIB rw-r r - 1 root root 9005 Mar 20 14:55 GUDEADS-PDU818X-MIB rw-r r - 1 root root 9732 Aug 31 2017 GUDEADS-PDU8310-MIB   Thanks to wolfgang and sid3windr on  irc://irc.oftc.net/observium   Hope that helps. best regards, Steffen

          People

            landy Mike Stupalov
            fabian.friesenecker Fabian Friesenecker
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: