Merge pull request #141 from dominikhahn/master

Increase ntp clockskewdetected accuracy to 5ms
This commit is contained in:
Frederic Branczyk
2019-08-05 10:31:31 +02:00
committed by GitHub

View File

@@ -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: {