My testing repo can be configured for yum with:
db yum_repositories set fws-testing repository BaseURL http://repo.firewall-services.com/sme-testing EnableGroups no GPGCheck no Visible yes status disabled
signal-event yum-modify
But be aware that package here might not be stable. I sometime upload an update which can breack the packages.
For the proxy, you can find the base package in the repo, but I haven't started the integration one, I'll try to work on it when both server and agent are ok.
For the agent package, I'm working hard to add some UserParameters which I think are missing from the standard agent (like used memory, ups status, mysql stats, mails stats soon etc...). Just look at /etc/zabbix/zabbix_agentd.conf file to know which item you should add on the server.
last, here how-to install:
For the server part, you need php-bcmath extension. I don't know if it's available for php4, so I've updated my server to php5 of centosplus repo. You can follow this how-to for this part:
http://sme.firewall-services.com/spip.php?article64Then, install the server:
yum --enablerepo=centosplus --enablerepo=fws-testing install smeserver-zabbix-server
For the agent:
yum --enablerepo=fws-testing install smeserver-zabbix-agent
And finish with a :
signal-event zabbix-agent-update
signal-event zabbix-server-update