RetrySight Cloud staging is live.

Open Cloud
Documentation menu
Docs home

Docs enterprise

Agent config

Point the RetrySight Enterprise fleet agent at your on-prem manager with ~/.agent-retry/config.yaml.

On this page
  1. Minimal on-prem config
  2. After saving

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}
FieldPurpose
agent.manager.urlOn-prem manager API base URL (not the dashboard origin unless they are the same)
agent.manager.api-keyKey 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

  1. Restart the agent service (com.retrysight.agent on macOS, retrysight-agent.service on Linux, RetrySightAgent task on Windows).
  2. Confirm a heartbeat on the manager Agents page.
  3. If collectors cannot read IDE logs on macOS, grant Full Disk Access — see agent install.

Field-level notes: config YAML reference.