Skip to content

Instantly share code, notes, and snippets.

@dch
Created April 24, 2013 08:31
Show Gist options
  • Save dch/5450597 to your computer and use it in GitHub Desktop.
Save dch/5450597 to your computer and use it in GitHub Desktop.
; Clock skew detection
(clock-skew
(by :host
(throttle 1 1
(with :service "clock skew"
(where metric
(splitp < (abs metric)
10 (with :state "critical" index graph)
2 (with :state "warning" index graph)
(with :state "ok" index graph)))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment