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