Run simple HTTP GETs against a set of URL, optionally check for some text in the page.
Checks are defined in the following CSV format:Name,URI,Text Check 1,http://example.com,"Example Domain" Check 2,http://example.com,"Example Domain"where
- Name is a descriptive name for the check
- URI is the URL to check
- Text is an optional string to look for in the response
Try it out
Example checks file: checks.csv