Getting started
Concepts
- Components / services — Monitored items (e.g. "Web server", "API", "Database"). Each has a current status.
- Checks — Individual checks that contribute to a component's status (e.g. HTTP check, ping).
- Incidents — Reported issues with a title, status, and optional updates over time.
- Maintenance windows — Planned maintenance with start/end; components may show "Maintenance" during the window.
- States — Overall or per-component state: Operational, Degraded, Partial Outage, Major Outage, Maintenance.
How to get an API key
API keys are managed in the monitoring dashboard. This documentation does not create or display keys.
- Log in to the monitoring dashboard (admin or client area, depending on your access).
- Go to API Keys (or the equivalent section in the addon).
- Click Generate key (or "Create API key").
- Copy the key immediately — it is shown only once. Store it securely (e.g. environment variable or secrets manager).
- Use the key in API requests as described in Authentication.
API keys are shown only once when generated. If you lose the key, generate a new one and revoke or delete the old key.