mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix missing :
This commit is contained in:
@ -11,8 +11,8 @@
|
||||
*/
|
||||
|
||||
if (!$os) {
|
||||
$ibmtl_snmpget = snmp_get($device, 'SML-MIB:product-Name.0', '-Oqv', '');
|
||||
$ibmtl_snmpget = snmp_get($device, 'SML-MIB::product-Name.0', '-Oqv', '');
|
||||
if (stristr($ibmtl_snmpget, 'IBM System Storage TS3500 Tape Library')) {
|
||||
$os = 'ibmtl';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user