Pulse/internal
rcourtman 7f449d30e0 fix: cache daemon ID at init to prevent Podman token binding conflicts
Podman can return unstable or empty daemon IDs across API calls. When
the agent fetched info.ID on every report cycle, this could cause the
agent identity to change mid-session, triggering "token already in use"
errors on the server.

Cache the daemon ID at initialization and use it consistently for all
reports.

Related to #740
2025-11-26 10:23:22 +00:00
..
agentbinaries Related to #712: auto-restore host agent binaries for download 2025-11-20 15:45:21 +00:00
agentupdate feat: add auto-update support for unified agent 2025-11-25 23:15:03 +00:00
alerts Handle ignored docker containers during alert reevaluation (related to #561) 2025-11-21 22:19:19 +00:00
api fix: use correct script paths in unified agent handlers 2025-11-26 10:05:43 +00:00
auth Fix config backup/restore by enforcing 12-char minimum password (related to #646) 2025-11-07 22:51:55 +00:00
config WIP: Save all pending changes including frontend updates and unified agent scaffolding 2025-11-25 11:27:07 +00:00
crypto Update config persistence, crypto, and dev script 2025-11-20 11:46:20 +00:00
discovery Fix discovery test Prometheus metric collision 2025-11-11 23:34:49 +00:00
dockeragent fix: cache daemon ID at init to prevent Podman token binding conflicts 2025-11-26 10:23:22 +00:00
errors Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
hostagent fix: propagate unified agent version and improve legacy cleanup 2025-11-25 23:39:10 +00:00
hostmetrics Fix ZFS storage reporting on TrueNAS SCALE (#718) 2025-11-22 23:53:39 +00:00
logging feat: comprehensive diagnostics and observability improvements 2025-10-21 12:37:39 +00:00
mdadm feat: Add mdadm RAID monitoring support for host agents 2025-11-09 16:36:33 +00:00
metrics Add comprehensive alert system reliability improvements 2025-11-06 16:46:30 +00:00
mock Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
models feat: adaptive node table layout, guest row fixes, and legacy agent detection 2025-11-25 17:19:36 +00:00
monitoring feat: improve legacy agent detection and migration UX 2025-11-25 23:26:22 +00:00
notifications Add recovery notifications and grouping controls 2025-11-21 22:07:00 +00:00
sensors feat: Add temperature collection to pulse-host-agent (related to #661) 2025-11-07 22:54:40 +00:00
ssh/knownhosts feat(security): Add SSH output limits and improve host key management 2025-11-07 17:09:02 +00:00
system Add Docker container name auto-detection to bootstrap UI 2025-11-15 10:45:00 +00:00
tempproxy Improve temperature proxy workflow 2025-11-17 14:25:46 +00:00
types Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
updates feat: serve install scripts from GitHub releases instead of main branch 2025-11-26 08:59:59 +00:00
utils Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
websocket Guard WebSocket broadcast buffers when clients stall (Related to #734) 2025-11-21 10:14:10 +00:00