mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Support HP Procurve models that have an E at the beginning of the model number (e.g. E2910) (#13261)
This commit is contained in:
@@ -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
Reference in New Issue
Block a user