An uptime monitor built in SolidJS. Batteries Included
Default dashboard credentials:
- Username:
admin
- Password:
admin
You can access the dashboard at/dash
.
Change the default credentials immediately
Supported Methods:
- HTTP(s)
- Host Ping
- TCP
- Server-Side Agent
- Push to URL
- MongoDB
First copy config.yaml.example
to config.yaml
and modify it to your liking.
docker compose up -d # or docker-compose up -d
Install packages
npm i
Run the Monitor (dev)
node dev.js
Run the Monitor (production)
node prod.js
To specify a port for it to run on do
PORT=1234 node dev.js # or prod.js