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: site/content/docs/terraform-provider/checks-groups.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,6 +169,34 @@ For example, a Multistep check can look as follows:
169
169
}
170
170
```
171
171
172
+
### Url Monitors
173
+
174
+
URL monitors check the availability and response time of HTTP(S) endpoints. They are ideal for simple uptime checks and ensure that your endpoints return expected status codes within the configured thresholds.
175
+
176
+
Below is a sample configuration for a URL monitor using Terraform:
0 commit comments