diff options
-rw-r--r-- | website/docs/r/test.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/docs/r/test.html.markdown b/website/docs/r/test.html.markdown index 0a1df9f..42c13fe 100644 --- a/website/docs/r/test.html.markdown +++ b/website/docs/r/test.html.markdown | |||
@@ -30,7 +30,7 @@ The following arguments are supported: | |||
30 | * `website_url` - (Required) The URL of the website to be monitored | 30 | * `website_url` - (Required) The URL of the website to be monitored |
31 | * `check_rate` - (Optional) Test check rate in seconds. Defaults to 300 | 31 | * `check_rate` - (Optional) Test check rate in seconds. Defaults to 300 |
32 | * `contact_id` - (Optional) The id of the contact group to be add to the test. Each test can have only one. | 32 | * `contact_id` - (Optional) The id of the contact group to be add to the test. Each test can have only one. |
33 | * `test_type` - (Required) The type of Test. Either HTTP or TCP | 33 | * `test_type` - (Required) The type of Test. Either HTTP, TCP, PING, or DNS |
34 | * `paused` - (Optional) Whether or not the test is paused. Defaults to false. | 34 | * `paused` - (Optional) Whether or not the test is paused. Defaults to false. |
35 | * `timeout` - (Optional) The timeout of the test in seconds. | 35 | * `timeout` - (Optional) The timeout of the test in seconds. |
36 | * `confirmations` - (Optional) The number of confirmation servers to use in order to detect downtime. Defaults to 0. | 36 | * `confirmations` - (Optional) The number of confirmation servers to use in order to detect downtime. Defaults to 0. |