Skip to main content

Keyword Monitor

The Keyword monitor checks that an HTTP response body contains (or does not contain) a specific string.

How It Works

  1. Sends an HTTP request to the target URL
  2. Reads the response body (up to 1 MB)
  3. Checks if the expected keyword is present
  4. Marks as DOWN if the keyword is missing

Configuration

Same as HTTP monitor, plus:

OptionDescription
Expected stringText that must appear in the response body

Example

Monitor that https://api.example.com/health returns "healthy":