Status Page Components
Components represent individual services on your status page.
Adding Components
- Edit your status page
- Click Add Component
- Select the test to link
- Enter a display name
- Add an optional description
- Save
Component Settings
| Setting | Description |
|---|---|
| Test | The Pingward test that determines this component's status |
| Display Name | Customer-facing name (e.g., "API", "Dashboard") |
| Description | Optional context (e.g., "REST API for mobile apps") |
| Display Order | Position on the status page |
Status Mapping
Component status is derived from the linked test:
| Test State | Component Status |
|---|---|
| Passing | Operational |
| Slow (assertion) | Degraded Performance |
| Intermittent failures | Partial Outage |
| Failing | Major Outage |
Manual Override
For planned maintenance, you can manually set status:
- Edit the component
- Set status to "Maintenance"
- Add a maintenance message
- Save
Remember to clear the override when maintenance completes.
Reordering Components
Drag and drop components to reorder them, or:
- Click the menu on a component
- Select Move Up or Move Down
Components at the top are seen first by visitors.
Grouping Strategies
By Service Type
Core Services
├── Web Application
├── API
└── Mobile App
Integrations
├── GitHub
├── Slack
└── Stripe
Infrastructure
├── CDN
└── DNSBy Customer Tier
Enterprise Services
├── Dedicated API
└── SSO Portal
Standard Services
├── Public API
└── DashboardBy Region
US East
├── API (us-east-1)
└── CDN (us-east)
Europe
├── API (eu-west-1)
└── CDN (eu)Best Practices
Use Clear Names
Customers don't know your internal naming:
- ❌
prod-api-v2-blue - ✅
API
Limit Component Count
Too many components overwhelm visitors:
- 3-7 components: Ideal
- 8-12 components: Use grouping
- 12+ components: Consider multiple status pages
Match Customer Mental Model
Organize components how customers think about your product:
- What services do they use directly?
- What would impact their work?
Don't Expose Internal Details
Avoid exposing infrastructure:
❌ PostgreSQL Primary Database
✅ Data Storage
❌ Redis Cache Cluster
✅ (Don't include at all - it's internal)