The Server Density agent is delivered as an RPM package for Fedora. The core agent is required for monitoring key metrics, with plugins installed as an additional package. The agent and plugins will be kept up to date in-line with your own policy (nightly, weekly, manually etc).
Upgrading from agent v1? View the upgrade instructions.
Automatic installation
You can install the agent automatically using our shell script, or with our Puppet, Chef, Ansible and Salt modules. See automatically scaling and deploying the agent.
Prerequisites
- A device created in your Server Density account (Find out how to create a device in the UI)
- sudo (root access) is required but the agent runs as its own user (sd-agent) once installed.
- The agent requires sysstat to be installed to collect some key metrics. This will be installed as a dependency during installation.
Add repository to yum
Prepare your server for the agent by adding the repo and update the package lists.
sudo nano /etc/yum.repos.d/serverdensity.repo
Paste in the following then press Ctrl+X to save:
[server-density] name=Server Density Repository for Fedora $releasever - $basearch baseurl=http://archive.serverdensity.com/el/7 enabled=1 gpgcheck=0
Install the agent
sudo yum install sd-agent
Configure the agent
sudo nano -w /etc/sd-agent/config.cfg
Enter the following values. Other settings are optional.
[Main] sd_account: agent_key:
Restart the agent
sudo /etc/init.d/sd-agent restart
Comments