Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 428 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 428 Bytes

riemann-clojure-client

A clojure client for Riemann

Usage

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\"")

License

Copyright © 2012 Kyle Kingsbury

Distributed under the Eclipse Public License, the same as Clojure.