fix os name on the entry condition (#13578) (#13580)

This commit is contained in:
Renaud R
2022-01-10 01:46:22 +01:00
committed by GitHub
parent 6dc3e42179
commit ca86a17a12

View File

@@ -12,7 +12,7 @@
* the source code distribution for details.
*/
if ($device['os'] == 'equalogic') {
if ($device['os'] == 'equallogic') {
$eql_storage = snmpwalk_cache_oid($device, 'EqliscsiVolumeEntry', null, 'EQLVOLUME-MIB', 'equallogic');
if (is_array($eql_storage)) {