Docs enterprise
Agent config
Point the RetrySight Enterprise fleet agent at your on-prem manager with ~/.agent-retry/config.yaml.
On this page
Enterprise fleet agents read ~/.agent-retry/config.yaml. Cloud uses the same nested keys but staging URL https://cloud-staging.retrysight.com — see Cloud config. Lite does not use this file.
Minimal on-prem config
agent:
manager:
url: http://manager.internal:28471 # your Enterprise manager API
api-key: ${AGENT_API_KEY}
| Field | Purpose |
|---|---|
agent.manager.url | On-prem manager API base URL (not the dashboard origin unless they are the same) |
agent.manager.api-key | Key from Enterprise Admin → API keys |
Prefer environment substitution (AGENT_MANAGER_URL, AGENT_MANAGER_API_KEY) so the file is not a secret dump.
After saving
- Restart the agent service (
com.retrysight.agenton macOS,retrysight-agent.serviceon Linux,RetrySightAgenttask on Windows). - Confirm a heartbeat on the manager Agents page.
- If collectors cannot read IDE logs on macOS, grant Full Disk Access — see agent install.
Field-level notes: config YAML reference.