better-stack-incidents
SolidBetter Stack incidents: incident records raised by uptime monitors or reported manually, and the triage, acknowledgment, and resolution lifecycle.
DevOps & Infrastructure 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 Incidents
## Overview
Incidents in Better Stack are triggered automatically when uptime monitors detect downtime, or created manually for ad-hoc issues. Each incident tracks the timeline from detection through acknowledgment to resolution, with associated monitors, status page updates, and on-call notifications.
## Key Concepts
### Incident Lifecycle
1. **Triggered** - Monitor detects downtime and creates an incident
2. **Acknowledged** - On-call responder acknowledges the incident
3. **Resolved** - The issue is fixed and the incident is closed
4. **Auto-resolved** - Monitor detects recovery and automatically resolves
### Incident Attributes
- **Started at** - When the incident was first detected
- **Acknowledged at** - When a responder acknowledged
- **Resolved at** - When the incident was resolved
- **Cause** - The monitor or manual source that triggered it
- **Call** - Whether a phone call alert was triggered
- **SMS** - Whether an SMS alert was sent
- **Email** - Whether an email alert was sent
### Incident Severity
Better Stack does not enforce severity levels on incidents directly -- severity is determined by the monitor's configuration and escalation policy. However, incidents from monitors with shorter check intervals and immediate escalation are implicitly higher priority.
## API Patterns
### List Incidents
```
betterstack_list_incidents
```
Parameters:
- `page` - Pagination cursor
- `per_page` - Results per page
- `from` - Start date filt...
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-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 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 AI & Automation Solid
better-stack-status-pages
Better Stack status pages: status page configuration, resources and components, maintenance windows, and public service-status communication.
36 Updated today
wyre-technology