Enable health checks
Open your app from the Apps list and go to the Monitoring tab. You’ll see the Health Check card in the monitoring grid. Click on it to configure:| Setting | Description |
|---|---|
| Endpoint | The path Nixopus hits to check health (e.g., /health) |
| Method | HTTP method — GET, POST, or HEAD |
| Interval | How often the check runs (in seconds) |
| Timeout | Max wait time before marking as failed |
| Enabled | Toggle the health check on or off |
Viewing results
The Monitoring tab shows a health check chart with response times and status over time:- Green — App responded with a 2xx status within the timeout.
- Red — App failed to respond or returned a non-2xx status.
Automatic alerts
When a health check fails, Nixopus triggers notifications through your configured channels (email, Slack, Discord). See notifications to set up alerting.Health checks run from the Nixopus control plane, not from within your container. This means they verify external accessibility, not just process liveness.