Ruby

Below is an example of making an HTTP request to crossequip-ops Monitor from Ruby.

require 'net/http'
require 'uri'

Net::HTTP.get(URI.parse('https://hc.ai-rocket.ch/ping/your-uuid-here'))