mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Improved Zyxel IES detection (#5751)
This commit is contained in:
committed by
Neil Lathwood
parent
7dc52654db
commit
0c8bba64fd
@ -4,6 +4,8 @@ group: zyxel
|
||||
type: network
|
||||
icon: zyxel
|
||||
discovery:
|
||||
- sysDescr_regex:
|
||||
- '/IES-((?!Cisco Systems).)*$/' # = str_contains($sysDescr, 'IES-') && !str_contains($sysDescr, 'Cisco Systems')
|
||||
-
|
||||
sysObjectId: .1.3.6.1.4.1.890.
|
||||
sysDescr:
|
||||
- IES-
|
||||
|
||||
|
@ -1 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|IES-
|
||||
1.3.6.1.2.1.1.1.0|4|IES-5106
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.890.1.5.13.10
|
||||
|
Reference in New Issue
Block a user