fix: agent now searches both /etc/servermanager and ~/.config for config #42
Reference in New Issue
Block a user
Delete Branch "feat/push-monitoring-agent"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The embedded agent binary checks /etc/servermanager/agent.conf first
(system mode), then falls back to ~/.config/servermanager/agent.conf
(user mode).