This PR adjusts the steward_tech_check.py script to not fail on missing ntpd / systemd-timesyncd processes for container environments. They are using the same clock as the host system and should rely on the host to do the syncing.
Instead the result will be set to UNKNOWN and appropiate informations about the situation will be given.
This PR adjusts the
steward_tech_check.py
script to not fail on missing ntpd / systemd-timesyncd processes for container environments. They are using the same clock as the host system and should rely on the host to do the syncing.Instead the result will be set to UNKNOWN and appropiate informations about the situation will be given.
Fixes #39