From 31ca64bb28cb66f0b41661afe66b6811254ef09e Mon Sep 17 00:00:00 2001 From: Ivan Schwarz Date: Fri, 14 Jun 2019 15:55:36 +0200 Subject: Add enable_ssl_alert feature for uptime tests --- website/docs/r/test.html.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'website/docs/r/test.html.markdown') diff --git a/website/docs/r/test.html.markdown b/website/docs/r/test.html.markdown index 6c65f10..f5cc5e0 100644 --- a/website/docs/r/test.html.markdown +++ b/website/docs/r/test.html.markdown @@ -29,8 +29,8 @@ The following arguments are supported: * `website_name` - (Required) This is the name of the test and the website to be monitored. * `website_url` - (Required) The URL of the website to be monitored * `check_rate` - (Optional) Test check rate in seconds. Defaults to 300 -* `contact_id` - **Deprecated** (Optional) The id of the contact group to be added to the test. Each test can have only one. -* `contact_group` - (Optional) Set test contact groups, must be array of strings. +* `contact_id` - **Deprecated** (Optional) The id of the contact group to be added to the test. Each test can have only one. +* `contact_group` - (Optional) Set test contact groups, must be array of strings. * `test_type` - (Required) The type of Test. Either HTTP, TCP, PING, or DNS * `paused` - (Optional) Whether or not the test is paused. Defaults to false. * `timeout` - (Optional) The timeout of the test in seconds. @@ -56,6 +56,7 @@ The following arguments are supported: * `use_jar` - (Optional) Set to true to enable the Cookie Jar. Required for some redirects. Default is false. * `post_raw` - (Optional) Use to populate the RAW POST data field on the test. * `final_endpoint` - (Optional) Use to specify the expected Final URL in the testing process. +* `enable_ssl_alert` - (Optional) HTTP Tests only. If enabled, tests will send warnings if the SSL certificate is about to expire. Paid users only. Default is false * `follow_redirect` - (Optional) Use to specify whether redirects should be followed, set to true to enable. Default is false. ## Attributes Reference -- cgit v1.2.3