cron job output monitor — showing {{ jobs | length }} result(s)

{% if jobs %} {% for job in jobs %} {% endfor %} {% else %} {% endif %}
# Job Host Status Command Duration Started (UTC) stdout stderr
{{ job.id }} {{ job.job_name }} {{ job.hostname }} {% if job.succeeded %} OK (0) {% else %} ERR ({{ job.exit_code }}) {% endif %} {{ job.command }} {{ "%.3f"|format(job.duration_seconds) }}s {{ job.started_at.strftime("%Y-%m-%d %H:%M:%S") }}
show stdout

          
show stderr

          
No job results yet — run sioncronaich to capture your first job.