https://github.com/dfirebaugh/simple_http_checker
check some urls to make sure they return status code 200
https://github.com/dfirebaugh/simple_http_checker
Last synced: 11 months ago
JSON representation
check some urls to make sure they return status code 200
- Host: GitHub
- URL: https://github.com/dfirebaugh/simple_http_checker
- Owner: dfirebaugh
- Created: 2021-08-29T22:40:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-29T22:42:28.000Z (almost 5 years ago)
- Last Synced: 2025-05-18T09:37:40.627Z (about 1 year ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple HTTP Checker
Provide a yaml file for configuration. It must be named `config.yml`
> config.yml
```yml
actions:
slack:
sites:
- https://members.hackrva.org
- https://hackrva.org
- https://wiki.hackrva.org
hook: ""
```
Site will contain a list of urls that you wish to monitor. The checker will periodically make a request to the URL. If it doesn't receive an http 200, it will send a message to a slack hook.