{% extends "base.html" %} {% load check_links humanize i18n translations %} {% block breadcrumbs %}
| {% translate "Last occurrence" %} | {% translate "Name" %} | {% translate "Message" %} | |
|---|---|---|---|
| {{ error.timestamp }} | {{ error.name }} {% configuration_error_link error.name %} |
{{ error.message }}
|
| {% translate "Name" %} | {% translate "Message" %} |
|---|---|
| {{ check.id }} {% check_link check %} | {{ check.msg }} |
| {{ name }} | {{ length|intcomma }} |
| {% translate "Scope backfill" %} |
|
| {% translate "Entries processed" %} | {{ memory_migration_status.processed|intcomma }} / {{ memory_migration_status.total|intcomma }} |
| {% translate "Duplicate candidate scan" %} |
|
| {% translate "Candidate scan cursor" %} | {{ memory_migration_status.compaction_last_memory_id|intcomma }} / {{ memory_migration_status.compaction_max_memory_id|intcomma }} |
| {% translate "Last update" %} | {% if memory_migration_status.updated %} {{ memory_migration_status.updated }} {% elif memory_migration_status.completed %} {% translate "Not needed" %} {% else %} {% translate "Not yet started" %} {% endif %} |
| {% translate "Status" %} | {% if memory_migration_status.completed %} {% translate "Completed" %} {% elif memory_migration_status.compaction_active %} {% translate "Scanning duplicate candidates" %} {% else %} {% translate "Backfilling scopes" %} {% endif %} |
|
|
|||||
| {% translate "Storage" %} | {% translate "Disk size" %} | {% translate "Disk used" %} | {% translate "Disk free" %} | ||
|---|---|---|---|---|---|
| {% translate "Server" %} | {{ disk_usage.total|filesizeformat }} | {{ disk_usage.used|filesizeformat }} | {{ disk_usage.free|filesizeformat }} | ||
| {% translate "PostgreSQL database" %} | {% if database_disk_usage %}{{ database_disk_usage.total|filesizeformat }} | {% else %}{% translate "Not available" %} | {% endif %}{{ database_size|filesizeformat }} | {% if database_disk_usage %}{{ database_disk_usage.free|filesizeformat }} | {% else %}{% translate "Not available" %} | {% endif %}
| {% translate "Web server" %} | {% translate "Celery worker" %} | |
|---|---|---|
| {% translate "Filenames encoding" %} | {{ web_encoding.0 }} | {% if celery_encoding %} {{ celery_encoding.0 }} {% else %} {% translate "Unknown encoding" %} {% endif %} |
| {% translate "Content encoding" %} | {{ web_encoding.1 }} | {% if celery_encoding %} {{ celery_encoding.1 }} {% else %} {% translate "Unknown encoding" %} {% endif %} |
| {% translate "Database latency" %} | {{ database_latency }} ms |
| {% translate "Cache latency" %} | {{ cache_latency }} ms |
| {% translate "Celery latency" %} | {% if celery_latency %} {{ celery_latency }} ms {% else %} {% translate "Not yet measured" %} {% endif %} |
| {% translate "Observed value" %} | {% translate "Configured value" %} | |
|---|---|---|
| {% translate "Client IP address" %} |
{{ request.META.REMOTE_ADDR }}
|
|
| {% translate "HTTP host" %} |
{{ request.get_host }}
|
{{ site_domain }}
|
| {% translate "HTTP protocol" %} |
{% if request.is_secure %}
https
{% else %}
http
{% endif %}
|
{% if enable_https %}
https
{% else %}
http
{% endif %}
|
{{ name }}: {{ value }}