better-stack-status-pages

Solid

Better 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

View on GitHub

Quality Score: 80/100

Stars 20%
52
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

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