mirror of
https://github.com/abh/ntppool.git
synced 2026-04-25 19:45:50 +03:00
[GH-ISSUE #11] Better sanity checking in monitor script #282
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntppool#282
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @abh on GitHub (Jun 3, 2011).
Original GitHub issue: https://github.com/abh/ntppool/issues/11
Use Capture::Tiny to run ntpdc -c loopinfo or ntpq -c rv to check that the offset is < 20ms.
Should look for ntpdc or ntpq executables in the PATH and in various other standard locations (specifically /usr/sbin/).
@loewis commented on GitHub (Jun 4, 2011):
I propose https://github.com/loewis/ntppool/tree/issue11 as a patch for this issue.