services: - name: front-end group: core url: "https://twinnation.org/health" interval: 1m conditions: - "[STATUS] == 200" - "[BODY].status == UP" - "[RESPONSE_TIME] < 150" - name: back-end group: core url: "http://example.org/" interval: 5m conditions: - "[STATUS] == 200" - name: monitoring group: internal url: "http://example.com/" interval: 5m conditions: - "[STATUS] == 200" - name: nas group: internal url: "https://example.org/" interval: 5m conditions: - "[STATUS] == 200" - name: cat-fact url: "https://cat-fact.herokuapp.com/facts/random" interval: 5m conditions: - "[STATUS] == 200" - "[BODY].deleted == false" - "len([BODY].text) > 0"