mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-20 09:23:27 +00:00
The SMART disk temperature data was being collected by the agent but not passed through to the frontend. Fixed by: 1. Added SMART field to HostSensorSummaryFrontend and created HostDiskSMARTFrontend type in models_frontend.go 2. Updated hostSensorSummaryToFrontend() in converters.go to include SMART data conversion 3. Added HostDiskSMART interface to frontend TypeScript types 4. Updated HostTemperatureCell to display disk temperatures in tooltip with a 'Disk Temperatures' section and fallback to SMART temps when no CPU/sensor temps are available |
||
|---|---|---|
| .. | ||
| concurrency_test.go | ||
| converters.go | ||
| converters_test.go | ||
| models.go | ||
| models_frontend.go | ||
| state_docker_test.go | ||
| state_host_test.go | ||
| state_snapshot.go | ||