Management Commands
monitor_status
python manage.py monitor_statusReports:
- Whether monitoring is enabled (it always is — zero-config).
- Whether Telegram alerts are on, i.e. whether a
TelegramConfigis present on yourDjangoConfig. - The event log location (
logs/djangocfg/monitor.log) and a summary of today’s captured events.
Retention is handled by the standard logging pipeline — monitor.log rotates
daily and keeps 30 days. There is no separate cleanup command to run.
See Also
- Overview — Architecture and quick start
- Frontend devtools — Browser capture
TAGS: django_monitor, management-commands, monitor_status
Last updated on