{% include "form.html" %}
{% if check_servers %} {% for ip in check_servers%} {% if not check_servers[ip] %} {% endif %} {% endfor %}

/!\ Zabbix Server: {{ ip }} unreachable /!\

{% endif %} {% if config.ZABBIX_API_LIMIT == total_alerts %}

/!\ ZABBIX_API_LIMIT is reached, you will not see all triggers /!\

{% endif %} {% if not accepted_latency %}

/!\ Zabbix Server API is taking too much time (ZABBIX_API_ACCEPTED_LATENCY : {{ config.ZABBIX_API_ACCEPTED_LATENCY }}) /!\

{% endif %} {% if not zabbix_available %}

/!\ ZABBIX API 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"]}} {% if alert["acknowledge"]["message"] %} {% endif %} {% if alert["url"] %} {% endif %} {{alert["description"]}} 1234 {{alert["since"]}}
Super is UP