Ruby

Below is an example of making a HTTP request to Monitoring from Ruby.

require 'net/http'
require 'uri'

Net::HTTP.get(URI.parse('http://94.130.246.168/ping/your-uuid-here'))