# # Run a HTTP test. # # # Return value # TRUE: The host is up # # FALSE: The host is not up # def http_test( params ) # # Get the URL to fetch. # host = params['target_host'] puts "HTTP FAILED - TODO - IMPLEMENT" return false end