newrelic / nri-winservices

Windows services Integration for New Relic Infrastructure
Apache License 2.0
8 stars 8 forks source link

fix(Matcher): make regex non case sentitive #34

Closed gsanchezgavier closed 4 years ago

gsanchezgavier commented 4 years ago

Description

Make literal and regex filters case insensitive. Reason: Windows service names are reported in lower case by the exporter. An user setting up the filters could use the mixed cases from the real name and that service will not be reported. es: WinDefend is reported as windefend by the exporter.

Checklist: