mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08: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 a new issue