mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
moved slcSystemModelString.0 to features
This commit is contained in:
@@ -18,4 +18,5 @@
|
||||
$version = str_replace('"', '', $version);
|
||||
$serial = snmp_get($device, 'slcSystemSerialNo.0', '-Ovqs', 'LANTRONIX-SLC-MIB');
|
||||
$serial = str_replace('"', '', $serial);
|
||||
$features = '';
|
||||
$features = snmp_get($device, 'slcSystemModelString.0', '-Ovqs', 'LANTRONIX-SLC-MIB');
|
||||
$features = str_replace('"', '', $features);
|
||||
|
Reference in New Issue
Block a user