commands.check_system_health¶
Management command to perform a system health check and generate notifications for issues.
This command assesses the health of the system by performing various checks (to be implemented). If any issues are found, a critical notification is generated in the system to alert administrators.
Classes¶
Management command to check the system's health and notify if issues are detected. |
Module Contents¶
- class commands.check_system_health.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]¶
Bases:
django.core.management.base.BaseCommandManagement command to check the system’s health and notify if issues are detected.