From a6230144fdc7e594cd01b83fbb10ecba82221018 Mon Sep 17 00:00:00 2001 From: Moritz Tanzer Date: Tue, 25 Jul 2023 14:09:37 +0200 Subject: [PATCH] update rules.yml --- _data/rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/rules.yml b/_data/rules.yml index 189013e..f6df4fc 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -317,7 +317,7 @@ groups: description: 'Clock skew detected. Clock is out of sync. Ensure NTP is configured correctly on this host.' query: '((node_timex_offset_seconds > 0.05 and deriv(node_timex_offset_seconds[5m]) >= 0) or (node_timex_offset_seconds < -0.05 and deriv(node_timex_offset_seconds[5m]) <= 0)) * on(instance) group_left (nodename) node_uname_info{nodename=~".+"}' severity: warning - for: 2m + for: 10m - name: Host clock not synchronising description: 'Clock not synchronising. Ensure NTP is configured on this host.' query: '(min_over_time(node_timex_sync_status[1m]) == 0 and node_timex_maxerror_seconds >= 16) * on(instance) group_left (nodename) node_uname_info{nodename=~".+"}'