Alertes & notifications
Alert types
- Info — Informational event (service restart, version update)
- Warning — Warning (unreachable agent, multiple restarts)
- Action Required — Action required (new recommended configuration)
- Improvement — Improvement detected (connectivity restored, disk space freed)
Notification channels
PmaControl supports the following channels:
- Telegram — Configuration via
Telegram.php: bot setup, chat_id selection - Slack — Incoming webhook
- PagerDuty — Events API integration
- Email — Configurable SMTP
Telegram configuration:
# Fichier /srv/www/pmacontrol/configuration/telegram.php
$TELEGRAM_TOKEN = "votre_bot_token";
$TELEGRAM_CHAT_ID = "votre_chat_id"; Alert timeline
The Alert module maintains a chronological timeline of all events per server. Each entry contains:
- Precise timestamp
- Type (Info, Warning, Action Required, Improvement)
- Descriptive message
- Affected server
The timeline is accessible via the web interface and exportable.