From 8fd0cbd18c2cfb6e6e2e09e0445d80542adeb6d0 Mon Sep 17 00:00:00 2001 From: Chris Sanders Date: Wed, 25 Sep 2024 15:24:41 -0500 Subject: [PATCH] Update host/default.yaml Remove the UTC check that literally doesn't matter. --- host/default.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/host/default.yaml b/host/default.yaml index 6f0a8c2..217d619 100644 --- a/host/default.yaml +++ b/host/default.yaml @@ -540,12 +540,6 @@ spec: - pass: when: "ntp == synchronized+active" message: "System clock is synchronized" - - warn: - when: "timezone != UTC" - message: "Non UTC timezone can interfere with system function" - - pass: - when: "timezone == UTC" - message: "Timezone is set to UTC" - diskUsage: checkName: "root" collectorName: "root"