Learn how to use DB Monitor to keep your databases running smoothly.
DB Monitor makes it easy to track the health of your databases. Here's how to get started:
DB Monitor supports three types of databases:
Connect your Supabase PostgreSQL database:
https://[PROJECT_ID].supabase.coConnect your Neon PostgreSQL database:
postgresql://user:password@host.neon.tech/dbnameConnect your Redis instance:
redis://user:password@host.redis.io:6379DB Monitor performs daily automated health checks on your databases:
Connection Status
Verifies that the database is accessible and responsive
Performance Metrics
Tracks response times and query performance
Activity Monitoring
Detects usage patterns and inactivity periods
Uptime Tracking
Maintains a history of uptime percentages and incidents
DB Monitor automatically pauses inactive databases to help reduce costs:
How It Works:
This feature is optional and can be disabled per database in settings.
Share the real-time status of your databases with your team or users:
Visit your public status page at:
https://dbmonitor.app/status/[your-username]Your status page displays:
Integrate DB Monitor with your applications using our REST API:
Base URL
https://api.dbmonitor.app/v1Get Database Status
GET /databases/:id/statusList All Databases
GET /databasesUpdate Database Settings
PATCH /databases/:id/settings