*: Re-generate

This commit is contained in:
Frederic Branczyk
2019-04-24 11:44:04 +02:00
parent abd16f1b99
commit e7ddca4644
4 changed files with 207 additions and 26 deletions

View File

@@ -938,7 +938,7 @@ spec:
message: Clock skew detected on node-exporter {{ $labels.namespace }}/{{ $labels.pod
}}. Ensure NTP is configured correctly on this host.
expr: |
node_ntp_offset_seconds{job="node-exporter"} < -0.03 or node_ntp_offset_seconds{job="node-exporter"} > 0.03
abs(node_timex_offset_seconds{job="node-exporter"}) > 0.03
for: 2m
labels:
severity: warning