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

Smart agent winprocess #430

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Smart agent winprocess #430

wants to merge 2 commits into from

Conversation

nicolasvion
Copy link
Contributor

Adding a way to monitor windows process throught signalfx.

Example SFX Agent configuration telegraf/win_services section :

    - type: telegraf/win_services
      serviceNames:
        - W3SVC
        - Tomcat8.5.11

@@ -0,0 +1,3 @@
documentations:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -0,0 +1,15 @@
module: winprocess
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please name this detector win-services to match the underlying win_services metric that is used.

And maybe also rename the module `win-services if it is intended to only monitor Windows Services.

@pdecat pdecat added the detectors About nex or existing detectors label Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
detectors About nex or existing detectors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants