Gatus
Automated service health monitoring — monitors your services and displays their status on a clean dashboard.
| Image | twinproduction/gatus:latest |
| Web UI | http://your-server:3001 |
| Config path | {BASE_DIR}/gatus/config, {BASE_DIR}/gatus/data |
| Website | gatus.io |
| Source code | GitHub |
Resource Impact
| Performance | Low — Health checks |
| Storage | Low — Tiny footprint |
Installation
sh
mithrandir install gatusAuto-Configuration
When installed via the setup wizard, Gatus is automatically configured with health checks for all your installed services.
Discord Alerts
Gatus can send alerts to a Discord channel when a service goes down or recovers. During the setup wizard you'll be prompted for a Discord webhook URL. To skip the prompt, set GATUS_DISCORD_WEBHOOK_URL in your .env file before running setup:
ini
GATUS_DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/...To create a webhook, go to Discord → Server Settings → Integrations → Webhooks.
Setup
No additional setup required.