{% 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 "Disk size" %} | {% translate "Disk used" %} | {% translate "Disk free" %} |
|---|---|---|
| {{ disk_usage.total|filesizeformat }} | {{ disk_usage.used|filesizeformat }} | {{ disk_usage.free|filesizeformat }} |
| {% 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 }}