mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
missing leading . ibm-imm
This commit is contained in:
@ -10,6 +10,6 @@
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
|
||||
if (starts_with($sysObjectId, '1.3.6.1.4.1.2.3.51.3')) {
|
||||
if (starts_with($sysObjectId, '.1.3.6.1.4.1.2.3.51.3')) {
|
||||
$os = 'ibm-imm';
|
||||
}
|
||||
|
Reference in New Issue
Block a user