riemann-dash/lib/riemann/dash.rb
Marc Fournier 68d9e73762 remove hard dependency on fog
Load fog only if needed, and emit a helpful message if it's missing.

This removes a ton of dependencies, which makes the default installation
easier for newcomers.
2014-06-05 00:03:26 +02:00

6 lines
168 B
Ruby

require 'rubygems'
require 'sinatra/base'
require 'riemann/dash/version'
require 'riemann/dash/browser_config'
require 'riemann/dash/config'
require 'riemann/dash/app'