Support HP Procurve models that have an E at the beginning of the model number (e.g. E2910) (#13261)

This commit is contained in:
Max Narvaez
2021-09-21 15:13:41 -05:00
committed by GitHub
parent a3c9e32cc3
commit 296edba28a
3 changed files with 12241 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ modules:
type: hpGlobal
os:
sysDescr_regex:
- '/( (?<hardware>\d{4,}\S*)[^,]*)?, revision (?<version>[^ ,]+)/'
- '/( (?<hardware>E?\d{4,}\S*)[^,]*)?, revision (?<version>[^ ,]+)/'
- '/PROCURVE (?<hardware>.*) - (?<version>.*)/'
- '/(HPE OfficeConnect Switch|HP) (?<hardware>[\d]+[\ \-]\S+).*(?<version>P\S[0-9\.]+)/'
- '/(HP ProCurve) (?<hardware>\d+\S?).*(?<version>P[1-9\.]+)/'
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff