Skip to content
Snippets Groups Projects
Commit 552b341b authored by Hahn, Dominik's avatar Hahn, Dominik
Browse files

Increase ntp clockskewdetected accuracy to 5ms

parent a5ba4c51
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@
message: 'Clock skew detected on node-exporter {{ $labels.namespace }}/{{ $labels.pod }}. Ensure NTP is configured correctly on this host.',
},
expr: |||
abs(node_timex_offset_seconds{%(nodeExporterSelector)s}) > 0.03
abs(node_timex_offset_seconds{%(nodeExporterSelector)s}) > 0.05
||| % $._config,
'for': '2m',
labels: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment