Pulse/internal
rcourtman 5ad1f5e847 feat: Merge linked host agent SMART temps into Physical Disks
When a host agent is running on a Proxmox node (linked host agent),
merge the agent's SMART disk temperature data into the Physical Disks
view for that node. This allows disk temps collected by pulse-agent
to populate the Physical Disks page without requiring Proxmox SMART
monitoring to be enabled.

Matching is done by WWN (most reliable), serial number, or device path.

Closes part of issue #909 (follow-up from MichiFr)
2025-12-29 15:39:20 +00:00
..
agentbinaries test: expand cmd and agent update coverage 2025-12-17 13:28:17 +00:00
agentexec fix(agentexec): eliminate race conditions in WebSocket message sending 2025-12-23 20:05:46 +00:00
agentupdate test: expand cmd and agent update coverage 2025-12-17 13:28:17 +00:00
ai fix: Only log 'Migration complete' when inline allowed_nodes actually migrated. Related to Discussion #946 2025-12-29 14:15:57 +00:00
alerts fix: Preserve alert acknowledgement across transient clears 2025-12-28 10:24:04 +00:00
api fix: AI Patrol now respects exact user-configured thresholds 2025-12-29 08:40:34 +00:00
auth feat: auto-detect platforms during agent install and allow multi-host tokens 2025-12-14 16:21:59 +00:00
buffer Fix offline buffering: add tests, remove unused config, fix flaky test 2025-12-02 22:31:44 +00:00
ceph Improve test coverage 2025-12-17 12:00:59 +00:00
config fix: AI Patrol now respects exact user-configured thresholds 2025-12-29 08:40:34 +00:00
crypto fix: disable encryption key deletion to prevent key loss bug 2025-12-21 00:27:16 +00:00
discovery feat(ai): Add enriched context with historical trends and predictions 2025-12-12 09:45:57 +00:00
dockeragent fix: Docker container update detection showing false positives 2025-12-29 13:49:04 +00:00
errors refactor: Remove unreachable dead code branches 2025-12-02 14:48:57 +00:00
hostagent feat: Add --report-ip flag for multi-NIC systems (issue #945) 2025-12-29 09:28:28 +00:00
hostmetrics fix: Deduplicate disks by device+total to fix Synology storage overcounting. Related to #953 2025-12-29 14:03:32 +00:00
kubernetesagent feat: add --kube-include-all-deployments flag for Kubernetes agent 2025-12-18 20:58:30 +00:00
license feat: Gate update alerts as Pro-only feature 2025-12-27 18:28:09 +00:00
logging chore: remove dead code and unused exports 2025-11-27 13:17:39 +00:00
mdadm perf: Pre-compile regexes in mdadm package 2025-12-02 15:11:04 +00:00
metrics Improve test coverage 2025-12-17 12:00:59 +00:00
mock feat(kubernetes): Add Kubernetes mock data and UI 2025-12-12 23:13:40 +00:00
models fix: Pass SMART disk temperatures to frontend. Related to #941 2025-12-29 15:27:46 +00:00
monitoring feat: Merge linked host agent SMART temps into Physical Disks 2025-12-29 15:39:20 +00:00
notifications feat: add demo AI findings for mock mode 2025-12-22 17:16:26 +00:00
resources feat(backend): Implement remaining TODOs 2025-12-13 13:21:23 +00:00
sensors feat: add power consumption monitoring (Intel RAPL + AMD Energy) 2025-12-25 21:14:12 +00:00
smartctl test: Add unit tests for smartctl package 2025-12-25 11:55:37 +00:00
ssh/knownhosts test: Add tests for SSH knownhosts error and path methods 2025-12-01 17:50:13 +00:00
system style: fix gofmt formatting inconsistencies 2025-11-26 23:44:36 +00:00
tempproxy perf: Remove redundant fmt.Sprintf in tempproxy contains function 2025-12-02 15:24:40 +00:00
types test: add unit tests for types package 2025-11-26 14:10:21 +00:00
updatedetection feat: Implement unified update detection system (Phase 1) 2025-12-27 17:58:38 +00:00
updates fix(updates): Add RSS/Atom feed fallback for GitHub rate limits 2025-12-20 10:54:14 +00:00
utils AI Problem Solver implementation and various fixes 2025-12-06 23:46:08 +00:00
websocket refactor: Remove unreachable dead code branches 2025-12-02 14:56:35 +00:00