Sha256: 1e1eb57341984aeab57397f9fed2e4b366336b9d49acc02d5a36dde5410f2f13
Contents?: true
Size: 537 Bytes
Versions: 5
Compression:
Stored size: 537 Bytes
Contents
# Example Rack handler. # To run riemann-dash in a Rack-compatible web server such as nginx/apache # with phusion passenger, you can use this rackup app. Refer to your Ruby # application server's documentation to find out how to configure it to load # this file. # Uncomment the following line if you installed riemann-dash outside of ruby's # load path (ruby -e 'puts $LOAD_PATH' to check). #$LOAD_PATH.unshift('/path/to/riemann-dash/lib') require 'riemann/dash' Riemann::Dash::App.load '/path/to/config.rb' run Riemann::Dash::App
Version data entries
5 entries across 5 versions & 1 rubygems