getDeviceId(), $oid, 'fortiwlc', 1, 'Clients: Total') ); } public function discoverWirelessApCount() { $oid = '.1.3.6.1.4.1.15983.1.1.3.1.13.9.0'; //MERU-GLOBAL-STATISTICS-MIB::mwSystemGeneralTotalOnlineAps.0 return array( new WirelessSensor('ap-count', $this->getDeviceId(), $oid, 'fortiwlc', 1, 'Connected APs') ); } }