POC simple HTTP monitoring script. First build the docker images:
git clone [this-gist] monitor
cd monitor
docker build -t amirkdv/monitor .Now start the container, and all sites under sites.yaml will be pinged one
after another:
docker run -i -t amirkdv/monitor