Pulse/internal/models
rcourtman d62259ffa7 Add AMD GPU temperature monitoring support
Related to #600

- Add GPU field to Temperature model with edge, junction, and mem sensors
- Add amdgpu chip recognition to temperature parser
- Implement parseGPUTemps() to extract AMD GPU temperature data
- Update frontend TypeScript types to include GPU temperatures
- Display GPU temps in node table tooltip alongside CPU temps
- Set hasGPU flag when GPU data is available

This enables temperature monitoring for AMD GPUs (amdgpu sensors)
that was previously being collected via SSH but silently discarded
during parsing.
2025-11-06 00:19:04 +00:00
..
cluster.go Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
concurrency_test.go Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
converters.go Add per-node temperature monitoring and fix critical config update bug 2025-11-05 14:11:53 +00:00
models.go Add AMD GPU temperature monitoring support 2025-11-06 00:19:04 +00:00
models_frontend.go Add per-node temperature monitoring and fix critical config update bug 2025-11-05 14:11:53 +00:00
state_snapshot.go Add per-node temperature monitoring and fix critical config update bug 2025-11-05 14:11:53 +00:00