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")
+Simple HTTP monitor which requests the webpage every 5 minutes and checks for HTTP Status 200 OK.
+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.
+This type lets you monitor a server by pinging it.
+If you want to monitor a port, you need to specify a subType which is a common port a custom one:
+uri: The URI or IP to watch
type: The type of the monitor (see # Monitor Types)
+type: The type of the monitor
subtype: The subtype of the monitor (only for Type.Port) (see # Monitor Types)
+subtype: The subtype of the monitor (only for Type.Port)
port: The port (only for Subtype.Custom)