Skip to content

Commit 0bf7c02

Browse files
committed
docs: correct SSL monitor minimum frequency to 1 minute (SIM-283)
SSL monitors do not offer sub-minute frequencies; the floor is 1 minute, not 10 seconds.
1 parent 4f2b518 commit 0bf7c02

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

constructs/ssl-monitor.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ new SslMonitor("my-ssl-monitor", {
364364
})
365365
```
366366

367-
**Available frequencies**: `EVERY_10S`, `EVERY_20S`, `EVERY_30S`, `EVERY_1M`, `EVERY_2M`, `EVERY_5M`, `EVERY_10M`, `EVERY_15M`, `EVERY_30M`, `EVERY_1H`, `EVERY_2H`, `EVERY_3H`, `EVERY_6H`, `EVERY_12H`, `EVERY_24H`
367+
**Available frequencies**: `EVERY_1M`, `EVERY_2M`, `EVERY_5M`, `EVERY_10M`, `EVERY_15M`, `EVERY_30M`, `EVERY_1H`, `EVERY_2H`, `EVERY_3H`, `EVERY_6H`, `EVERY_12H`, `EVERY_24H`. SSL monitors do not support sub-minute frequencies (`EVERY_10S` / `EVERY_20S` / `EVERY_30S`).
368368
</ResponseField>
369369

370370
<ResponseField name="locations" type="string[]" default="[]">

detect/uptime-monitoring/ssl-monitors/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Set performance thresholds based on the TLS handshake duration:
9797

9898
### Frequency
9999

100-
Set how often the monitor runs (every 10 seconds to 24 hours).
100+
Set how often the monitor runs. SSL monitors run at most **once per minute** (every 1 minute to 24 hours) — sub-minute frequencies aren't available, since certificate state changes slowly.
101101

102102
### Scheduling & Locations
103103

0 commit comments

Comments
 (0)