Ruby

Below is an example of making an HTTP request to TecnoComputers HealthChecks Monitor from Ruby.

require 'net/http'
require 'uri'

Net::HTTP.get(URI.parse('https://monitor.tecnocomputers.it/ping/your-uuid-here'))