# File monit/lib/symbiosis/monitor/runner.rb, line 125
      def report(template_fn="default")
        template_fn += ".txt.erb"
        template = File.read(File.join(@template_dir, template_fn))
        ERB.new(template,0,'%<>').result(binding)
      end