feat: push-based monitoring with remote agent #37

Merged
rafaga21 merged 1 commits from feat/push-monitoring-agent into master 2026-06-11 18:50:21 -04:00

1 Commits

Author SHA1 Message Date
f4c534c020 fix: always use sudo for agent install (remove fallback check)
The sudo -n check was incorrectly detecting that sudo required a
password, causing fallback to plain bash without root permissions.
Now we always run the installer via sudo bash, consistent with how
all other SSH commands work (systemctl, reboot, etc.).
2026-06-11 18:48:23 -04:00