.gitignore
CHANGELOG.md
LICENSE
Makefile
README.md
pyproject.toml
.github/workflows/workflow.yml
contrib/systemd/bussdcc-system-health.service
src/bussdcc_system_health/__init__.py
src/bussdcc_system_health/cli.py
src/bussdcc_system_health.egg-info/PKG-INFO
src/bussdcc_system_health.egg-info/SOURCES.txt
src/bussdcc_system_health.egg-info/dependency_links.txt
src/bussdcc_system_health.egg-info/entry_points.txt
src/bussdcc_system_health.egg-info/requires.txt
src/bussdcc_system_health.egg-info/top_level.txt
src/bussdcc_system_health/interfaces/__init__.py
src/bussdcc_system_health/interfaces/system/__init__.py
src/bussdcc_system_health/interfaces/system/factory.py
src/bussdcc_system_health/interfaces/system/interface.py
src/bussdcc_system_health/interfaces/system/templates/base.html
src/bussdcc_system_health/interfaces/system/templates/home.html
src/bussdcc_system_health/processes/__init__.py
src/bussdcc_system_health/processes/system_health.py
src/bussdcc_system_health/processes/system_identity.py
src/bussdcc_system_health/processes/system_stats.py
src/bussdcc_system_health/runtime/__init__.py
src/bussdcc_system_health/services/__init__.py
src/bussdcc_system_health/services/system_health.py
src/bussdcc_system_health/services/system_identity.py
src/bussdcc_system_health/services/system_stats.py
src/bussdcc_system_health/sinks/__init__.py
src/bussdcc_system_health/sinks/console.py
src/bussdcc_system_health/sinks/jsonl.py