https://github.com/timokoenig/uptime
Simple uptime service to monitor websites
https://github.com/timokoenig/uptime
devops monitoring uptime-monitor
Last synced: 3 months ago
JSON representation
Simple uptime service to monitor websites
- Host: GitHub
- URL: https://github.com/timokoenig/uptime
- Owner: timokoenig
- License: mit
- Created: 2023-08-26T22:50:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T06:16:40.000Z (about 2 years ago)
- Last Synced: 2024-01-29T11:09:40.044Z (about 2 years ago)
- Topics: devops, monitoring, uptime-monitor
- Language: TypeScript
- Homepage:
- Size: 178 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Uptime
Simple uptime service to monitor websites. The cron runs every minute and sends an email when the requested service is not available (http status code != 200).

## Getting Started
* Create `.env` file and provide necessary values (see .env.example)
* Create `uptime-config.json` file and provice necessary values (see uptime-config.json.example)
* Run the following commands:
```sh
pnpm install
pnpm build
pnpm start
```
## License
Project is created under the [MIT License](./LICENSE)