geonode.monitoring
Subpackages
Submodules
- geonode.monitoring.admin
- geonode.monitoring.aggregation
- geonode.monitoring.collector
- geonode.monitoring.fields
- geonode.monitoring.forms
- geonode.monitoring.middleware
- geonode.monitoring.models
- geonode.monitoring.probes
- geonode.monitoring.service_handlers
- geonode.monitoring.tasks
- geonode.monitoring.urls
- geonode.monitoring.utils
- geonode.monitoring.views
- geonode.monitoring.widgets
Attributes
Classes
Base class for AppConfig notifications setup |
|
Base class for AppConfig notifications setup |
Functions
|
Package Contents
- class geonode.monitoring.NotificationsAppConfigBase[source]
Bases:
django.apps.AppConfigBase class for AppConfig notifications setup
You should subclass it and provide list of notifications in NOTIFICATIONS attribute to automatically register to post_migrate signal.
- NOTIFICATIONS
- class geonode.monitoring.MonitoringAppConfig[source]
Bases:
geonode.notifications_helper.NotificationsAppConfigBaseBase class for AppConfig notifications setup
You should subclass it and provide list of notifications in NOTIFICATIONS attribute to automatically register to post_migrate signal.