Correct options for IBMC version polling (#11587)

* Correct options for version polling

* Update ibmc.json
This commit is contained in:
PipoCanaja
2020-05-12 23:09:18 +02:00
committed by GitHub
parent e48e37402b
commit 804bb22a5a
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ $oids = array (
'serial' => 'deviceSerialNo.0'
);
$data = snmp_get_multi_oid($device, $oids, '-OUQs', 'HUAWEI-SERVER-IBMC-MIB');
$data = snmp_get_multi_oid($device, $oids, '-OUQbs', 'HUAWEI-SERVER-IBMC-MIB');
foreach ($oids as $var => $oid) {
$$var = $data[$oid];

View File

@ -25,7 +25,7 @@
"sysObjectID": ".1.3.6.1.4.1.2011.2.235",
"sysDescr": "Hardware management system",
"sysContact": "<private>",
"version": null,
"version": "2.55",
"hardware": "RH2288H V3",
"features": null,
"os": "ibmc",