Feature Request - Add wildcard support to "Windows Services" plugin #3673
Labels
feature request
Requests for new plugin and for new features to existing plugins
good first issue
This is a smaller issue suited for getting started in Telegraf, Golang, and contributing to OSS.
platform/windows
Proposal:
Add wildcard support to "Windows Services" plugin. e.g. [ "Win*", "net*"]
Current behavior:
To add service monitoring we need to either add services one per one or check the status of all the services.
Desired behavior:
As per proposal
Use case: [Why is this important (helps with prioritizing requests)]
Wildcard could permit more "automation-ready" plugin, and so permit the autodiscovery of new services with a specific pattern e.g. "Win*".
That way it could remove Manual & Automated modification of the config file.
The text was updated successfully, but these errors were encountered: