{% from "_log_entry.html" import log_entry %} {%- if many %} {%- set ok_count = results|selectattr('ok')|list|length -%} {%- set fail_count = results|length - ok_count -%} {%- if fail_count %} {%- set summary = '' ~ fail_count ~ ' fail ' ~ ok_count ~ ' ok' -%} {%- else %} {%- set summary = '' ~ ok_count ~ ' probed' -%} {%- endif %} {% call log_entry("Probe", timestamp, summary) %}
| guid | status | details |
|---|---|---|
| {{ r.guid }} | {% if r.ok %}ok{% else %}fail{% endif %} | {{ r.message }} |
{{ result.message }}
{% endcall %} {%- endif %}