An uptime monitor built in SolidJS made by Cyteon. This fork is for Windows based systems.
Full credits to Cyteon, I only changed dev.js and prod.js
Default dashboard credentials:
- Username:
admin - Password:
admin
You can access the dashboard at/dash.
Change the default credentials immediately
The Watcher runs on port 3000. http://localhost:3000
Supported Methods:
- HTTP(s)
- Host Ping
- TCP
- Server-Side Agent
- Push to URL
- MongoDB
Install packages
npm iRun the Monitor (dev)
node dev.jsRun the Monitor (production)
node prod.js