mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Add Basic FortiWLC Support (#6016)
* newdevice: Add Basic FortiWLC Support * altered the sysObjectId discovery
This commit is contained in:
committed by
Neil Lathwood
parent
de6b1d9722
commit
87a50465ad
@@ -728,6 +728,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('fortiswitch');
|
||||
}
|
||||
|
||||
public function testFortiwlc()
|
||||
{
|
||||
$this->checkOS('fortiwlc');
|
||||
}
|
||||
|
||||
public function testFoundryos()
|
||||
{
|
||||
$this->checkOS('foundryos');
|
||||
|
Reference in New Issue
Block a user