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