cron job output monitor — showing {{ jobs | length }} result(s)
| # | 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") }} |
{% if job.stdout %}
show stdout{{ job.stdout }}
|
{% if job.stderr %}
show stderr{{ job.stderr }}
|
No job results yet — run sioncronaich-run to capture your first job. |
||||||||