mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added support for Cisco's AsyncOS (#6545)
* Create asyncos.yaml Added device definition for AsyncOS devices. * Create asyncos.inc.php Add poller definition for Async devices. * Update asyncos.yaml Added discovery modules. * Update asyncos.inc.php Refactored version, hardware, and serial parsers. * Add AsyncOS MIBs Add MIBs for AsyncOS WSA and ESA appliances. * Added OS test * AsyncOS Refactoring/OS Support * Change serial number in unit OS test
This commit is contained in:
committed by
Neil Lathwood
parent
4c0412b14d
commit
371c0ff65b
@@ -258,6 +258,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('asuswrt-merlin');
|
||||
}
|
||||
|
||||
public function testAsyncOS()
|
||||
{
|
||||
$this->checkOS('asyncos');
|
||||
}
|
||||
|
||||
public function testAvayaers()
|
||||
{
|
||||
$this->checkOS('avaya-ers');
|
||||
|
||||
Reference in New Issue
Block a user