Added PTP and NTP checks
This commit is contained in:
10
bin/time-status.sh
Executable file
10
bin/time-status.sh
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
echo "PTP2"
|
||||||
|
echo "===="
|
||||||
|
tail /var/log/ptpd2.stats
|
||||||
|
echo
|
||||||
|
|
||||||
|
echo "NTP"
|
||||||
|
echo "==="
|
||||||
|
ntpq -p
|
||||||
Reference in New Issue
Block a user