It's a health-check service(written in Go) which sends request to your http services every n seconds to insure everything is fine.
Create a YAML file that contains your services properties:
services:
- name: google
request-url: https://www.google.com
period: 10
requests-count: 5
failures-count: 3
timeout: 1.5
post: false
slacks:
- https://hooks.slack.com/services/blablabla
- name: bing
request-url: https://www.bing.com
period: 20
requests-count: 4
failures-count: 5
timeout: 2
post: false
webhooks: # It's not implemented yet
- https://www.mywebsite.com/my/webhook/url
Licensed under the GNU General Public License v3.0.
Arya Hadi ([email protected])