mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: Fixed cyberoam polling bug (#8530)
This commit is contained in:
committed by
Neil Lathwood
parent
2b093323f6
commit
b209f0894d
@ -24,8 +24,8 @@
|
||||
*/
|
||||
|
||||
$cyberoam_data = snmp_get_multi_oid($device, 'applianceModel.0 cyberoamVersion.0', '-OQUs', 'CYBEROAM-MIB');
|
||||
$hardware = $cyberoam_data['.1.3.6.1.4.1.21067.2.1.1.2.0'];
|
||||
$version = $cyberoam_data['.1.3.6.1.4.1.21067.2.1.1.3.0'];
|
||||
$hardware = $cyberoam_data['applianceModel.0'];
|
||||
$version = $cyberoam_data['cyberoamVersion.0'];
|
||||
|
||||
unset(
|
||||
$cyberoam_data
|
||||
|
Reference in New Issue
Block a user