docs/node-mixin/alerts: add max error condition to alert about desynchronized clock
Signed-off-by: paulfantom <pawel@krupa.net.pl>
This commit is contained in:
parent
306a365377
commit
f81747e608
|
@ -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…
Reference in New Issue