{{ url }}
had a
{{ check_type }}
that
{% if check_type == 'status_code' %} {% if check_results %}returned{% else %}did not return{% endif %} {% elif check_type == 'string_match' %} {% if check_results %}contained{% else %}did not contain{% endif %} {% else %} {% if check_results %}matched{% else %}did not match{% endif %} {% endif %}
[
{{ check_value }}
] after
{{ total_checks }}
check{% if total_checks == 1 %}{% else %}s{% endif %}
Brought to you by:
Tell Me When