Update regex for vCenter 7 (#12316)

It looks like VMware dropped the Appliance for vCenter 7 since it only comes as an appliance now. Example: `VMware vCenter Server 7.0.1.00100 embedded build 17004997 VMware, Inc x86_64`
This commit is contained in:
HalianElf 2020-11-16 18:53:46 -05:00 committed by GitHub
parent a95f098ee8
commit 498e0be319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,4 +14,4 @@ discovery:
-
sysDescr_regex:
- '/^VMware-vCenter-Server-Appliance/'
- '/^VMware vCenter Server Appliance/'
- '/^VMware vCenter Server/'