You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/heartbeat_check.md
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17,18 +17,19 @@ description: |-
17
17
18
18
### Required
19
19
20
-
-`monitored_resource` (Block List, Min: 1, Max: 1) Monitored resource configuration block. The describes server under test (see [below for nested schema](#nestedblock--monitored_resource))
21
20
-`name` (String) Name of the check
22
21
-`period` (Number) Number of seconds since the last ping before the check is considered down.
23
22
24
23
### Optional
25
24
26
25
-`contact_groups` (Set of String) List of contact group IDs
26
+
-`monitored_resource` (Block List, Max: 1) Monitored resource configuration block. This describes the server under test (see [below for nested schema](#nestedblock--monitored_resource))
27
27
-`paused` (Boolean) Whether the check should be run
28
28
-`tags` (Set of String) List of tags
29
29
30
30
### Read-Only
31
31
32
+
-`check_url` (String) URL of the heartbeat check
32
33
-`id` (String) The ID of this resource.
33
34
34
35
<aid="nestedblock--monitored_resource"></a>
@@ -38,10 +39,6 @@ Optional:
38
39
39
40
-`host` (String) Name of the hosting provider
40
41
41
-
Read-Only:
42
-
43
-
-`address` (String) URL of the heartbeat check
44
-
45
42
## Import
46
43
47
44
Heartbeat checks can be imported using the check `id`, e.g.
-`alert_config` (Block List, Min: 1, Max: 1) Alert configuration block. Omitting this block disabled all alerts (see [below for nested schema](#nestedblock--alert_config))
45
45
-`check_interval` (Number) Number of seconds between checks
46
-
-`monitored_resource` (Block List, Min: 1, Max: 1) Monitored resource configuration block. The describes server under test (see [below for nested schema](#nestedblock--monitored_resource))
46
+
-`monitored_resource` (Block List, Min: 1, Max: 1) Monitored resource configuration block. This describes the server under test (see [below for nested schema](#nestedblock--monitored_resource))
-`alert_config` (Block List, Min: 1, Max: 1) Alert configuration block (see [below for nested schema](#nestedblock--alert_config))
49
49
-`check_interval` (Number) Number of seconds between checks
50
-
-`monitored_resource` (Block List, Min: 1, Max: 1) Monitored resource configuration block. The describes server under test (see [below for nested schema](#nestedblock--monitored_resource))
50
+
-`monitored_resource` (Block List, Min: 1, Max: 1) Monitored resource configuration block. This describes the server under test (see [below for nested schema](#nestedblock--monitored_resource))
-`check_interval` (Number) Number of seconds between checks
81
-
-`monitored_resource` (Block List, Min: 1, Max: 1) Monitored resource configuration block. The describes server under test (see [below for nested schema](#nestedblock--monitored_resource))
81
+
-`monitored_resource` (Block List, Min: 1, Max: 1) Monitored resource configuration block. This describes the server under test (see [below for nested schema](#nestedblock--monitored_resource))
0 commit comments