# File lib/vendor/fssm/monitor.rb, line 2
  def initialize(options={})
    @options = options
    @backend = FSSM::Backends::Default.new
  end