Sha256: b857da3efb1cfedaec0f258719e5b642350b013dde18c24684601bbb7692db67
Contents?: true
Size: 574 Bytes
Versions: 36
Compression:
Stored size: 574 Bytes
Contents
#!/usr/bin/env ruby #encoding: utf-8 require 'trollop' require 'configatron' require File.expand_path('../../lib/riemann/version', __FILE__) require File.expand_path('../../lib/start', __FILE__) opts = Trollop::options do version "Riemann babbler #{Riemann::Babbler::VERSION}" banner <<-EOS Riemann-babbler is plugin manager for riemann-tools. Usage: riemann-babbler [options] where [options] are: EOS opt :config, 'Config file', :default => '/etc/riemann-babbler/config.yml' end babbler = Riemann::Babbler::Starter.new(opts, configatron) babbler.start!
Version data entries
36 entries across 36 versions & 1 rubygems