Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
murrant authored and StyleCIBot committed Dec 4, 2024
1 parent 00592a0 commit e6ec7da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/polling/aruba-controller.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
if ($device['type'] == 'wireless' && $device['os'] == 'arubaos') {
// get data about the controller
$aruba_stats = SnmpQuery::get([
// 'WLSX-SWITCH-MIB::wlsxSwitchRole.0',
// 'WLSX-SWITCH-MIB::wlsxSwitchMasterIp.0',
// 'WLSX-SWITCH-MIB::wlsxSwitchRole.0',
// 'WLSX-SWITCH-MIB::wlsxSwitchMasterIp.0',
'WLSX-SWITCH-MIB::wlsxSwitchTotalNumAccessPoints.0',
'WLSX-SWITCH-MIB::wlsxSwitchTotalNumStationsAssociated.0',
])->values();
Expand Down

0 comments on commit e6ec7da

Please sign in to comment.