{% extends "base.html" %} {% block title %}{{ agent.hostname }} · {{ org.name }}{% endblock %} {% block content %}
{{ agent.os }} {{ agent.os_version or '' }} · agent v{{ agent.agent_version or '?' }} · enrolled {{ agent.enrolled_at| pt('%Y-%m-%d') }}
| PID | Process | CPU% | Mem% |
|---|---|---|---|
| waiting for live samples… | |||
| Type | Status | Exit | When (PT) | Output |
|---|---|---|---|---|
| {{ c.ctype }} | {{ c.status }} | {{ c.exit_code if c.exit_code is not none else '' }} | {{ c.created_at| pt('%m-%d %H:%M:%S') }} | {% if c.result %}view{{ c.result }} |
Refresh the page to see results land. Destructive/EDR/remote actions live on the Security tab, behind an approval gate.
{% else %}No commands run yet — pick one above and hit Run.
{% endif %}