Below is an example of making an HTTP request to GPT-Experte Monitor from Ruby.
require 'net/http' require 'uri' Net::HTTP.get(URI.parse('https://monitor.gpt-experte.de/ping/your-uuid-here'))