Allow anyone
_uptimer.example.com. TXT "uptimer=allow-any"For Service Owners
This page shows you how to publish a DNS TXT policy that tells Uptimer whether checks are allowed for everyone, allowed only for specific tenants, or blocked completely.
allow-any, allow-only, or allow-none._uptimer.<your-domain>.allow-only when you want to permit checks only from specific tenant IDs.
Create TXT records on _uptimer.<domain> using one of the values below.
| Mode | TXT value | Behavior |
|---|---|---|
allow any |
uptimer=allow-any |
Any tenant can monitor this host. |
allow none |
uptimer=allow-none |
All monitoring attempts are denied. |
allow only |
uptimer=allow-only;tenants=<tenant-guid>,<tenant-guid> |
Only listed tenant IDs are allowed to monitor. |
_uptimer.example.com. TXT "uptimer=allow-any"_uptimer.example.com. TXT "uptimer=allow-none"_uptimer.example.com. TXT "uptimer=allow-only;tenants=11111111-1111-1111-1111-111111111111,22222222-2222-2222-2222-222222222222"
For allow-only, tenant IDs are GUIDs. Workspace admins can copy the Tenant ID from
Admin under Current Tenant Configuration.
Add global in the tenant list if you also want to allow non-tenant/global monitors.
allow-any.If a check is denied, Uptimer records the denial in check history with policy metadata for auditability.