From f81747e608ea85ae44e76454eb63f9cb6484fb9e Mon Sep 17 00:00:00 2001 From: paulfantom Date: Wed, 23 Sep 2020 11:23:51 +0200 Subject: [PATCH] docs/node-mixin/alerts: add max error condition to alert about desynchronized clock Signed-off-by: paulfantom --- docs/node-mixin/alerts/alerts.libsonnet | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/node-mixin/alerts/alerts.libsonnet b/docs/node-mixin/alerts/alerts.libsonnet index d9dba413..a37dd726 100644 --- a/docs/node-mixin/alerts/alerts.libsonnet +++ b/docs/node-mixin/alerts/alerts.libsonnet @@ -238,6 +238,8 @@ alert: 'NodeClockNotSynchronising', expr: ||| min_over_time(node_timex_sync_status[5m]) == 0 + and + node_timex_maxerror_seconds >= 16 ||| % $._config, 'for': '10m', labels: {