From 5cc471cf3df8492c5972104ec7efabdb9b4b0e57 Mon Sep 17 00:00:00 2001 From: ceee Date: Sun, 8 Sep 2013 22:55:09 +0200 Subject: [PATCH] update website --- UptimeSharp.Website/index.html | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/UptimeSharp.Website/index.html b/UptimeSharp.Website/index.html index 0f36428..1e50750 100644 --- a/UptimeSharp.Website/index.html +++ b/UptimeSharp.Website/index.html @@ -85,6 +85,32 @@ localhost | Ping
UptimeClient(string apiKey)

Get your API Key UptimeRobot (left section under "API Information")

+

Monitor Types

+ +

HTTP Monitoring

+

Simple HTTP monitor which requests the webpage every 5 minutes and checks for HTTP Status 200 OK.

+

Keyword Monitoring

+

The keyword monitor is sniffing the page content if a specified keyword exists/not exists.

+

The keyword is submitted via the keywordValue parameter. The keywordType parameter specifies if the value should exist or not exist.

+

Ping Monitoring

+

This type lets you monitor a server by pinging it.

+

Port Monitoring

+

If you want to monitor a port, you need to specify a subType which is a common port a custom one:

+ +

Release History