CHANGELOG.md
CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
Makefile
PUBLISHING.md
README.md
install.sh
publish.sh
pyproject.toml
quick_setup.sh
requirements.txt
setup.py
overwatch/__init__.py
overwatch/__main__.py
overwatch/overwatch.py
overwatch/alerts/__init__.py
overwatch/alerts/email.py
overwatch/alerts/manager.py
overwatch/alerts/telegram.py
overwatch/alerts/thresholds.json
overwatch/api/__init__.py
overwatch/api/server.py
overwatch/api/websocket.py
overwatch/cli/__init__.py
overwatch/cli/commands.py
overwatch/cli/main.py
overwatch/core/__init__.py
overwatch/core/cpu.py
overwatch/core/disk.py
overwatch/core/memory.py
overwatch/core/network.py
overwatch/core/processes.py
overwatch/core/sensors.py
overwatch/plugins/__init__.py
overwatch/plugins/example_plugin.py
overwatch/ui/__init__.py
overwatch/ui/dashboard.py
overwatch/ui/components/__init__.py
overwatch/ui/components/cpu_panel.py
overwatch/ui/components/disk_panel.py
overwatch/ui/components/memory_panel.py
overwatch/ui/components/network_panel.py
overwatch/ui/components/process_panel.py
overwatch/utils/__init__.py
overwatch/utils/loader.py
overwatch/utils/system_info.py