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

Win_services: case sensitive in service names #8796

Closed
sbuldakov opened this issue Feb 3, 2021 · 2 comments · Fixed by #14684
Closed

Win_services: case sensitive in service names #8796

sbuldakov opened this issue Feb 3, 2021 · 2 comments · Fixed by #14684
Assignees
Labels
help wanted Request for community participation, code, contribution platform/windows size/m 2-4 day effort

Comments

@sbuldakov
Copy link

Hi all,

I've just met with strange (from point of view of administrator of windows systems) behavior of win_services input plugin. If I'm using capitalization that differ from service name win_services plugin can't find out this service.

For example, Get-Service "iisadmin" and Get-Service "IISADMIN" give equal result.
But win_service can find out only last service.

@powersj
Copy link
Contributor

powersj commented Mar 31, 2022

Hi,

The Windows services are looked up using Go's windows services tools. There may not be anything Telegraf can even do about this, but the next step would be to confirm that this is how the library works and if there are any other options there.

Thanks

@powersj powersj added waiting for response waiting for response from contributor help wanted Request for community participation, code, contribution and removed waiting for response waiting for response from contributor labels Mar 31, 2022
@powersj powersj added the size/m 2-4 day effort label Aug 4, 2022
@srebhan srebhan self-assigned this Feb 5, 2024
@srebhan
Copy link
Member

srebhan commented Feb 5, 2024

@sbuldakov can you please test the binary in #14684, available once CI finished the build!? Let me know if this solves your request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Request for community participation, code, contribution platform/windows size/m 2-4 day effort
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants