Below is an example of making an HTTP request to Cron Monitor from Ruby.
require 'net/http' require 'uri' Net::HTTP.get(URI.parse('https://cron-monitor.heydo-dev.hibyte.ro/ping/your-uuid-here'))