
    Ǵh                     *    S r SSKJr   " S S\5      rg)z
Monitoring Application Configuration

This module defines the configuration for the monitoring Django application,
which handles system monitoring, health checks, and dashboard functionality.
    )	AppConfigc                   *    \ rS rSrSrSrSrSrS rSr	g)	MonitoringConfig   a  
Configuration class for the monitoring application.

This class defines the monitoring application settings and handles
application initialization, including setting up signal handlers
for system monitoring and health checks.

Attributes:
    default_auto_field (str): The default primary key field type for models
    name (str): The application name used by Django
    verbose_name (str): Human-readable name for the application
zdjango.db.models.BigAutoFieldzapps.monitoringzSystem Monitoringc                 .     SSK ng! [         a     gf = f)z
Perform initialization when the application is ready.

This method is called once Django has loaded all applications
and models. It imports signal handlers to set up automatic
monitoring and health check processes.
r   N)apps.monitoring.signalsImportError)selfappss     @C:\Users\brahi\OneDrive\Desktop\Code\src\apps\monitoring\apps.pyreadyMonitoringConfig.ready"   s    	* 		s    
 N)
__name__
__module____qualname____firstlineno____doc__default_auto_fieldnameverbose_namer   __static_attributes__r       r   r   r      s"     9 D 'Lr   r   N)r   django.appsr   r   r   r   r   <module>r      s    "$y $r   