mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added support for Edgerouter devices #4936
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
$items = array(
|
||||
'EdgeOS',
|
||||
'EdgeRouter Lite',
|
||||
'EdgeRouter',
|
||||
);
|
||||
|
||||
if (starts_with($sysDescr, $items)) {
|
||||
|
||||
@@ -471,6 +471,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
$this->checkOS('edgeos');
|
||||
$this->checkOS('edgeos', 'edgeos-erl');
|
||||
$this->checkOS('edgeos', 'edgeos-er');
|
||||
}
|
||||
|
||||
public function testEdgeswitch()
|
||||
|
||||
2
tests/snmpsim/edgeos-er.snmprec
Normal file
2
tests/snmpsim/edgeos-er.snmprec
Normal file
@@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|EdgeRouter
|
||||
1.3.6.1.2.1.1.2.0|6|.1.3.6.1.4.1.41112.1.5
|
||||
Reference in New Issue
Block a user