{% include 'header.twig' %}

{{T_.statdif1}}

{% for check in checks %} {% if check.ID_G != beforegroup %} {% endif %} {% set beforegroup = check.ID_G %} {# "Switch" type #} {% if check.ID_TC == 1 or check.ID_TC == 2 or check.ID_TC == 4 %} {# Ping, HttpCode, SQL DB #} {% if check.uptime != -1 %}{#Only if records exists#} {%else%} {#If not records yet#} {%endif%} {% endif %} {% if check.ID_TC == 3 %} {% endif %} {# Fin Switch #} {% endfor %}
{{T_.name}} {{T_.status_uptime}} {{T_.last_check}} {{T_.last_err}}
{{check.nameGroup}}
{{check.name}} {{check.statusText}} ({{ check.uptime}}%) {{check.dateLastChk}} - {% if check.failedLastChk == 0 %} {{T_.status_right}} {% else %} {{T_.failed}} {% endif %} Dame tiempo para recopilar estadísticas {%if check.dateLastErr is not null%} {{check.dateLastErr}} {%else%} {{T_.no_errs}} {%endif%}

Noticias sobre los servicios

{# {% if user.nick != "" %}

Añadir incidencia: (Usa Markdown)


{% endif %} #} {% for onenews in news %}

Day {{ onenews.day }}

{{ onenews.text | raw }} {% if user.nick != "" %}
{% endif %}
{% endfor %}
{% include 'footer.twig' %}