Ruby

Below is an example of making an HTTP request to Dev Lyhour Cron Monitoring from Ruby.

require 'net/http'
require 'uri'

Net::HTTP.get(URI.parse('http://staging.cron.monitoring.lh.andsolutions.net/ping/your-uuid-here'))