Install the Linux Monitoring Agent
Once the repository reference is added to /etc/apt/sources and the Release.key is appended to the trusted keys list the Agent installation can begin.
The first step is to update the local package index with any changes that may have been made to the repositories and this can be achieved with the apt-get update command.
# apt-get update |
After the indexes have updated the Linux Monitoring Agent can be installed using apt-get install rmmagent
# apt-get install rmmagent |
# apt-get install rmmagent Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed rmmagent 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0B/2396kB of archives. After this operation, 6640kB of additional disk space will be used. Selecting previously deselected package rmmagent. (Reading database ... 88527 files and directories currently installed.) Unpacking rmmagent (from .../rmmagent_0.8.0-1_i386.deb) ... Setting up rmmagent (0.8.0-1) ... |
The dpkg -s command can be used to determine whether the package is installed and its status.
# dpkg -s rmmagent| grep Status Status: install ok installed |
Once installed Register the Agent on the Dashboard.