Below is an example of making a HTTP request to Monitoring from C#.
using (var client = new System.Net.WebClient()) { client.DownloadString("http://94.130.246.168/ping/your-uuid-here"); }