Recipes / Uptime Check
🟢

Uptime Check

Check if a page loads successfully and measure response time.

monitor by bix
▶ Use this recipe Sign up free

Perfect for

Configuration

URL required
url
Timeout (ms) default: 30000
number

Output

status

'up' or 'down'

string
response_time_ms
number
status_code
number

How to use

1.

Click "Use this recipe" above (or run via CLI/API)

2.

Fill in the required fields (just a url)

3.

Run now for instant results, or schedule it to run automatically

CLI

$ bix recipes run uptime-check --url https://example.com

Related recipes