Update required to pkg_config.xml for Zabbix package
-
What is the process to have http://www.pfsense.com/packages/pkg_config.xml updated?
The Zabbix agent has been upgrade to version 1.4.5, but pkg_config.xml still points to 1.4.4. That version is no longer available on the FTP server. I assume that this is why the install of the Zabbix agent fails.
I just finished an install of the Zabbix server and need to install the agent on two client sites.
Thanks!
-
I've got the same problem. Please could you fix it?
-
http://www.pfsense.com/packages/pkg_config.xml says:
<depends_on_package>zabbix-agent-1.4.5,2.tbz</depends_on_package>
Problem is at ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/net-mgmt/
there is just zabbix-agent-1.6,2.tbz.Any chance to fix that issue?
Cheers.
-
I would apreciate a working package aswel.
I have it already installed on our old firewall and it works perfectly as an agent.
I can't install the package on a new pfsense machine since the package deosn't work anymore :(
-
you can download zabbix 1.4.x sources, compile zabbix-agent (./configure –enable-agent --enable-static) in a freebsd 6 box.
Do a /usr/local/etc/rc.d/zabbix_agentd.sh stop and scp zabbix_agentd from the freebsd over /usr/local/bin of you pfsense box, and usr/local/etc/rc.d/zabbix_agentd.sh start.
Don't forget to also copy zabbix_agent, zabbix_get, zabbix_sender.Giacomo