Below is an example of making an HTTP request to Solution 42 - Healthchecks from Ruby.
require 'net/http' require 'uri' Net::HTTP.get(URI.parse('https://healthchecks.solution42.be/ping/your-uuid-here'))