aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/node-mixin/alerts/alerts.libsonnet2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/node-mixin/alerts/alerts.libsonnet b/docs/node-mixin/alerts/alerts.libsonnet
index 6c2ee3e..a5572a0 100644
--- a/docs/node-mixin/alerts/alerts.libsonnet
+++ b/docs/node-mixin/alerts/alerts.libsonnet
@@ -207,7 +207,7 @@
207 ) 207 )
208 or 208 or
209 ( 209 (
210 node_timex_offset_seconds < 0.05 210 node_timex_offset_seconds < -0.05
211 and 211 and
212 deriv(node_timex_offset_seconds[5m]) <= 0 212 deriv(node_timex_offset_seconds[5m]) <= 0
213 ) 213 )