We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to reproduce:
Invoke /etc/init.d/datadog-agent info in a running datadog/docker-dd-agent container. I was able to reproduce on the image tagged with 12.6.5251.
/etc/init.d/datadog-agent info
datadog/docker-dd-agent
12.6.5251
Observed output:
(Trimmed for clarity.)
==================== Collector (v 5.25.1) ==================== [...] Clocks ====== NTP offset: Unknown ([Errno -8] Servname not supported for ai_socktype) System UTC time: 2018-07-09 12:18:36.667921 [...] Checks ====== [...] ntp (1.2.0) ----------- - Collected 0 metrics, 0 events & 0 service checks
I think this bug is directly related to a similar bug filed against integrations-core:
The agent implements its own NTP query and did not benefit from the patch linked above.
This problem is mostly cosmetic -- it does not affect the behaviour of the ntp check.
ntp
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How to reproduce:
Invoke
/etc/init.d/datadog-agent info
in a runningdatadog/docker-dd-agent
container. I was able to reproduce on the image tagged with12.6.5251
.Observed output:
(Trimmed for clarity.)
I think this bug is directly related to a similar bug filed against integrations-core:
The agent implements its own NTP query and did not benefit from the patch linked above.
This problem is mostly cosmetic -- it does not affect the behaviour of the
ntp
check.The text was updated successfully, but these errors were encountered: