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/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-1762880079661.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/Alerts-1772556907236.json
docker/grafana/provisioning/dashboards/SEM/Data browser-1770995291358.json
docker/grafana/provisioning/dashboards/SEM/Fleet overview-1773157556466.json
docker/grafana/provisioning/dashboards/SEM/Module _ Apertures-1773157481991.json
docker/grafana/provisioning/dashboards/SEM/Module _ Autoloader-1772127285159.json
docker/grafana/provisioning/dashboards/SEM/Module _ Column-1773158157013.json
docker/grafana/provisioning/dashboards/SEM/Module _ Detectors-1772127300863.json
docker/grafana/provisioning/dashboards/SEM/Module _ FLM-1772127308073.json
docker/grafana/provisioning/dashboards/SEM/Module _ Motion-1772127316238.json
docker/grafana/provisioning/dashboards/SEM/Module _ PC Health-1772127323677.json
docker/grafana/provisioning/dashboards/SEM/Module _ Source-1773158041629.json
docker/grafana/provisioning/dashboards/SEM/Productivity-1772558904070.json
docker/grafana/provisioning/dashboards/TEM/Alerts-1769006561773.json
docker/grafana/provisioning/dashboards/TEM/Data browser-1769006588058.json
docker/grafana/provisioning/dashboards/TEM/Fleet overview-1773245189795.json
docker/grafana/provisioning/dashboards/TEM/Module _ Acquisition-1769006788188.json
docker/grafana/provisioning/dashboards/TEM/Module _ Autoloader-1773245490159.json
docker/grafana/provisioning/dashboards/TEM/Module _ Column-1773245621286.json
docker/grafana/provisioning/dashboards/TEM/Module _ Detectors-1773310518904.json
docker/grafana/provisioning/dashboards/TEM/Module _ Motion-1769006672495.json
docker/grafana/provisioning/dashboards/TEM/Module _ PC Health-1772127212250.json
docker/grafana/provisioning/dashboards/TEM/Module _ SemiAutoloader-1769006712264.json
docker/grafana/provisioning/dashboards/TEM/Module _ Source-1773230063621.json
docker/grafana/provisioning/dashboards/TEM/Productivity-1769006551192.json
docker/grafana/provisioning/dashboards/TEM/Vacuum & Temperature-1773229538232.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/export-csv.png
docs/_static/export-png.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/em_off.sql
em_health/sql/public/em_off_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/epud_runs.sql
em_health/sql/public/fib_baa_counters_daily.sql
em_health/sql/public/fib_bda_counters_daily.sql
em_health/sql/public/fib_beam_daily.sql
em_health/sql/public/flm_beam_daily.sql
em_health/sql/public/gis_counters_daily.sql
em_health/sql/public/image_counters_daily.sql
em_health/sql/public/load_counters_daily.sql
em_health/sql/public/sem_beam_daily.sql
em_health/sql/public/sem_beamtime_daily.sql
em_health/sql/public/sem_chamber_state_daily.sql
em_health/sql/public/sem_cryocycle_al_daily.sql
em_health/sql/public/sem_cryocycle_noal_daily.sql
em_health/sql/public/tem_cryocycle_daily.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