On Sun, Sep 06, 2015 at 11:48:59AM -0700, Hal Murray wrote: > [email protected] said: > > Or have they already gone, and ntpd is just stuck because it does not > > periodically repeat name resolution? > > Is there any way to verify that an address is/isn't still in the pool?
curl http://www.pool.ntp.org/scores/$address 2> /dev/null | \ awk '/^Current score/ { exit $3 < 10.0 } END { exit 2 }' But I don't think it would be a good idea to implement this in NTP clients :). -- Miroslav Lichvar _______________________________________________ pool mailing list [email protected] http://lists.ntp.org/listinfo/pool
