_index on NTP Pool Development https://dev.ntppool.org/ Recent content in _index on NTP Pool Development Hugo -- gohugo.io en Sat, 09 Apr 2016 18:57:10 -0700 Network debugging https://dev.ntppool.org/monitoring/network-debugging/ Wed, 10 Jul 2019 00:32:39 -0700 https://dev.ntppool.org/monitoring/network-debugging/ Ping & traceroute If you suspect a network problem between the monitoring system and your server, it’s helpful to have a traceroute from your NTP server to the monitoring system. You can traceroute to the monitoring network using 139.178.64.42 and 2604:1380:2:6000::15. You can ping or traceroute from the monitoring network using HTTP, with: curl http://trace.ntppool.org/traceroute/8.8.8.8 curl http://trace.ntppool.org/ping/8.8.8.8 User interface files https://dev.ntppool.org/ui/ Sat, 27 Feb 2016 22:42:19 -0800 https://dev.ntppool.org/ui/ There is information for translators on the website. If you are looking to translate to a new language or update a translation, look there first. HTML Templates We use template toolkit to template the server generated html. For the www site the templates are in docs/ntppool, the manage site files are in docs/manage and files used across both are in docs/shared. Under any of these paths there’s a tpl/ directory for “internal resources” (files that are included from user visible files). Installation instructions https://dev.ntppool.org/install/ Sat, 27 Feb 2016 22:39:17 -0800 https://dev.ntppool.org/install/ Clone the repository git clone --recursive https://github.com/abh/ntppool.git cd ntppool Development under Docker If you have Docker installed you can run a container with most of the dependencies already ready with cp ntppool.env.sample ntppool.env Edit hostnames and database config in the new file and the run ./docker/app To start both the http server and other services, run docker-compose up The docker container will “export” the web application to port 8299 on the docker host. development server https://dev.ntppool.org/development-server/ Sat, 27 Feb 2016 22:30:26 -0800 https://dev.ntppool.org/development-server/ Foo bar.