mirror of
https://github.com/prometheus/node_exporter
synced 2025-04-11 04:01:52 +00:00
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',
|
alert: 'NodeClockNotSynchronising',
|
||||||
expr: |||
|
expr: |||
|
||||||
min_over_time(node_timex_sync_status[5m]) == 0
|
min_over_time(node_timex_sync_status[5m]) == 0
|
||||||
|
and
|
||||||
|
node_timex_maxerror_seconds >= 16
|
||||||
||| % $._config,
|
||| % $._config,
|
||||||
'for': '10m',
|
'for': '10m',
|
||||||
labels: {
|
labels: {
|
||||||
|
Loading…
Reference in New Issue
Block a user