Skip to content

Monitoring console for Pulse and Probe checks

Guest Tenant

Monitoring dashboard

Work on Pulse and Probe checks, inspect incidents, and verify latest Heartbeat status from the current tenant state.

New Pulse New Probe

Active checks

1 / 5

free tier entitlement

Open incidents

0

Current unresolved incidents

Latest heartbeat

2026-06-19T07:23:26.231Z

Most recent check signal

Workspace

Guest Tenant

Current app session

Quick create

Create checks from the console or open the full create workflows.

Create Pulse

Create Probe

Shared probe targets reduce duplicate checks by reusing identical URL/policy combinations.

system status

ok

active checks

1 / 5

open incidents

0

latest heartbeat

2026-06-19T07:23:26.231Z

Checks

Monitor rows are backed by the current tenant checks.

Active checks: 1 / 5 (free tier)

MonitorTypeStateLatest statusActivity
Website heartbeatdemo-endpoint PulsePulse activeok2026-06-19T07:23:26.231Z · default-ok-2xx

Recent activity

0 open
  • resolvedWebsite heartbeat
    Initial probe check completed successfully. 2026-06-19T07:23:26.231Z

Pulse snippets

New Pulse token snippet

        
          curl -X POST https://api.niceuptime.com/v1/heartbeats/[token shown once after creation] \
  -H "Content-Type: application/json" \
  -d '{ "status": "ok", "observedAt": "..." }'
Full Pulse tokens are shown only immediately after check creation.