Community Patterns

Community Library Entry

1

Regular Expression
Created·2021-10-02 18:55
Flavor·Java

"
^[c-d|f]:\\[\\\S|*\S]?.*fnplicensingservice64.exe$
"
gmi
Open regex in editor

Description

Used for Service Discovery in vRealize Operations. Use case is a service that can be installed on any path, but we only want to discover and monitor services installed on standard production drives (C, D or F). Filename will always be the same.

Submitted by Various