{% extends "base.html" %} {% block title %}Result summary{% endblock %} {% block body %}

Forcheck results (generated on {{ gen_date }})

{% for event in event_summary %} {% endfor %}
count id type message
{{ event.count }} {{ event.numeric_code }} {{ event.category }} {{ event.message }}
I = information, E = Error, W = Warning, O = FORCHECK Error (Overflow)


Forcheck execution details
Environment variables:
$FCKDIR = {{ FCKDIR }}
$FCKCNF = {{ FCKCNF }}
$FCKPWD = {{ FCKPWD }}
{% if command %}Command used: {{ command }}

{% endif %} {% if rc %}Return status: {{ rc }} ({{ rc_message }}){% endif %}
{% endblock %}