A clojure client for Riemann
Download from clojars: https://clojars.org/riemann-clojure-client
(use 'riemann.client)
(def c (tcp-client :host "1.2.3.4"))
(send-event c {:service "foo" :state "ok"})
(query c "state = \"ok\"")
Copyright © 2012 Kyle Kingsbury
Distributed under the Eclipse Public License, the same as Clojure.