class FSSM::Monitor

def initialize(options={})

def initialize(options={})
  @options = options
  @backend = FSSM::Backends::Default.new
end