Skip to content

Instantly share code, notes, and snippets.

@diegopacheco
Created October 14, 2011 03:41
Show Gist options
  • Save diegopacheco/1286187 to your computer and use it in GitHub Desktop.
Save diegopacheco/1286187 to your computer and use it in GitHub Desktop.
DevOps JMX Web with Sinatra & Ruby
require 'rubygems'
require 'sinatra'
get '/' do
File.open('jmxweb.out').read.gsub("\n", "<br/>")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment