Versions Compared

Key

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

Install and Enable EPEL Repo:

Code Blocknoformat
yum -y install epel-release

...

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 Blocknoformat
perl -npi -e 's/enabled=1/enabled=0/' /etc/yum.repos.d/epel.repo

...

Installing Zabbix Agent

No Format
yum -y install zabbix20zabbix22-agent

or if you have EPEL disabled:

...