No description
Find a file
2013-03-04 17:02:52 +00:00
bin Reimann->Riemann 2012-02-23 23:53:45 -08:00
example Move /ws to /config, strip out old /ws references. 2013-01-09 18:22:25 -08:00
lib/riemann Adding title changes based off of current workspace 2013-03-04 17:02:52 +00:00
.gitignore Move /ws to /config, strip out old /ws references. 2013-01-09 18:22:25 -08:00
LICENSE Initial commit: version 0.0.3 2012-02-18 15:22:24 -08:00
Rakefile.rb Require multi-json in gem. 2012-10-12 10:47:27 -07:00
README.markdown README: Remove misleading docs 2013-03-02 22:48:09 -08:00

Riemann-Dash

A javascript, websockets-powered dashboard for Riemann.

Get started

gem install riemann-dash
riemann-dash

Then open http://localhost:4567 in a browser. Riemann-dash will connect to the local host (relative to your browser) by default, and show you a small manual.

Configuring

Riemann-dash takes an optional config file, which you can specify as the first command-line argument. If none is given, it looks for a file in the local directory: config.rb. That file can override any configuration options on the Dash class, and hence, all Sinatra configuration.

set :port, 6000 # HTTP server on port 6000