mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 565 B After Width: | Height: | Size: 3.7 KiB |
@@ -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