zabbixのダウングレードについて
お世話になります。
zabbix2.2.8をyumでUpdateしましたが
これを下位のバージョンに戻したいです。
以下で可能の様ですが
# yum downgrade パッケージ名
その前に、インストールされているZABBIXをしらべたました。
# yum --showduplicate list zabbix
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: ftp.yz.yamagata-u.ac.jp
* extras: ftp.yz.yamagata-u.ac.jp
* updates: ftp.yz.yamagata-u.ac.jp
Installed Packages
zabbix.i686 2.2.8-1.el6 @zabbix
Available Packages
zabbix.i386 2.2.0-1.el6 zabbix
zabbix.i386 2.2.1-1.el6 zabbix
zabbix.i386 2.2.2-1.el6 zabbix
zabbix.i386 2.2.3-1.el6 zabbix
zabbix.i386 2.2.4-1.el6 zabbix
zabbix.i386 2.2.5-1.el6 zabbix
zabbix.i386 2.2.6-1.el6 zabbix
zabbix.i386 2.2.7-1.el6 zabbix
zabbix.i686 2.2.8-1.el6
zaabbix2.2.5へダウングレードするのパッケージ名の指定は以下で問題ないでしょうか?
# yum downgrade zabbix.i386 2.2.5-1.el6
初歩的な質問ですがよろしくお願いします。
また、諸注意等があればお願いします。
補足ですが、Updateは以下を実施しています。
# yum update zabbix zabbix-web zabbix-web-japanese zabbix-get zabbix-sender
TNK - 投稿数: 4769
実際にやってみてはいませんが、パッケージの指定は以下のようになると思います。
# yum downgrade zabbix-2.2.5-1
注意点としては、Zabbixサーバであれば、zabbix-server-xxxx、zabbix-web-xxxxなどの
パッケージも同時にダウングレードする必要があるでしょうし、Zabbixエージェントで
あれば、zabbix-agentパッケージも同時にダウングレードすることが必要となるでしょう。
ただし、2.2.5ですと不具合や脆弱性のあるバージョンですので、利用されることは
強くお勧めしません。
k2k - 投稿数: 47
TNKさん
ご連絡ありがとうございます。
以下を検証サーバで実行してみました。
# yum downgrade zabbix-2.2.3-1.el6
ダウングレードはできたと思いましたが、以下がダウングレードしていませんでした。
# rpm -qa | grep zabbix
zabbix-web-2.2.8-1.el6.noarch
zabbix-web-japanese-2.2.8-1.el6.noarch
zabbix-2.2.3-1.el6.i386
zabbix-web-mysql-2.2.8-1.el6.noarch
zabbix-server-2.2.8-1.el6.i686
zabbix-agent-2.2.8-1.el6.i686
zabbix-sender-2.2.8-1.el6.i686
zabbix-release-2.2-1.el6.noarch
zabbix-server-mysql-2.2.8-1.el6.i686
zabbix-get-2.2.8-1.el6.i686
>zabbix-server-xxxx、zabbix-web-xxxxなど
>パッケージも同時にダウングレードする
上記を以下の感じで各ダウングレードすれば、良いでしょうか?
yum downgrade zabbix-web-2.2.3-1.el6
yum downgrade zabbix-web-mysql-2.2.3-1.el6
yum downgrade zabbix-web-japanese-2.2.3-1.el6
yum downgrade zabbix-server-2.2.3-1.el6
yum downgrade zabbix-agent-2.2.3-1.el6
yum downgrade zabbix-sender-2.2.3-1.el6
yum downgrade zabbix-server-mysql-2.2.3-1.el6
yum downgrade zabbix-get-2.2.3-1.el6
ダウングレードの手法を確立したいところでございます。
同時に手順をふまないとエラーになる様です。
また、順番がある感じです。
誠に申し訳ありませんが、ご教授ください。
TNK - 投稿数: 4769
先に書かせて頂いた通り「同時に」ダウングレードを実行する必要がありますので、
個別にダウングレードするのではなく、該当するパッケージ全てを引数に設定して
みてください。
k2k - 投稿数: 47
TNKさん
連絡誠に、ありがとうございます。
該当するパッケージ全てを引数に設定して、2.2.5にダウングレードしてみましたが、
Error: Package: zabbix-agent-2.2.5-1.el6.i386 (zabbix)のエラーになります。
yumキャッシュをクリアしてみましたが同じです。
原因や対処方法はありませんでしょうか?
※ZABBIXのserver、agentのサービスは停止しています。
[root@Zabbix-Test ~]# rpm -qa | grep zabbix
zabbix-web-2.2.8-1.el6.noarch
zabbix-web-japanese-2.2.8-1.el6.noarch
zabbix-2.2.8-1.el6.i686
zabbix-web-mysql-2.2.8-1.el6.noarch
zabbix-server-2.2.8-1.el6.i686
zabbix-get-2.2.8-1.el6.i686
zabbix-agent-2.2.8-1.el6.i686
zabbix-sender-2.2.8-1.el6.i686
zabbix-release-2.2-1.el6.noarch
zabbix-server-mysql-2.2.8-1.el6.i686
[root@Zabbix-Test ~]# yum downgrade zabbix-web-2.2.5-1.el6 zabbix-web-mysql-2.2.5-1.el6 zabbix-web-japanese-2.2.5-1.el6 zabbix-server-2.2.5-1.el6 zabbix-agent-2.2.5-1.el6 zabbix-sender-2.2.5-1.el6 zabbix-server-mysql-2.2.5-1.el6 zabbix-get-2.2.5-1.el6
Loaded plugins: fastestmirror, security
Setting up Downgrade Process
Determining fastest mirrors
* base: www.ftp.ne.jp
* extras: www.ftp.ne.jp
* updates: www.ftp.ne.jp
base | 3.7 kB 00:00
base/primary_db | 3.6 MB 00:03
extras | 3.4 kB 00:00
extras/primary_db | 29 kB 00:00
updates | 3.4 kB 00:00
updates/primary_db | 1.9 MB 00:01
zabbix | 951 B 00:00
zabbix/primary | 22 kB 00:00
zabbix 145/145
zabbix-non-supported | 951 B 00:00
zabbix-non-supported/primary | 3.8 kB 00:00
zabbix-non-supported 15/15
Resolving Dependencies
--> Running transaction check
---> Package zabbix-agent.i386 0:2.2.5-1.el6 will be a downgrade
--> Processing Dependency: zabbix = 2.2.5-1.el6 for package: zabbix-agent-2.2.5-1.el6.i386
---> Package zabbix-agent.i686 0:2.2.8-1.el6 will be erased
---> Package zabbix-get.i386 0:2.2.5-1.el6 will be a downgrade
---> Package zabbix-get.i686 0:2.2.8-1.el6 will be erased
---> Package zabbix-sender.i386 0:2.2.5-1.el6 will be a downgrade
---> Package zabbix-sender.i686 0:2.2.8-1.el6 will be erased
---> Package zabbix-server.i386 0:2.2.5-1.el6 will be a downgrade
--> Processing Dependency: zabbix = 2.2.5-1.el6 for package: zabbix-server-2.2.5-1.el6.i386
---> Package zabbix-server.i686 0:2.2.8-1.el6 will be erased
---> Package zabbix-server-mysql.i386 0:2.2.5-1.el6 will be a downgrade
--> Processing Dependency: zabbix = 2.2.5-1.el6 for package: zabbix-server-mysql-2.2.5-1.el6.i386
---> Package zabbix-server-mysql.i686 0:2.2.8-1.el6 will be erased
---> Package zabbix-web.noarch 0:2.2.5-1.el6 will be a downgrade
---> Package zabbix-web.noarch 0:2.2.8-1.el6 will be erased
---> Package zabbix-web-japanese.noarch 0:2.2.5-1.el6 will be a downgrade
---> Package zabbix-web-japanese.noarch 0:2.2.8-1.el6 will be erased
---> Package zabbix-web-mysql.noarch 0:2.2.5-1.el6 will be a downgrade
---> Package zabbix-web-mysql.noarch 0:2.2.8-1.el6 will be erased
--> Finished Dependency Resolution
Error: Package: zabbix-agent-2.2.5-1.el6.i386 (zabbix)
Requires: zabbix = 2.2.5-1.el6
Installed: zabbix-2.2.8-1.el6.i686 (@zabbix)
zabbix = 2.2.8-1.el6
Available: zabbix-2.2.0-1.el6.i386 (zabbix)
zabbix = 2.2.0-1.el6
Available: zabbix-2.2.1-1.el6.i386 (zabbix)
zabbix = 2.2.1-1.el6
Available: zabbix-2.2.2-1.el6.i386 (zabbix)
zabbix = 2.2.2-1.el6
Available: zabbix-2.2.3-1.el6.i386 (zabbix)
zabbix = 2.2.3-1.el6
Available: zabbix-2.2.4-1.el6.i386 (zabbix)
zabbix = 2.2.4-1.el6
Available: zabbix-2.2.5-1.el6.i386 (zabbix)
zabbix = 2.2.5-1.el6
Available: zabbix-2.2.6-1.el6.i386 (zabbix)
zabbix = 2.2.6-1.el6
Available: zabbix-2.2.7-1.el6.i386 (zabbix)
zabbix = 2.2.7-1.el6
Error: Package: zabbix-server-2.2.5-1.el6.i386 (zabbix)
Requires: zabbix = 2.2.5-1.el6
Installed: zabbix-2.2.8-1.el6.i686 (@zabbix)
zabbix = 2.2.8-1.el6
Available: zabbix-2.2.0-1.el6.i386 (zabbix)
zabbix = 2.2.0-1.el6
Available: zabbix-2.2.1-1.el6.i386 (zabbix)
zabbix = 2.2.1-1.el6
Available: zabbix-2.2.2-1.el6.i386 (zabbix)
zabbix = 2.2.2-1.el6
Available: zabbix-2.2.3-1.el6.i386 (zabbix)
zabbix = 2.2.3-1.el6
Available: zabbix-2.2.4-1.el6.i386 (zabbix)
zabbix = 2.2.4-1.el6
Available: zabbix-2.2.5-1.el6.i386 (zabbix)
zabbix = 2.2.5-1.el6
Available: zabbix-2.2.6-1.el6.i386 (zabbix)
zabbix = 2.2.6-1.el6
Available: zabbix-2.2.7-1.el6.i386 (zabbix)
zabbix = 2.2.7-1.el6
Error: Package: zabbix-server-mysql-2.2.5-1.el6.i386 (zabbix)
Requires: zabbix = 2.2.5-1.el6
Installed: zabbix-2.2.8-1.el6.i686 (@zabbix)
zabbix = 2.2.8-1.el6
Available: zabbix-2.2.0-1.el6.i386 (zabbix)
zabbix = 2.2.0-1.el6
Available: zabbix-2.2.1-1.el6.i386 (zabbix)
zabbix = 2.2.1-1.el6
Available: zabbix-2.2.2-1.el6.i386 (zabbix)
zabbix = 2.2.2-1.el6
Available: zabbix-2.2.3-1.el6.i386 (zabbix)
zabbix = 2.2.3-1.el6
Available: zabbix-2.2.4-1.el6.i386 (zabbix)
zabbix = 2.2.4-1.el6
Available: zabbix-2.2.5-1.el6.i386 (zabbix)
zabbix = 2.2.5-1.el6
Available: zabbix-2.2.6-1.el6.i386 (zabbix)
zabbix = 2.2.6-1.el6
Available: zabbix-2.2.7-1.el6.i386 (zabbix)
zabbix = 2.2.7-1.el6
You could try using --skip-broken to work around the problem
** Found 107 pre-existing rpmdb problem(s), 'yum check' output follows:
SiteScopeInst-11.20.000-1.i386 has missing requires of /sbin/sh
SiteScopeInst-11.20.000-1.i386 has missing requires of /usr/bin/sh
SiteScopeInst-11.20.000-1.i386 has missing requires of /usr/xpg4/bin/sh
SiteScopeInst-11.20.000-1.i386 has missing requires of libc.so.1
SiteScopeInst-11.20.000-1.i386 has missing requires of libc.so.1(SYSVABI_1.3)
SiteScopeJRE-11.23.020-1.i386 has missing requires of ld-linux-x86-64.so.2()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of ld-linux-x86-64.so.2(GLIBC_2.3)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libGL.so.1
SiteScopeJRE-11.23.020-1.i386 has missing requires of libGL.so.1()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libX11.so.6()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libXext.so.6()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libXi.so.6()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libXrender.so.1()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libXtst.so.6
SiteScopeJRE-11.23.020-1.i386 has missing requires of libXtst.so.6()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libXxf86vm.so.1
SiteScopeJRE-11.23.020-1.i386 has missing requires of libXxf86vm.so.1()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libasound.so.2()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libasound.so.2(ALSA_0.9)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libasound.so.2(ALSA_0.9.0rc4)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libatk-1.0.so.0()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libavcodec.so.52
SiteScopeJRE-11.23.020-1.i386 has missing requires of libavcodec.so.52()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libavcodec.so.52(LIBAVCODEC_52)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libavcodec.so.52(LIBAVCODEC_52)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libavcodec.so.53
SiteScopeJRE-11.23.020-1.i386 has missing requires of libavcodec.so.53()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libavcodec.so.53(LIBAVCODEC_53)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libavcodec.so.53(LIBAVCODEC_53)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libavformat.so.52
SiteScopeJRE-11.23.020-1.i386 has missing requires of libavformat.so.52()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libavformat.so.52(LIBAVFORMAT_52)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libavformat.so.52(LIBAVFORMAT_52)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libavformat.so.53
SiteScopeJRE-11.23.020-1.i386 has missing requires of libavformat.so.53()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libavformat.so.53(LIBAVFORMAT_53)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libavformat.so.53(LIBAVFORMAT_53)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libc.so.6()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libc.so.6(GLIBC_2.11)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libc.so.6(GLIBC_2.2.5)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libc.so.6(GLIBC_2.3)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libc.so.6(GLIBC_2.3.2)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libc.so.6(GLIBC_2.3.4)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libc.so.6(GLIBC_2.4)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libc.so.6(GLIBC_2.7)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libc.so.6(GLIBC_2.8)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libcairo.so.2()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libdl.so.2()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libdl.so.2(GLIBC_2.2.5)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libfontconfig.so.1()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libfreetype.so.6()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libgcc_s.so.1()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libgcc_s.so.1(GCC_3.0)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libgcc_s.so.1(GCC_3.3)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libgcc_s.so.1(GCC_4.2.0)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libgdk-x11-2.0.so.0()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libgdk_pixbuf-2.0.so.0()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libgio-2.0.so.0()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libglib-2.0.so.0()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libgmodule-2.0.so.0()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libgobject-2.0.so.0()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libgthread-2.0.so.0()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libgtk-x11-2.0.so.0()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libm.so.6()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libm.so.6(GLIBC_2.2.5)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libnsl.so.1()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libpango-1.0.so.0()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libpangocairo-1.0.so.0()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libpangoft2-1.0.so.0()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libpthread.so.0()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libpthread.so.0(GLIBC_2.2.5)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libpthread.so.0(GLIBC_2.3.2)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of librt.so.1()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libstdc++.so.6()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libstdc++.so.6(CXXABI_1.3)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libstdc++.so.6(GLIBCXX_3.4)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libstdc++.so.6(GLIBCXX_3.4.11)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libstdc++.so.6(GLIBCXX_3.4.9)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libthread_db.so.1()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libthread_db.so.1(GLIBC_2.2.5)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libxml2.so.2()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libxml2.so.2(LIBXML2_2.4.30)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libxml2.so.2(LIBXML2_2.6.0)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libxml2.so.2(LIBXML2_2.6.6)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libxslt.so.1()(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libxslt.so.1(LIBXML2_1.0.11)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libxslt.so.1(LIBXML2_1.0.22)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libxslt.so.1(LIBXML2_1.0.24)(64bit)
SiteScopeJRE-11.23.020-1.i386 has missing requires of libxslt.so.1(LIBXML2_1.1.9)(64bit)
SiteScopeMain1-11.20.000-1.i386 has missing requires of libdc_requests.so
SiteScopeMain1-11.20.000-1.i386 has missing requires of libicudata.so
SiteScopeMain1-11.20.000-1.i386 has missing requires of libicudata.so.36
SiteScopeMain1-11.20.000-1.i386 has missing requires of libicui18n.so.36
SiteScopeMain1-11.20.000-1.i386 has missing requires of libicutu.so.36
SiteScopeMain1-11.20.000-1.i386 has missing requires of libicuuc.so.36
SiteScopeMain1-11.20.000-1.i386 has missing requires of libmmdbigtable.so
SiteScopeMain1-11.20.000-1.i386 has missing requires of librunlogic.so
SiteScopeMain1-11.20.000-1.i386 has missing requires of libstdc++-libc6.1-1.so.2
SiteScopeMain1-11.20.000-1.i386 has missing requires of libstdc++.so.5
SiteScopeMain1-11.20.000-1.i386 has missing requires of libstdc++.so.5(CXXABI_1.2)
SiteScopeMain1-11.20.000-1.i386 has missing requires of libstdc++.so.5(GLIBCPP_3.2)
SiteScopeMain1-11.20.000-1.i386 has missing requires of libvm.so
SiteScopeMain1-11.20.000-1.i386 has missing requires of libxerces-c.so
SiteScopeMain1-11.20.000-1.i386 has missing requires of libxerces-c1_6_0.so
SiteScopeMain2-11.20.000-1.i386 has missing requires of /usr/bin/sh
SiteScopeMain2-11.20.000-1.i386 has missing requires of libstdc++.so.5
SiteScopeMain3-11.20.000-1.i386 has missing requires of /usr/local/bin/python
[root@Zabbix-Test ~]# rpm -qa | grep zabbix
zabbix-web-2.2.8-1.el6.noarch
zabbix-web-japanese-2.2.8-1.el6.noarch
zabbix-2.2.8-1.el6.i686
zabbix-web-mysql-2.2.8-1.el6.noarch
zabbix-server-2.2.8-1.el6.i686
zabbix-get-2.2.8-1.el6.i686
zabbix-agent-2.2.8-1.el6.i686
zabbix-sender-2.2.8-1.el6.i686
zabbix-release-2.2-1.el6.noarch
zabbix-server-mysql-2.2.8-1.el6.i686
TNK - 投稿数: 4769
これは、Zabbixの問題ではありません。
yumコマンドの使い方の問題です。
エラーメッセージをきちんと読んでください。
同時に関連するパッケージをすべて引数で指定してください。
今回の記載頂いた例であれば、zabbixパッケージが指定されていません。
なので、依存している各種パッケージがダウングレードできない状況になっているのでしょう。
ご確認ください。
k2k - 投稿数: 47
TNKさん
失礼しました。
単純に zabbix-2.2.5-1.el6 のコマンド記載漏れでした。
以下で、2.2.5にダウングレードができました。
#yum downgrade zabbix-2.2.5-1.el6 zabbix-web-2.2.5-1.el6 zabbix-web-mysql-2.2.5-1.el6 zabbix-web-japanese-2.2.5-1.el6 zabbix-server-2.2.5-1.el6 zabbix-agent-2.2.5-1.el6 zabbix-sender-2.2.5-1.el6 zabbix-server-mysql-2.2.5-1.el6 zabbix-get-2.2.5-1.el6
対応に感謝いたします。
ありがとうございました。