{% if action == "checker" %} {% set column_for_sort = 3 %} {% else %} {% set column_for_sort = 4 %} {% endif %}
{{lang.words.level|title()}} | {% if action == 'smon' %}{{lang.words.check|title()}} | {% else %}{{lang.words.host|title()}} | {% endif %} {% if action != "checker" %}{{lang.words.port|title()}} | {% endif %}{{lang.words.alert|title()}} | {{lang.words.date|title()}} | {{lang.words.time|title()}} |
---|---|---|---|---|---|---|
{% if t.1 == 'info' %} {% set color = '#5ad05a' %} {% elif t.1 == 'warning' %} {% set color = '#daa70e' %} {% else %} {% set color = '#be2424' %} {% endif %} {{t.1 |upper}} | {% if action == 'smon' %} {{t.2|replace("'","")}} {% else %} {{t.2|replace("'","")}} {% endif %} | {% if action != "checker" %}{{t.3}} | {% endif %}{{t.0}} | {{date_time.split(' ')[0]}} | {{date_time.split(' ')[1]}} |