Use Status Page Services to allow monitors and checks to trigger incidents and to be displayed on status pages. Services represent individual components or systems that you want to show uptime information for.Documentation Index
Fetch the complete documentation index at: https://checkly-422f444a-sync-playwright-reporter-changelog-v1-5-0.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Configuration
- Status Page Service
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
name | string | ✅ | - | Display name for the service on the status page |
StatusPageService Options
Display name for the service on the status page. This name appears in the status page cards and helps users identify which service component is being monitored.Usage:Use cases: User-facing service identification, infrastructure monitoring, regional service tracking, team-specific services.
Examples
Service Reusability
StatusPageService instances can be reused across multiple status pages:Integration with Checks and Monitors
Status Page Services represent logical groupings of functionality. You’ll typically have multiple checks monitoring different aspects of each service, but the service itself provides a high-level view for your status page visitors. Enable checks and monitors to trigger incidents by using thetriggerIncident property.