https://github.com/icewreck/uptimebot
Log downtimes (based on no response or unexpected HTTP status code) and send webhook alerts if needed.
https://github.com/icewreck/uptimebot
Last synced: 2 months ago
JSON representation
Log downtimes (based on no response or unexpected HTTP status code) and send webhook alerts if needed.
- Host: GitHub
- URL: https://github.com/icewreck/uptimebot
- Owner: IceWreck
- Created: 2022-02-17T15:57:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T13:44:49.000Z (about 3 years ago)
- Last Synced: 2025-12-27T19:21:12.586Z (6 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UptimeBot
Log downtimes (based on no response or unexpected HTTP status code) and send webhook alerts if needed.
If the HTTP response code is one of the following then UptimBot follows the HTTP request and compares the final HTTP status code with the expected one provided in the config file.
```
301 (Moved Permanently)
302 (Found)
303 (See Other)
307 (Temporary Redirect)
308 (Permanent Redirect)
```
In most cases your expected status code will be 200 (HTTP Status OK).
**Instructions:** Compile using `make build`. Edit the [config file](/config.yaml) and run as a service.
Usage:
```
-config string
Path to your config file (default "./config.yaml")
```