mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Add more HP Procurve discovery (#5581)
This commit is contained in:
committed by
Neil Lathwood
parent
f4b21ae279
commit
5c57d37c10
@ -17,3 +17,4 @@ discovery:
|
||||
- '/eCos-[0-9.]+/'
|
||||
- '/HP(.+)2530(.+)/'
|
||||
- '/HP(.+)54[0-1][2-6]R(.+)/'
|
||||
- '/^HP J96[0-9]{2}[A-B] [0-9]{4}(.*)/'
|
||||
|
@ -1188,6 +1188,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('procurve', 'procurve-1820');
|
||||
$this->checkOS('procurve', 'procurve-ecos-100');
|
||||
$this->checkOS('procurve', 'procurve-2530');
|
||||
$this->checkOS('procurve', 'procurve-2620');
|
||||
$this->checkOS('procurve', 'procurve-5402r');
|
||||
}
|
||||
|
||||
|
1
tests/snmpsim/procurve-2620.snmprec
Normal file
1
tests/snmpsim/procurve-2620.snmprec
Normal file
@ -0,0 +1 @@
|
||||
1.3.6.1.2.1.1.1.0|4|HP J9625A 2620-24-PoEP Switch, revision RA.16.02.0012, ROM RA.15.13 (/ws/swbuildm/rel_spokane_qaoff/code/build/xform(swbuildm_rel_spokane_qaoff_rel_spokane))
|
Reference in New Issue
Block a user