No description
Find a file
Kyle Kingsbury 2ab8426ab0 Merge pull request #9 from eggsby/master
Bugfixes, css tweaks and persistent URLs
2013-02-28 20:51:51 -08: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 pushState logic for persistent URLs 2013-03-01 04:27:07 +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 Shorten readme for JS 2013-01-16 01:32:51 -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 (hence all Sinatra configuration) as well as the Riemann client options, etc.

set :port, 6000 # HTTP server on port 6000
config[:client][:host] = 'my.ustate.server'