@@ -12,23 +12,24 @@ The following properties need to be configured for Statuscake, in addition to th
1212
1313Currently additional Statuscake configurations can be added through these fields:
1414
15- | Fields | Description |
16- | :--------------------------------------------------------:| :------------------------------------------------:|
17- | CheckRate | Set Check Rate for the monitor (default: 300) |
18- | TestType | Set Test type - HTTP, TCP, PING (default: HTTP) |
19- | Paused | Pause the service |
20- | PingURL | Webhook for alerts |
21- | FollowRedirect | Enable ingress redirects |
22- | Port | TCP Port |
23- | TriggerRate | Minutes to wait before sending an alert |
24- | ContactGroup | Contact Group to be alerted. |
25- | TestTags | Comma separated list of tags |
26- | FindString | String to look for within the response |
27- | BasicAuthUser | Required for [ basic-authenticationchecks] ( #basic-auth-checks ) |
28- | BasicAuthSecret | Allows for an alternate method of adding basic-auth to checks |
29- | Regions | Regions to execute the check from |
30- | RawPostData | Add data to change the request to a POST |
31- | UserAgent | Add a user agent string to the request |
15+ | Fields | Description |
16+ | :---------------:| :---------------------------------------------------------------:|
17+ | CheckRate | Set Check Rate for the monitor (default: 300) |
18+ | TestType | Set Test type - HTTP, TCP, PING (default: HTTP) |
19+ | Paused | Pause the service |
20+ | PingURL | Webhook for alerts |
21+ | FollowRedirect | Enable ingress redirects |
22+ | Port | TCP Port |
23+ | TriggerRate | Minutes to wait before sending an alert |
24+ | ContactGroup | Contact Group to be alerted. |
25+ | TestTags | Comma separated list of tags |
26+ | FindString | String to look for within the response |
27+ | BasicAuthUser | Required for [ basic-authenticationchecks] ( #basic-auth-checks ) |
28+ | BasicAuthSecret | Allows for an alternate method of adding basic-auth to checks |
29+ | Regions | Regions to execute the check from |
30+ | RawPostData | Add data to change the request to a POST |
31+ | UserAgent | Add a user agent string to the request |
32+ | Timeout | Timeout for the check in seconds (minimum of 1 and maximum of 75|
3233
3334
3435### Basic Auth checks
0 commit comments