Dell OpenManage / Monitor
Howdy Dev team,
Was doing some digging into the /includes/mibs/dell.inc.php and found the section on $mib = 'MIB-Dell-10892'; $config['mibs'][$mib]['enable'] = 1; $config['mibs'][$mib]['identity_num'] = '.1.3.6.1.4.1.674.10892.1';
With a number of sub-items.
As Dell have been releasing newer versions of OpenManage and Dell Command|Monitor, they have been migrating away from the 10892 mib, and are now using the 10909 mib. Just did a comparison walk on two different machines with different versions of OM agent, and have the following results: SNMPv2-SMI::enterprises.674.10892.1.300.10.1.9.1 = STRING: "Precision WorkStation T3500 " SNMPv2-SMI::enterprises.674.10909.1.300.10.1.9.1 = STRING: "Precision T7610"
Of course the former machine doesn't have anything on 10909, and the latter has nothing on 10892.
Sometime back, I pulled down MIB-Dell-10909 and dropped it into $OBSERVIUM_HOME/mibs/dell, but I haven't tried hacking on any of the php files anywhere... but it leads the question of whether it would be a "low-hanging fruit" type of change or if it would be something more substantial.
Regards, Ron
-- This message has been scanned by E.F.A. Project and is believed to be clean.
It might be possible to transpose most of it by just changing the OID number. Someone'll have to go through it all and compare them, probably not a great deal of work, I'll have a look.
Unfathomable why vendors keep duplicating mibs, though.
Adam.
-----Original Message----- From: observium observium-bounces@observium.org On Behalf Of Ron M. via observium Sent: 25 October 2021 22:48 To: observium@observium.org Cc: ron@rjr-services.com Subject: [Observium] Dell OpenManage / Monitor
Howdy Dev team,
Was doing some digging into the /includes/mibs/dell.inc.php and found the section on $mib = 'MIB-Dell-10892'; $config['mibs'][$mib]['enable'] = 1; $config['mibs'][$mib]['identity_num'] = '.1.3.6.1.4.1.674.10892.1';
With a number of sub-items.
As Dell have been releasing newer versions of OpenManage and Dell Command|Monitor, they have been migrating away from the 10892 mib, and are now using the 10909 mib. Just did a comparison walk on two different machines with different versions of OM agent, and have the following results: SNMPv2-SMI::enterprises.674.10892.1.300.10.1.9.1 = STRING: "Precision WorkStation T3500 " SNMPv2-SMI::enterprises.674.10909.1.300.10.1.9.1 = STRING: "Precision T7610"
Of course the former machine doesn't have anything on 10909, and the latter has nothing on 10892.
Sometime back, I pulled down MIB-Dell-10909 and dropped it into $OBSERVIUM_HOME/mibs/dell, but I haven't tried hacking on any of the php files anywhere... but it leads the question of whether it would be a "low-hanging fruit" type of change or if it would be something more substantial.
Regards, Ron
-- This message has been scanned by E.F.A. Project and is believed to be clean.
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (2)
-
Adam Armstrong
-
ron@rjr-services.com