better-stack-status-pages
SolidBetter Stack status pages: status page configuration, resources and components, maintenance windows, and public service-status communication.
AI & Automation 36 stars
16 forks Updated today Apache-2.0
Install
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Better Stack Status Pages
## Overview
Status pages in Better Stack provide a public-facing view of your service health. They automatically reflect monitor statuses and allow manual incident and maintenance updates. MSPs use status pages to communicate service availability to clients without exposing internal monitoring details.
## Key Concepts
### Status Page Components
Status pages are composed of resources (components) that map to monitors:
- Each resource shows a status indicator (operational, degraded, downtime, maintenance)
- Resources are automatically updated based on linked monitor status
- Resources can be grouped into sections for organization
### Component Statuses
- **Operational** - Service is fully functional
- **Degraded Performance** - Service is working but with reduced performance
- **Partial Outage** - Some aspects of the service are unavailable
- **Major Outage** - Service is completely unavailable
- **Maintenance** - Service is under planned maintenance
### Maintenance Windows
Maintenance windows allow you to:
- Schedule downtime in advance
- Notify subscribers before maintenance begins
- Suppress alerts during planned work
- Auto-update status page during the maintenance period
## API Patterns
### List Status Pages
```
betterstack_list_status_pages
```
Parameters:
- `page` - Pagination cursor
**Example response:**
```json
{
"data": [
{
"id": "sp-123",
"type": "status_page",
"attributes": {
"company_name": ...
Details
- Author
- wyre-technology
- Repository
- wyre-technology/msp-claude-plugins
- Created
- 5 months ago
- Last Updated
- today
- Language
- Astro
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
DevOps & Infrastructure Solid
better-stack-incidents
Better Stack incidents: incident records raised by uptime monitors or reported manually, and the triage, acknowledgment, and resolution lifecycle.
36 Updated today
wyre-technology AI & Automation Solid
better-stack-monitors
Better Stack uptime monitors: check types, monitor fields, heartbeat monitors, monitor groups, and create/update/pause/delete operations.
36 Updated today
wyre-technology DevOps & Infrastructure Solid
better-stack-on-call
Better Stack on-call: on-call calendars and rotations, escalation and notification policies, alert routing, and determining who is currently on call.
36 Updated today
wyre-technology