LICENSE
MANIFEST.in
README.rst
pyproject.toml
docker/.env
docker/Dockerfile
docker/compose.yaml
docker/init-db.sh
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-1758282608549.json
docker/grafana/provisioning/dashboards/DB performance/Queries-1758282622924.json
docker/grafana/provisioning/dashboards/DB performance/Schema statistics-1758282630839.json
docker/grafana/provisioning/dashboards/DB performance/VACUUM analysis-1758282639416.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-1756902108649.json
docker/grafana/provisioning/dashboards/TEM/Module _ Autoloader-1758202495096.json
docker/grafana/provisioning/dashboards/TEM/Module _ Column-1756823837049.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-1756902100350.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-tables.sql
em_health/sql/migrations/002.sql
em_health/sql/pganalyze/create_metric_funcs.sql
em_health/sql/pganalyze/create_metric_tables.sql
em_health/sql/pganalyze/stat_statements_cagg.sql
em_health/sql/public/data_counters_daily.sql
em_health/sql/public/epu_acquisition_daily.sql
em_health/sql/public/epu_counters.sql
em_health/sql/public/epu_sessions.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_acquisition_daily.sql
em_health/sql/public/tomo_counters.sql
em_health/sql/public/tomo_sessions.sql
em_health/sql/public/vacuum_state_daily.sql
em_health/tests/0000_data.xml
em_health/tests/test_hm.py
em_health/tests/pgtap/01_schema.sql
em_health/tests/pgtap/02_functions.sql
em_health/tests/pgtap/03_behaviour.sql
em_health/tests/pgtap/04_privileges.sql
em_health/utils/__init__.py
em_health/utils/create_task.py
em_health/utils/import_xml.py
em_health/utils/logs.py
em_health/utils/maintenance.py
em_health/utils/watcher.py