Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 802 Bytes

File metadata and controls

22 lines (16 loc) · 802 Bytes

Checkly Uptime Monitoring Demo

This example project shows how you can use the Checkly CLI in a monitoring as code (MaC) workflow to perform uptime monitoring.

Installation

  1. clone this repository
  2. run npm install
  3. Log in to your Checkly account wiht npx checkly login
  4. do a test run with npx checkly test (only the TCP monitor and URL pinger will run, since the heartbeat monitor can't really run ad hoc)
  5. preview a deploy to your account with npx checkly deploy -p

you should see an output like:

Create:
    HeartbeatMonitor: heartbeat-newsletter-2
    TcpMonitor: hello-tcp-2
    UrlMonitor: url-pinger-3

For more information, check the reference documentation on Uptime Monitoring.