metrics: true services: - name: twinnation interval: 30s url: https://twinnation.org/health conditions: - "[STATUS] == 200" - "[BODY].status == UP" - "[RESPONSE_TIME] < 1000" - name: cat-fact interval: 1m url: "https://cat-fact.herokuapp.com/facts/random" conditions: - "[STATUS] == 200" - "[BODY].deleted == false" - "len([BODY].text) > 0"