{% extends "admin_base.html" %} {% block admin_content %}

Updated

MinIO (pending ciphertext)

{{ stats.minio_human }}

{{ stats.minio_objects }} object(s) · DB pending {{ stats.size_pending_human }}

{% if stats.minio_error %}

{{ stats.minio_error }}

{% endif %}

Successful unwraps

{{ stats.unwraps_success }}

DB consumed {{ stats.wraps_consumed }} · 24h {{ stats.consumed_24h }}

Burned by password

{{ stats.password_burns }}

Destroyed after too many wrong passwords

Not unwrapped

{{ stats.wraps_pending }}

{{ stats.size_pending_human }} · {{ stats.items_pending }} item(s)

Uploaded (all time)

{{ stats.wraps_total }}

{{ stats.items_total }} item(s) · {{ stats.size_total_human }}

Wraps by status

Status Count Size Items
pending {{ stats.wraps_pending }} {{ stats.size_pending_human }} {{ stats.items_pending }}
consumed {{ stats.wraps_consumed }} {{ stats.size_consumed_human }} {{ stats.items_consumed }}
expired {{ stats.wraps_expired }} {{ stats.size_expired_human }} {{ stats.items_expired }}
Total {{ stats.wraps_total }} {{ stats.size_total_human }} {{ stats.items_total }}

More

  • With password {{ stats.wraps_with_password }}
  • Created (24h) {{ stats.created_24h }}
  • Created (7d) {{ stats.created_7d }}
  • Creates ok (audit) {{ stats.audit_creates_ok }}
  • Creates fail (audit) {{ stats.audit_creates_fail }}
  • Unwrap fails (audit) {{ stats.audit_unwraps_fail }}

Unwrap fail reasons (all time)

{% if stats.unwrap_fail_reasons %} {% for row in stats.unwrap_fail_reasons %} {% endfor %} {% else %} {% endif %}
Reason Count
{{ row.reason }} {{ row.count }}
No failed unwraps yet.

Unwrap fail reasons (24h)

{% if stats.unwrap_fail_reasons_24h %} {% for row in stats.unwrap_fail_reasons_24h %} {% endfor %} {% else %} {% endif %}
Reason Count
{{ row.reason }} {{ row.count }}
No failed unwraps yet.
{% endblock %} {% block admin_scripts %} {% endblock %}