{% extends "base.html" %} {% block title %}Result summary{% endblock %} {% block body %}
| count | id | type | message |
|---|---|---|---|
| {{ event.count }} | {{ event.numeric_code }} | {{ event.category }} | {{ event.message }} |
| 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 %} |