Pulse/internal
rcourtman 4277aa753c feat(pbs): turnkey PBS setup with password auth
When adding a PBS node with username/password credentials, Pulse now
automatically:
1. Connects to PBS using the provided credentials
2. Creates a 'pulse-monitor@pbs' user with Audit permissions
3. Generates an API token
4. Stores the token instead of the password

This enables one-click PBS setup for Docker/containerized deployments
where you can't easily run the agent installer. Simply enter root@pam
credentials in the UI and Pulse handles the rest.

Falls back to password auth if token creation fails (e.g., old PBS
version or permission issues).
2025-12-26 10:12:04 +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: require Pro license for auto-fix and autonomous mode 2025-12-25 21:26:46 +00:00
alerts test: Add unit tests for guest tag filtering 2025-12-22 10:24:39 +00:00
api feat(pbs): turnkey PBS setup with password auth 2025-12-26 10:12:04 +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 feat(#903): Remote agent configuration for AI command execution 2025-12-25 08:07:28 +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 feat: Display environment variables for Docker containers 2025-12-25 23:52:57 +00:00
errors refactor: Remove unreachable dead code branches 2025-12-02 14:48:57 +00:00
hostagent feat: add power consumption monitoring (Intel RAPL + AMD Energy) 2025-12-25 21:14:12 +00:00
hostmetrics feat: Add disk exclusion filter for host agent. Closes #896 2025-12-25 12:04:40 +00:00
kubernetesagent feat: add --kube-include-all-deployments flag for Kubernetes agent 2025-12-18 20:58:30 +00:00
license fix: license persistence survives Docker container recreation 2025-12-24 10:32:26 +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 feat: Agent collects S.M.A.R.T. disk data via smartctl. Related to #907 2025-12-25 11:37:53 +00:00
monitoring feat: Agent collects S.M.A.R.T. disk data via smartctl. Related to #907 2025-12-25 11:37:53 +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
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