psiLynx

Uptime Monitoring

Track page availability around the clock. psiLynx checks your URLs at regular intervals, detects outages and content anomalies, and sends email alerts when something changes.

Overview

Uptime Monitoring runs independently from PageSpeed checks. Monitors are configured per URL within each project. One project supports up to 5 monitors.

StatusMeaning
UPURL responds with HTTP status < 400
DOWNURL is unreachable or returns an error
DEGRADEDServer returns 200 OK but page size dropped more than 50% below baseline — likely serving a stub or error page
UnknownMonitor has not completed its first check yet

DEGRADED catches cases where the server is technically responding but delivering incomplete content — useful for detecting maintenance pages or deployment issues that don't return an error code.

Status badge

The current status is visible in two places:

  • Project header — a ● UP / DOWN / DEGRADED badge next to the project name. Clicking it opens the Uptime tab. Updated on every tab switch.
  • Projects list — a badge next to each project name.

The badge is hidden when no monitors are configured or all monitors are inactive.

Uptime tab Starter+

Open a project and click the Uptime tab.

Tab header

  • Counters for UP (green) and DOWN (red) monitors
  • Slot usage indicator: X / 5 monitors

Monitor card

ElementDescription
Status dotColour indicator: green / red / yellow / grey
URLAddress of the monitored page
TagUP / DOWN / DEGRADED / Unknown
IntervalHow often checks run
BaselineReference page size in bytes — recorded on first successful check
ToggleEnable / disable the monitor without deleting it

Availability chart

Visual uptime history with a time-range switcher:

RangeGranularityData source
RecentLast 60 checks (one bar per check)Raw events
DayBy hour — 24 barsRaw events
WeekBy day — 7 barsDaily aggregates
MonthBy day — 30 barsDaily aggregates
YearBy ISO week — up to 52 barsDaily aggregates

Bar colours: green ≥ 95% uptime · yellow 80–94% · red < 80% · grey — no data.

Events table

Detailed log of individual checks:

ColumnContent
TimeDate and time of the check
StatusUP / DOWN / DEGRADED
HTTP codeServer response code
Response timeTime to response in ms
SizeResponse body size in bytes
ErrorError message if the check failed

20 events are shown by default. Click Show N more to load additional rows.

Adding a monitor

  1. On the Uptime tab click + Add monitor.
  2. Select the URL to monitor from the list of active project URLs.
  3. Set the check interval (in minutes).
  4. Set the timeout — maximum wait time per check (in seconds, default 10).
  5. Configure notifications:
    • Notify on down — email when status changes to DOWN or DEGRADED
    • Notify on recovery — email when status returns to UP
  6. Click Add.
Each URL can only have one monitor per project. The project limit is 5 monitors. The Add button is disabled when the limit is reached. The page size baseline is set automatically on the first successful check.

Managing monitors

Enable / disable

Use the toggle on the monitor card. Disabled monitors stop running checks but retain their history and settings.

Delete a monitor

Click the icon on the monitor card and confirm.

Deleting a monitor permanently removes all its event history.

Email notifications

Alerts are sent to your account email when a monitor's status changes:

EventEmail
UP → DOWN Site is Down
UP or DOWN → DEGRADED Suspicious Page Change — server responds 200 but page content shrank significantly; manual review recommended
DOWN or DEGRADED → UP Site Recovered

Each notification type is controlled independently via Notify on down and Notify on recovery in the monitor settings.

Data retention

  • Raw check events are kept for 30 days, then aggregated and removed.
  • Daily aggregates are retained for up to 1 year and power the Week / Month / Year chart ranges.

Last updated July 20, 2026