Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

For Rice RHN-controlled RHEL5/6 hosts, the easiest way to install the Zabbix agent is through the EPEL RPM.

(warning) RHN has zabbix_agentd Version 1.4.7 which has many problems with Zabbix 1.8.3 on monitor.
You should install zabbix_agentd versions 2.0.3+ or 1.8.13+.

If you haven't already added EPEL (Extra Packages for Enterprise Linux) you should start with:

Code Block
yum -y install epel-release

This installs files in /etc/yum.repos.d/ and enables the epel repository by default.

Next, install the zabbix-agent RPM:

Code Block
yum -y install zabbix22-agent

for the old 1.8.x version of the zabbix-agent:

Code Block
yum -y install zabbix-agent

On some servers, leaving EPEL enabled may not be in keeping with best practices to keep as close to the distribution rpm set as possible, so you can set the EPEL repository to be disabled by default.

Code Block
yum-config-manager --disable epel