mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
Fix sign error in NodeClockSkewDetected
Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
parent
7f5a0ea5f6
commit
8b00b22904
|
@ -207,7 +207,7 @@
|
|||
)
|
||||
or
|
||||
(
|
||||
node_timex_offset_seconds < 0.05
|
||||
node_timex_offset_seconds < -0.05
|
||||
and
|
||||
deriv(node_timex_offset_seconds[5m]) <= 0
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue