Hi folks
I've refreshed the Zabbix RPM packages I've built in the past, and because I'm all geeked out about Zabbix having support for polling the SNMP ifDescr in the upcoming Zabbix 2.0 I built packages for Zabbix 1.9.3 as well (which includes this support)
http://download.opensuse.org/reposit...rhart:/zabbix/ is where you can get Zabbix 1.8.5 packages for CentOS and RHEL 5/6, and
http://download.opensuse.org/reposit...:/zabbix-beta/ is where you can get RPMs for Zabbix 1.9.3 (be aware Zabbix 1.9.3 is considered an ALPHA release - just for taking a sneek peek, not for production)
You can easily add the zabbix or zabbix beta repo to CentOS or RHEL by doing something similar to this:
...after doing that, 'yum install zabbix' should work. For the beta repo, just add -beta after zabbix in that URL.
This was all made possible by Andrew Farley's specfile he created a while back, with a helpful tweak to the spec file to resolve a minor issue with Andrew's 'install' command (see http://backedbyapenguin.wordpress.co...-zabbix-1-8-5/ for details)
I've refreshed the Zabbix RPM packages I've built in the past, and because I'm all geeked out about Zabbix having support for polling the SNMP ifDescr in the upcoming Zabbix 2.0 I built packages for Zabbix 1.9.3 as well (which includes this support)
http://download.opensuse.org/reposit...rhart:/zabbix/ is where you can get Zabbix 1.8.5 packages for CentOS and RHEL 5/6, and
http://download.opensuse.org/reposit...:/zabbix-beta/ is where you can get RPMs for Zabbix 1.9.3 (be aware Zabbix 1.9.3 is considered an ALPHA release - just for taking a sneek peek, not for production)
You can easily add the zabbix or zabbix beta repo to CentOS or RHEL by doing something similar to this:
Code:
cd /etc/yum.repos.d wget http://download.opensuse.org/repositories/home:/ericgearhart:/zabbix/CentOS_CentOS-5/home:ericgearhart:zabbix.repo yum update
This was all made possible by Andrew Farley's specfile he created a while back, with a helpful tweak to the spec file to resolve a minor issue with Andrew's 'install' command (see http://backedbyapenguin.wordpress.co...-zabbix-1-8-5/ for details)

Comment