Riemann in practice ∞
MONITORING AND RIEMANNRun riemann locally
Running a quick clone of riemann locally is great for practice.
git clone riemann
change directory to the directory where riemann is. make sure you
leininstalled.lein runConnect to riemann REPL
in another console tab run
lein repl :connect localhost:5557Loading a plugin into riemann conf
In the directory you have cloned riemann into edit
riemann.config and add just below ; vim: filetype=clojure(load-plugins)
Now start riemann again with
lein run and see that the plugin is loaded in console.Nice article about riemann describing how to run it locally and use it with its REPL.
http://tomer-ben-david.github.io/news/2014/10/29/riemann-in-practice/
Comments