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)-/";
Thanks. I don't think it worked though.
I did svn up and rediscovered one of the switches and got.
"OS changed: supermicro-switch -> generic"
I had a local mod that set them to supermicro-switch that I reverted before doing svn up.
I'm currently at revision 11170