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