You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
function checkChronySynchronised {
if [ $(chronyc sources | grep \* | wc -l) -eq 0 ]
then
printError "chronyd has no synchronised time source"
remedialAction "wait for chrony to synchronise and check with 'chronyc sources list'"
else
printOK "chronyd is synchronised with a time server"
fi
}
The text was updated successfully, but these errors were encountered:
https://github.com/boogiespook/sat6_healthCheck/blob/master/sat6_healthCheck.sh#L328-L337
The text was updated successfully, but these errors were encountered: