Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request - Add wildcard support to "Windows Services" plugin #3673

Closed
romsnl opened this issue Jan 15, 2018 · 4 comments
Closed

Feature Request - Add wildcard support to "Windows Services" plugin #3673

romsnl opened this issue Jan 15, 2018 · 4 comments
Assignees
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

Comments

@romsnl
Copy link

romsnl commented Jan 15, 2018

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.

@danielnelson danielnelson added platform/windows feature request Requests for new plugin and for new features to existing plugins labels Jan 16, 2018
@danielbargas
Copy link

@danielnelson do we have an ETA for this? Thanks in advance!

@danielnelson
Copy link
Contributor

No current ETA, any chance you could tackle this one?

@danielnelson danielnelson added the good first issue This is a smaller issue suited for getting started in Telegraf, Golang, and contributing to OSS. label Dec 6, 2019
@danielbargas
Copy link

danielbargas commented Dec 7, 2019 via email

@sspaink
Copy link
Contributor

sspaink commented Dec 16, 2020

Merged a pull request that resolves this issue. Let us know if you have any problems with this change! thanks.

@sspaink sspaink closed this as completed Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants