mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Improve Cisco ISE detection (#5578)
* newdevice: Improve Cisco ISE detection * add sysDescr
This commit is contained in:
committed by
Tony Murray
parent
282eda5f5e
commit
97c5b771e6
@@ -29,4 +29,5 @@ mib_dir:
|
||||
discovery:
|
||||
- sysObjectId:
|
||||
- .1.3.6.1.4.1.9.1.2139
|
||||
- .1.3.6.1.4.1.9.1.1425
|
||||
- .1.3.6.1.4.1.9.1.1426
|
||||
|
@@ -791,6 +791,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
$this->checkOS('ise');
|
||||
$this->checkOS('ise', 'ise1');
|
||||
$this->checkOS('ise', 'ise2');
|
||||
}
|
||||
|
||||
public function testJetdirect()
|
||||
|
2
tests/snmpsim/ise2.snmprec
Normal file
2
tests/snmpsim/ise2.snmprec
Normal file
@@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|Cisco Identity Services Engine
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.9.1.1425
|
Reference in New Issue
Block a user