Advertisement
Hanynowsky

Untitled

Dec 4th, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (streams
  2.   (let [pd (pagerduty "6548bec940214cfa9905a1d017925b93")]
  3.     (by [:host :service]
  4.         (changed-state
  5.           (where (state "ok") (:resolve pd))
  6.           (where (state "critical") (stable (* 15 60) :state (:trigger pd)))))))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement