Skip to content

oddtazz/riemann-clojure-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Clojure client for the Riemann monitoring system.

Resources

Stars

Watchers

Forks

Packages

No packages published