mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* newdevice: Updated detection for Dasan NOS devices #5359 * added missing file
This commit is contained in:
committed by
Tony Murray
parent
14a2d290ae
commit
61ec8e663e
@@ -10,4 +10,4 @@ over:
|
||||
- { graph: device_mempool, text: 'Memory Usage' }
|
||||
discovery:
|
||||
- sysObjectId:
|
||||
- .1.3.6.1.4.1.6296.1.2.5
|
||||
- .1.3.6.1.4.1.6296.1.2.
|
||||
|
||||
@@ -407,6 +407,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
public function testDasanNos()
|
||||
{
|
||||
$this->checkOS('dasan-nos');
|
||||
$this->checkOS('dasan-nos', 'dasan-nos1');
|
||||
}
|
||||
|
||||
public function testDatacom()
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|V8240_SFU NOS 6.10/00:d0:cb:83:da:39
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.6296.1.2.4.1
|
||||
Reference in New Issue
Block a user