Skip to Content
FeaturesModulesMonitorManagement Commands

Management Commands

monitor_status

python manage.py monitor_status

Reports:

  • Whether monitoring is enabled (it always is — zero-config).
  • Whether Telegram alerts are on, i.e. whether a TelegramConfig is present on your DjangoConfig.
  • 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

TAGS: django_monitor, management-commands, monitor_status

Last updated on