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

Use the correct socket for system probe on Windows #833

Merged
merged 3 commits into from Jan 5, 2022

Conversation

julien-lebot
Copy link
Contributor

No description provided.

@julien-lebot julien-lebot requested a review from a team as a code owner December 30, 2021 14:31
default['datadog']['system_probe']['sysprobe_socket'] =
if platform_family?('windows')
# might be //opt/datadog-agent/run/sysprobe.sock
# note the //

Choose a reason for hiding this comment

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

the // comment should probably be in the else clause.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The comment was for myself since I hesitated between localhost:3333 and //opt/datadog-agent/run/sysprobe.sock. I found the // syntax here and thought it might apply here, so I'll just remove the comment.

@julien-lebot julien-lebot merged commit 03df284 into main Jan 5, 2022
@julien-lebot julien-lebot deleted the julien.lebot/use_windows_sock branch January 5, 2022 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants