The Checkly Agent is a container that you deploy to run a Private Location in Checkly. The agent needs to be deployed on your infrastructure and executes checks on behalf of the Checkly application.
This agent is optimised to exclusively run uptime monitors. Synthetic checks (Browser, Multistep, API) will not run on this agent. For these checks, please use checkly/agent.
| Agent | Image | BROWSER | MULTISTEP | API | TCP | URL | DNS | ICMP |
|---|---|---|---|---|---|---|---|---|
| checkly/agent-uptime | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | |
| checkly/agent-dev | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
| checkly/agent | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
To run:
docker run -e API_KEY="pl_...." -d checkly/agent-uptime:latest
For more installation and usage details, see the getting started guide.
Content type
Image
Digest
sha256:535d818ed…
Size
84.1 MB
Last updated
1 day ago
docker pull checkly/agent-uptime