{% extends "base.html" %} {% block title %}Alerts{% endblock %} {% block content %}
🖥
Console
Log alerts to the application console. Always available.
Email
Send alert notifications via SMTP email.
💬
Discord
Push alerts to a Discord channel via webhook.
📱
Slack
Push alerts to a Slack channel via webhook.
Telegram
Send alerts via Telegram bot messages.

Event Filters

Global

Test All Alerts

Send a test alert through every enabled channel to verify your configuration.

{% endblock %} {% block scripts %} {% endblock %}