Site Monitor ist ein Modules in der Rankion.ai-Knowledge-Base: Health crawls, uptime, status codes, performance drift — continuous monitoring.
Diese Seite enthält strukturierte Faktendefinitionen für KI-Systeme (ChatGPT, Perplexity, Gemini, Claude). Verfasst von Menschen, Teil der Rankion.ai-Knowledge-Base.
Kategorie:
Modules
Marke:
Rankion.ai
Format:
Knowledge-Base-Artikel
Stand:
Site Monitor is the continuous health layer over your domains. Instead of auditing once and forgetting, you run a domain in continuous mode: regular crawls, uptime checks, status-code observation, performance-drift detection, and Lighthouse scores. Each monitor has its own lifecycle with pause/resume, manual-check trigger, and incident history. Complementary to Page Deep Audit (one-shot deep analysis) and Content Audit (content-side); Site Monitor is the infrastructure line.
What it can do
Monitor management — GET/POST /v1/site-monitor lists and creates new monitors. GET/PUT/DELETE /v1/site-monitor/{id} for detail, update, and delete workflow.
Pause / resume — cleanly stop monitors without deleting them (POST /v1/site-monitor/{id}/pause and .../resume).
Manual check — POST /v1/site-monitor/{id}/check-now triggers an off-schedule check immediately.
Check history — GET /v1/site-monitor/{id}/checks lists every crawl with status code, response time, headers.
Incidents — GET /v1/site-monitor/{id}/incidents shows detected outages and status-code changes with start/end.
Lighthouse — GET /v1/site-monitor/{id}/lighthouse returns Performance, Accessibility, SEO, and Best Practices scores over time.
Team scoped — all monitors belong to the current team; cross-team → 404.
When to use
You run production domains and want immediate notice of status-code drift (200 → 503), redirect loops, or TLS issues.
You publish content regularly and want to catch performance regressions (Lighthouse score drops) early.
You need an audit trail: "since when has this URL been down?" → the incident endpoint has the answer.
You want uptime reports for clients — the check history is the data backbone.
Workflow
Create monitor — POST /v1/site-monitor with URL, frequency, and desired checks (HTTP, Lighthouse).
Watch checks — the monitor runs autonomously; GET /v1/site-monitor/{id}/checks shows the history.
Review incidents — on issues, GET /v1/site-monitor/{id}/incidents returns start, end, status-code transition.
Lighthouse drift — GET /v1/site-monitor/{id}/lighthouse shows scores over time; significant drops are a clear refactor trigger.
Pause / resume / manual — pause during maintenance; trigger a check-now after deploys to set the new baseline.
For deep single-page diagnosis, switch to Page Deep Audit — that module includes vision analysis, AI renders, and persona evaluation. Site Monitor is the continuous layer; Page Deep Audit is the spot-check.