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
@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.