Automated HTTP (microservices) supervisor
First you need to install Epazote:
cargo install epazote
Or download the latest release from the releases
services:
my_app:
url: http://0.0.0.0:8080
every: 1m
expect:
status: 200
if_not:
cmd: systemctl restart app
epazote -c epazote.yml
default configuration file is
epazote.yml