mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added more detection for Planet switches #6057
This commit is contained in:
committed by
Neil Lathwood
parent
df05f3dc37
commit
ab793b7d77
@@ -9,3 +9,4 @@ over:
|
||||
discovery:
|
||||
- sysObjectId:
|
||||
- .1.3.6.1.4.1.10456.1.1516
|
||||
- .1.3.6.1.4.1.10456.1.1566
|
||||
|
||||
@@ -1326,6 +1326,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
public function testPlanetos()
|
||||
{
|
||||
$this->checkOS('planetos');
|
||||
$this->checkOS('planetos', 'planetos1');
|
||||
}
|
||||
|
||||
public function testPoweralert()
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|SGS-6340-16XR Device, Compiled Mar 29 09:39:29 2016 SoftWare Version 7.4.3.0(R0006.0031) BootRom Version 7.4.5 HardWare Version 1.0.1 SoftWare Version 7.4.3.0(R0006.0031) BootRom Version 8.4.5 HardWare Version 1.0.1
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.10456.1.1566
|
||||
Reference in New Issue
Block a user