Skip to content
Snippets Groups Projects
Unverified Commit e7d1ada7 authored by Frederic Branczyk's avatar Frederic Branczyk Committed by GitHub
Browse files

Merge pull request #141 from dominikhahn/master

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