Details
-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Professional Edition
-
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