mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-21 23:43:27 +01:00
9 lines
245 B
YAML
9 lines
245 B
YAML
endpoints:
|
|
- name: make-sure-html-rendering-works
|
|
group: frontend
|
|
url: "https://example.org"
|
|
interval: 5m
|
|
conditions:
|
|
- "[STATUS] == 200"
|
|
- "[BODY] == pat(*<h1>Example Domain</h1>*)" # Check for header in HTML page
|