mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02: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