docs/node-mixin/alerts: add max error condition to alert about desynchronized clock

Signed-off-by: paulfantom <pawel@krupa.net.pl>
pull/1864/head
paulfantom 5 years ago committed by Johannes 'fish' Ziemke
parent 306a365377
commit f81747e608
  1. 2
      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: {

Loading…
Cancel
Save