{% extends "base.html" %} {% block title %}Audit Log · SD RMM{% endblock %} {% block content %}
Tamper-evident record of privileged actions · {{ "{:,}".format(total) }} entries
| When (PT) | Actor | Action | Target | Detail | IP | Hash |
|---|---|---|---|---|---|---|
| {{ r.ts| pt('%Y-%m-%d %H:%M:%S') }} | {{ r.actor_email }} | {{ r.action }} | {% if r.target_type %}{{ r.target_type }}{% if r.target_id %}:{{ r.target_id[:24] }}{% endif %}{% else %}—{% endif %} | {{ r.detail or '' }} | {{ r.ip or '—' }} | {{ r.hash[:12] }}… |
No audit entries{% if q or action %} match this filter{% endif %} yet.
{% endif %}