LICENSE
MANIFEST.in
README.rst
pyproject.toml
docker/.env
docker/Dockerfile
docker/compose.yaml
docker/image-renderer-config.json
docker/init-db.sh
docker/pgbackrest.conf
docker/backups/README
docker/grafana/provisioning/alerting/TEM_module_offline.yaml
docker/grafana/provisioning/alerting/alert_resources.yaml
docker/grafana/provisioning/dashboards/dashboards.yaml
docker/grafana/provisioning/dashboards/DB performance/Configuration-1758282589849.json
docker/grafana/provisioning/dashboards/DB performance/Connections and jobs-1758282600922.json
docker/grafana/provisioning/dashboards/DB performance/Overview-1758469949813.json
docker/grafana/provisioning/dashboards/DB performance/Queries-1758552683207.json
docker/grafana/provisioning/dashboards/DB performance/Schema statistics-1758552513625.json
docker/grafana/provisioning/dashboards/DB performance/VACUUM analysis-1758552482610.json
docker/grafana/provisioning/dashboards/DB performance/Views and aggregates-1758282646061.json
docker/grafana/provisioning/dashboards/SEM/Data browser-1756823759389.json
docker/grafana/provisioning/dashboards/TEM/Alerts-1756903723805.json
docker/grafana/provisioning/dashboards/TEM/Data browser-1758210576806.json
docker/grafana/provisioning/dashboards/TEM/Fleet overview-1760002864416.json
docker/grafana/provisioning/dashboards/TEM/Module _ Autoloader-1760367415808.json
docker/grafana/provisioning/dashboards/TEM/Module _ Column-1760367393117.json
docker/grafana/provisioning/dashboards/TEM/Module _ Detectors-1758202727216.json
docker/grafana/provisioning/dashboards/TEM/Module _ Motion-1757332695997.json
docker/grafana/provisioning/dashboards/TEM/Module _ PC Health-1756823864956.json
docker/grafana/provisioning/dashboards/TEM/Module _ Source-1758204769604.json
docker/grafana/provisioning/dashboards/TEM/Productivity-1760362637714.json
docker/grafana/provisioning/datasources/datasources.yaml
docs/Makefile
docs/advanced_setup.rst
docs/changelog.rst
docs/cli.rst
docs/conf.py
docs/development.rst
docs/getting_started.rst
docs/index.rst
docs/maintenance.rst
docs/make.bat
docs/requirements.txt
docs/using_emhealth.rst
docs/_static/HM_export.png
docs/_static/HM_settings.png
docs/_static/dash-al.png
docs/_static/dash-alerts.png
docs/_static/dash-browser.png
docs/_static/dash-column.png
docs/_static/dash-detectors.png
docs/_static/dash-motion.png
docs/_static/dash-overview.png
docs/_static/dash-pc.png
docs/_static/dash-prod.png
docs/_static/dash-source.png
docs/_static/task-01.png
docs/_static/task-02.png
docs/_static/task-03.png
docs/_static/task-04.png
em_health/__init__.py
em_health/db_analyze.py
em_health/db_client.py
em_health/db_manager.py
em_health/fdw_manager.py
em_health/grafana_client.py
em_health/instruments.json
em_health/main.py
em_health.egg-info/PKG-INFO
em_health.egg-info/SOURCES.txt
em_health.egg-info/dependency_links.txt
em_health.egg-info/entry_points.txt
em_health.egg-info/requires.txt
em_health.egg-info/top_level.txt
em_health/sql/init_db.sql
em_health/sql/migrations/002.sql
em_health/sql/migrations/003.sql
em_health/sql/pganalyze/create_functions.sql
em_health/sql/pganalyze/create_jobs.sql
em_health/sql/pganalyze/create_tables.sql
em_health/sql/public/create_functions.sql
em_health/sql/public/create_tables.sql
em_health/sql/public/data_counters_daily.sql
em_health/sql/public/epu_counters.sql
em_health/sql/public/epu_running_daily.sql
em_health/sql/public/epu_runs.sql
em_health/sql/public/epu_sessions.sql
em_health/sql/public/epu_state_daily.sql
em_health/sql/public/image_counters_daily.sql
em_health/sql/public/load_counters_daily.sql
em_health/sql/public/tem_off.sql
em_health/sql/public/tomo_counters.sql
em_health/sql/public/tomo_running_daily.sql
em_health/sql/public/tomo_runs.sql
em_health/sql/public/tomo_sessions.sql
em_health/sql/public/tomo_state_daily.sql
em_health/sql/public/vacuum_state_daily.sql
em_health/sql/tests/pgtap/01_schema.sql
em_health/sql/tests/pgtap/02_functions.sql
em_health/sql/tests/pgtap/03_behaviour.sql
em_health/sql/tests/pgtap/04_privileges.sql
em_health/sql/uec/create_tables.sql
em_health/tests/9999_data.xml
em_health/tests/test_app.py
em_health/tests/test_performance.py
em_health/utils/__init__.py
em_health/utils/create_task.py
em_health/utils/import_xml.py
em_health/utils/maintenance.py
em_health/utils/tools.py
em_health/utils/watcher.py