An open API service indexing awesome lists of open source software.

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

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.