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.