mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Correct options for IBMC version polling (#11587)
* Correct options for version polling * Update ibmc.json
This commit is contained in:
@ -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];
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user