Below is an example of making an HTTP request to Checks Tiers-Lieux from Ruby.
require 'net/http' require 'uri' Net::HTTP.get(URI.parse('https://checks.monitoring.tierslieux.re/ping/your-uuid-here'))