Skip to content

Commit 06d019e

Browse files
authored
Merge pull request #211 from murrant/analysis-PG1NBL
Apply fixes from StyleCI
2 parents 1f95c4d + 65337ef commit 06d019e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LibreNMS/OS/ArubaInstant.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ public function discoverProcessors(): array
8080
$mac = Mac::parse($aiAPMACAddress);
8181
$oid = '.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.7.' . $mac->oid();
8282
$description = $data['AI-AP-MIB::aiAPSerialNum'];
83+
8384
return Processor::discover('aruba-instant', $this->getDeviceId(), $oid, $mac->hex(), $description, 1, $data['AI-AP-MIB::aiAPCPUUtilization']);
8485
})->all();
8586
}

0 commit comments

Comments
 (0)