mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Update #13037 to add wireless sensor for FortiAP Update #13037 to add wireless sensor for FortiAP * Add files via upload * Update Fortigate.php Co-authored-by: PipoCanaja <[email protected]>
This commit is contained in:
@@ -27,11 +27,16 @@ namespace LibreNMS\OS;
|
||||
|
||||
use App\Models\Device;
|
||||
use LibreNMS\Device\WirelessSensor;
|
||||
use LibreNMS\Interfaces\Discovery\Sensors\WirelessApCountDiscovery;
|
||||
use LibreNMS\Interfaces\Discovery\Sensors\WirelessClientsDiscovery;
|
||||
use LibreNMS\Interfaces\Polling\OSPolling;
|
||||
use LibreNMS\OS\Shared\Fortinet;
|
||||
use LibreNMS\RRD\RrdDefinition;
|
||||
|
||||
class Fortigate extends Fortinet implements OSPolling
|
||||
class Fortigate extends Fortinet implements
|
||||
OSPolling,
|
||||
WirelessClientsDiscovery,
|
||||
WirelessApCountDiscovery
|
||||
{
|
||||
public function discoverOS(Device $device): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user