{% load static %} {% load bleach_tags %} /-\ infra status page

/-\ infrastructure

important links

internal services

{% for service in services %}
{% if service.image_url %} image for {{ service.short_name }} {% endif %}

{{ service.short_name }}

{% if service.description %}

{{ service.description }}

{% endif %}
STATUS: {{ service.status }}
{% endfor %}

machines

VPS STATS — {{ vps_stats|safe }}
{% for machine in machines %}
{% if machine.image_url %} image for {{ machine.short_name }} {% endif %}

{{ machine.short_name }}

{% if machine.description %}

{{ machine.description }}

{% endif %}
STATUS: {{ machine.status }}
{% endfor %}

logs firehose