{% extends "base.html" %} {% block title %}Supervision - Alertes{% endblock title %} {% block content %}
| Date | Type | Message | Valeur | Seuil |
|---|---|---|---|---|
| {{ alert.timestamp | truncate(length=19, end="") | replace(from="T", to=" ") }} | {% if alert.type == "process_down" %} Processus {% else %} Seuil {% endif %} | {{ alert.message }} | {{ alert.value }} | {{ alert.threshold }} |