CentOS6.x系にZabbix2.2を入れる

yum install vim make gcc wget

epelリポジトリ追加
rpm -ivh http://ftp-srv2.kddilabs.jp/Linux/distributions/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm

nginxリポジトリ追加
rpm -ivh http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm

remiリポジトリ追加
rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm

perconaリポジトリ追加
rpm -ivh http://www.percona.com/downloads/percona-release/percona-release-0.0-1.x86_64.rpm

zabbixリポジトリ追加
rpm -ivh http://repo.zabbix.com/zabbix/2.2/rhel/6/x86_64/zabbix-release-2.2-1.el6.noarch.rpm

vim /etc/yum.repos.d/remi.repo
---
[remi]
name=Les RPM de remi pour Enterprise Linux 6 - $basearch
#baseurl=http://rpms.famillecollet.com/enterprise/6/remi/$basearch/
mirrorlist=http://rpms.famillecollet.com/enterprise/6/remi/mirror
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
---

yum install nginx-1.4.7-1.el6.ngx
yum install php php-mysqlnd php-mbstring php-xml php-gd php-mcrypt php-pspell php-pecl-imagick php-pecl-apc php-fpm php-pecl-memcache php-devel
chown root:nginx /var/lib/php/session

yum install mysql mysql-server
yum install zabbix-server-mysql zabbix-web-mysql zabbix-web-japanese zabbix-agent zabbix-get

ひとまずこれでミドルウェアは入りますが、設定などのメンドイのはここから・・・・

CentOS7が早く普及して欲しいですね