def uris_from_status(server)
file = open("http://#{server}/server-status").read
doc = Hpricot.parse(file)
def uris_from_status(server)
file = open("http://#{server}/server-status").read
doc = Hpricot.parse(file)
:trkpts => "GPX trackpoints calls",
:web => "Web site traffic",
:other => "Other API calls"
:trkpts => "GPX trackpoints calls",
:web => "Web site traffic",
:other => "Other API calls"
puts "graph_title Active requests"
puts "graph_vlabel Number of requests"
puts "graph_category api"
puts "graph_title Active requests"
puts "graph_vlabel Number of requests"
puts "graph_category api"