Below is an example of making an HTTP request to Inmopublic Healthchecks from Ruby.
require 'net/http' require 'uri' Net::HTTP.get(URI.parse('http://10.2.0.2:8000/ping/your-uuid-here'))