From 39f67a60af9e2933451d01adbb372c0a92899b66 Mon Sep 17 00:00:00 2001 From: Martin <martin.gasser@protonmail.com> Date: Thu, 19 Aug 2021 16:27:35 +0200 Subject: [PATCH] update for chrony with timedatectl --- check_timesync | 2 ++ 1 file changed, 2 insertions(+) diff --git a/check_timesync b/check_timesync index 3c22b2f..70f3870 100755 --- a/check_timesync +++ b/check_timesync @@ -14,6 +14,8 @@ # 2018-10-26 v1.0 <axel.hahn@iml.unibe.ch> # 2020-03-05 v1.1 <axel.hahn@iml.unibe.ch> switch to ph.* helper functions # 2020-05-13 v1.2 <axel.hahn@iml.unibe.ch> update pre detect output of timedatectl +# 2021-08-19 v1.3 <martin.gasser@iml.unibe.ch> update for chrony with timedatectl + # ====================================================================== . `dirname $0`/inc_pluginfunctions -- GitLab