The NTP Pool monitor and other tools are built for Linux and FreeBSD (i386, amd64 and arm64).
Yum and deb package repositories are available, in a “test” and “production” flavor.
The NTP Pool Monitoring Agent package is ntppool-agent.
curl -sf https://builds.ntppool.dev/repo/ntppool.repo \
| sudo tee /etc/yum.repos.d/ntppool.repo
To install from the test repository, use --enablerepo=ntppool-test:
sudo dnf --enablerepo=ntppool-test install ntppool-agent
Or set enabled = 1 in the [ntppool-test] section of the repo file.
# install the GPG key
sudo curl -fsSL https://builds.ntppool.dev/repo/key.gpg \
-o /usr/share/keyrings/ntppool.gpg
# production
curl -sf https://builds.ntppool.dev/repo/ntppool.list \
| sudo tee /etc/apt/sources.list.d/ntppool.list
# testing
curl -sf https://builds.ntppool.dev/repo/ntppool-test.list \
| sudo tee /etc/apt/sources.list.d/ntppool-test.list