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

[chrony receiver] Incorrect socket type #13862

Closed
MovieStoreGuy opened this issue Sep 5, 2022 · 0 comments
Closed

[chrony receiver] Incorrect socket type #13862

MovieStoreGuy opened this issue Sep 5, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@MovieStoreGuy
Copy link
Contributor

Describe the bug
When trying to connect to chronyd via the unix socket, the wrong unix socket type was used meaning that they were unable to communicate.

Steps to reproduce
If possible, provide a recipe for reproducing the error.

  1. Having chronyd running on the same domain
  2. configure chrony reciever to read from socket
  3. run receiver

What did you expect to see?
A clear and concise description of what you expected to see.

Data should be captured from the receiver and be visible via a configured exporter.

What did you see instead?
A clear and concise description of what you saw instead.

The receiver fails to capture data.

What version did you use?
Version: v0.58.0

What config did you use?
Config:

receivers:
   chrony:
      endpoint: "unix://var/run/chrony/chrony.sock
# The rest is ignored because it should be enough to reproduce.

Environment
OS: MacOS
Compiler(if manually compiled): go.1.19

Additional context
Add any other context about the problem here.

@MovieStoreGuy MovieStoreGuy added the bug Something isn't working label Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant