Ruby

Below is an example of making an HTTP request to Surplus Scraper Cron Monitor from Ruby.

require 'net/http'
require 'uri'

Net::HTTP.get(URI.parse('https://157-245-12-224.sslip.io/ping/your-uuid-here'))