.gitignore
CHANGELOG.md
CLAUDE.md
DESIGN.md
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
tests/__init__.py
tests/conftest.py
tests/mocks.py
tests/test_bmc.py
tests/test_calibrate.py
tests/test_config.py
tests/test_control.py
tests/test_daemon.py
tests/test_fans.py
tests/test_main.py
tests/test_metrics.py
tests/test_pidfile.py
tests/test_watchdog.py
tests/commands/__init__.py
tests/commands/test_check.py
tests/commands/test_init.py
tests/commands/test_logs.py
tests/commands/test_netdata.py
tests/commands/test_recalibrate.py
tests/commands/test_reload.py
tests/commands/test_sensors.py
tests/commands/test_start.py
tests/commands/test_status.py
tests/commands/test_stop.py
tests/sensors/__init__.py
tests/sensors/test_available_backends.py
tests/sensors/test_ipmi.py
tests/sensors/test_lmsensors.py
tests/sensors/test_nvme.py
tests/sensors/test_smart.py
truefan/__init__.py
truefan/__main__.py
truefan/bmc.py
truefan/calibrate.py
truefan/config.py
truefan/control.py
truefan/daemon.py
truefan/fans.py
truefan/main.py
truefan/metrics.py
truefan/pidfile.py
truefan/watchdog.py
truefan.egg-info/PKG-INFO
truefan.egg-info/SOURCES.txt
truefan.egg-info/dependency_links.txt
truefan.egg-info/entry_points.txt
truefan.egg-info/requires.txt
truefan.egg-info/top_level.txt
truefan/commands/__init__.py
truefan/commands/check.py
truefan/commands/init.py
truefan/commands/logs.py
truefan/commands/netdata.py
truefan/commands/recalibrate.py
truefan/commands/reload.py
truefan/commands/sensors.py
truefan/commands/start.py
truefan/commands/status.py
truefan/commands/stop.py
truefan/netdata_configs/__init__.py
truefan/netdata_configs/health.d/truefan_alerts.conf
truefan/netdata_configs/statsd.d/truefan.conf
truefan/sensors/__init__.py
truefan/sensors/ipmi.py
truefan/sensors/lmsensors.py
truefan/sensors/nvme.py
truefan/sensors/smart.py