{% include "form.html" %}
{% if check_servers %} {% for ip in check_servers%} {% if check_servers[ip] != 0 %} {%endif%} {%endfor%}
Zabbix Server: {{ip}} seems unreachable!
{%endif%} {% if notes %} {% for note in notes %} " {% endfor %}
{{note["date"]}} {{note["msg"]}} (by {{note["name"]}})
{% endif %} {% if alerts|length > 0 %} {% for alert in alerts %} {% if alert["priority"] == '5' %} {% else %} {%endif%} {% if alert["priority"] == '1' %} {% elif alert["priority"] == '2' %} {% elif alert["priority"] == '3' %} {% elif alert["priority"] == '4' %} {% elif alert["priority"] == '5' %} {% endif %} {%endfor%} {%else%}
{%endif%}
{{alert["hostgroup"]}} {{alert["host"]}} {{alert["description"]}} 1234 {{alert["since"]}}