mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Typo in F5 serial detection
This commit is contained in:
@@ -12,7 +12,7 @@ $oids = [
|
||||
$data = snmp_get_multi($device, $oids, '-OQUs', $mibs);
|
||||
$version = $data[0]['sysProductVersion'];
|
||||
$hardware = $data[0]['sysPlatformInfoMarketingName'];
|
||||
$serial = $data[0]['sysProductVersion'];
|
||||
$serial = $data[0]['sysGeneralChassisSerialNum'];
|
||||
unset($data, $oids);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user