From All Clients choose a client.
Go to Setup > Download > Agent.
In the FreeBSD tile, choose the operating system version.
Download and save the agent installer.
Make sure that you verify the SHA-256 checksum of the downloaded file.
Install the
64 bit
agent, for example:pkg add opsramp-agent-{version}_freebsd10-amd64.txz
To start the agent with the authentication tokens generated for your organization, click Instructions in the FreeBSD tile and copy the authentication tokens for the features you want to install. You can choose to enable All features or Specific features. The authentication token
-K
and-S
argument values are populated for your organization.Copy-and-paste the values into the command line and run the command for the features you want:
Note
Only the values copied from this page are valid and should be used in the following steps. Any other values will cause agent misbehavior.Enable all features:
sudo /opt/opsramp/agent/bin/configure -K {accessKey} -S {securityKey} -s client-name.api.opsramp.com -M true
Enable specific features:
sudo /opt/opsramp/agent/bin/configure -K {accessKey} -S {securityKey} -s client-name.api.opsramp.com -M true -f "agent:RemoteCommand,agent:Automation,agent:RemoteConsole"
Note
Patch management is not supported for FreeBSD Operating Systems.
See the /tmp/opsramp-agent_install.log file for installation progress.