[TIME-3116] skip stratum 16 items for time pools

This commit is contained in:
Michael Boelen 2017-02-18 14:28:56 +01:00
parent 83fe1c62bb
commit 2d8b06678f
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@
if [ ${SKIPTEST} -eq 0 ]; then
N=0
LogText "Test: Checking stratum 16 sources from ntpq peers list"
FIND=$(${NTPQBINARY} -p -n | ${AWKBINARY} '{ if ($3=="16") { print $1 }}')
FIND=$(${NTPQBINARY} -p -n | ${AWKBINARY} '{ if ($2!=".POOL." && $3=="16") { print $1 }}')
if [ "${FIND}" = "" ]; then
Display --indent 2 --text "- Checking high stratum ntp peers" --result "${STATUS_OK}" --color GREEN
LogText "Result: All peers are lower than stratum 16"