mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Additional TPLink JetStream support (#5908)
This commit is contained in:
committed by
Tony Murray
parent
38168832a6
commit
e7c46b0fe9
@@ -6,4 +6,4 @@ over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
discovery:
|
||||
- sysObjectId:
|
||||
- .1.3.6.1.4.1.11863.1.1
|
||||
- .1.3.6.1.4.1.11863.
|
||||
|
||||
@@ -1598,6 +1598,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
$this->checkOS('tplink');
|
||||
$this->checkOS('tplink', 'tplink1');
|
||||
$this->checkOS('tplink', 'tplink-t1600g-28ts');
|
||||
}
|
||||
|
||||
public function testTranzeo()
|
||||
|
||||
2
tests/snmpsim/tplink-t1600g-28ts.snmprec
Normal file
2
tests/snmpsim/tplink-t1600g-28ts.snmprec
Normal file
@@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|JetStream 24-Port Gigabit Smart Switch with 4 SFP Slots
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.11863.5.28
|
||||
Reference in New Issue
Block a user