mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added detection for AKCP SecurityProbe (#6550)
* Add support for AKCP SecurityProbe * Add tests for AKCP SecurityProbe
This commit is contained in:
committed by
Neil Lathwood
parent
c59ae3c537
commit
a6eca494ff
@ -7,3 +7,4 @@ discovery:
|
||||
- sysDescr:
|
||||
- SensorProbe
|
||||
- sensorProbe4
|
||||
- securityProbe
|
||||
|
@ -176,6 +176,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
$this->checkOS('akcp');
|
||||
$this->checkOS('akcp', 'akcp1');
|
||||
$this->checkOS('akcp', 'akcp-securityprobe');
|
||||
}
|
||||
|
||||
public function testAos()
|
||||
|
2
tests/snmpsim/akcp-securityprobe.snmprec
Normal file
2
tests/snmpsim/akcp-securityprobe.snmprec
Normal file
@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|securityProbe 5ESV SEC-MX25V405n Jun 02 2016 10:57:49
|
||||
1.3.6.1.2.1.1.2.0|6|.1.3.6.1.4.1.3854.1
|
Reference in New Issue
Block a user