Add NTP checks for config, status and time#21
Open
braz wants to merge 2 commits intomongodb:masterfrom
Open
Conversation
Added a new section to capture NTP details for configuration, status and the time details if it is running.
Hi Kev, Whilst ntptime isn't exactly the same it does indicate that NTP is on / running with the code 0 (OK). Here's the sample output from TSPROJ-612 for just ntptime. [ec2-user@ip-10-36-183-212 ~]$ ntptime ntp_gettime() returns code 0 (OK) time d9e34c90.948f42c8 Tue, Nov 3 2015 10:09:04.580, (.580311333), maximum error 1005015 us, estimated error 53 us, TAI offset 0 ntp_adjtime() returns code 0 (OK) modes 0x0 (), offset 91.282 us, frequency -25.108 ppm, interval 1 s, maximum error 1005015 us, estimated error 53 us, status 0x2001 (PLL,NANO), time constant 6, precision 0.001 us, tolerance 500 ppm,
Contributor
Author
|
Hi Kev, Added ntptime which is a good enough check to see if NTP is on/off. Thanks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a new section to capture NTP details for configuration, status and the time details if it is running.