Getting Started
Installation
Section titled “Installation”ClusterUptime can be deployed using Docker.
docker run -d -p 3000:3000 clusteruptime/clusteruptime:latestConfiguration
Section titled “Configuration”Access the dashboard at http://localhost:3000.
Creating your first monitor
Section titled “Creating your first monitor”- Click on “New Monitor”.
- Enter the URL to monitor.
- Set the interval (e.g., 30s).
- Save.
Next Steps
Section titled “Next Steps”- Explore the API Reference.