Health Check ============ .. automodule:: ccat_data_transfer.health_check :members: :undoc-members: :show-inheritance: :special-members: __init__ Overview -------- The Health Check service provides system health monitoring and status reporting. Key Functions ------------- * :py:func:`~ccat_data_transfer.health_check.check_system_health` - Check overall system health * :py:func:`~ccat_data_transfer.health_check.get_health_status` - Get current health status Related Documentation ---------------------- * :doc:`../../philosophy` - System design principles * :doc:`../../monitoring` - System monitoring and observability