mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: Fix Netguardian OS Polling Variable (#8655)
This commit is contained in:
committed by
Tony Murray
parent
82072b3694
commit
aa8e0096a2
@@ -24,6 +24,6 @@
|
||||
*/
|
||||
|
||||
$netguardian_tmp = snmp_get_multi_oid($device, 'dpsRTUModel.0 dpsRTUFirmwareVersion.0', '-OQs', 'DPS-MIB-V38');
|
||||
$version = $data['dpsRTUFirmwareVersion.0'];
|
||||
$hardware = $data['dpsRTUModel.0'];
|
||||
$version = $netguardian_tmp['dpsRTUFirmwareVersion.0'];
|
||||
$hardware = $netguardian_tmp['dpsRTUModel.0'];
|
||||
unset($netguardian_tmp);
|
||||
|
Reference in New Issue
Block a user