Details
-
Add New Device / OS
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
None
Description
It looks like observium is using the sysDescr. output to detect the device.
Our output is:
SNMPv2-MIB::sysDescr.0 = STRING: SuperSwitch MBM-XEM-002 Firmware revision: 2.1.0-46
It looks like the current observium matches are:
$config['os'][$os]['sysDescr'][] = "/^Supermicro Switch/";
$config['os'][$os]['sysDescr'][] = "/^(SSE|SBM)-/";
Attachments
Activity
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Status | Original: In Review [ 10101 ] | New: In Progress [ 3 ] |
Status | Original: Pending Response [ 10000 ] | New: In Review [ 10101 ] |
Attachment | New: supermicro.snmpwalk [ 18492 ] |
Status | Original: In Review [ 10101 ] | New: Pending Response [ 10000 ] |
I think I figured it out. We are in stable so the updates don't come in right away.
I did svn export of svn.observium.org/svn/observium/trunk/includes/definitions/os/supermicro.inc.php
Now it looks like it worked: OS changed: generic -> supermicro-switch
Thanks!