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
[[inputs.ntpq]] dns_lookup = false
ntpq
SHM(0)
SHM(1)
The measurements of both the SHM(0) and SHM(1) remotes to appear in Influx for my host.
Only the measurements of a (non-existing) remote SHM appears for my host.
SHM
The issue was introduced with the fix for #2386.
The output of ntpq:
remote refid st t when poll reach delay offset jitter ============================================================================== *SHM(1) .PPS. 0 l 8 16 377 0.000 0.001 0.000 xSHM(0) .GPS. 0 l 2 2 377 0.000 -116.97 1.414
The text was updated successfully, but these errors were encountered:
Fixed influxdata#3162 fix parsing of SHM remotes
54ffb4f
- added test cases for SHM remotes; - slightly changed the fix for influxdata#2386 to improve and fix the parsing of SHM remotes.
Created a PR (#3163) that fixes this issue.
Sorry, something went wrong.
Reverted accidental test code removal
cb85a77
Due to the changes of influxdata#3162.
Thanks @jawi, this will be in 1.4.0
No branches or pull requests
Bug report
Relevant telegraf.conf:
System info:
Steps to reproduce:
ntpq
is using aliases likeSHM(0)
&SHM(1)
for the GPS/PPS remotes.Expected behaviour:
The measurements of both the
SHM(0)
andSHM(1)
remotes to appear in Influx for my host.Actual behaviour:
Only the measurements of a (non-existing) remote
SHM
appears for my host.Additional info:
The issue was introduced with the fix for #2386.
The output of ntpq:
The text was updated successfully, but these errors were encountered: