From 8a2d689c502d03bcdfc47d315f89902aa96b51c3 Mon Sep 17 00:00:00 2001 From: Neal Probert Date: Fri, 23 Jul 2021 13:57:59 -0400 Subject: [PATCH] Added PTP and NTP checks --- bin/time-status.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 bin/time-status.sh diff --git a/bin/time-status.sh b/bin/time-status.sh new file mode 100755 index 0000000..7955c97 --- /dev/null +++ b/bin/time-status.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +echo "PTP2" +echo "====" +tail /var/log/ptpd2.stats +echo + +echo "NTP" +echo "===" +ntpq -p