Commit 5270d6d6 authored by Alain Takoudjou's avatar Alain Takoudjou

Add zabbix_server component

parent f4b031d1
[buildout]
parts =
zabbix-agent
extends =
../curl/buildout.cfg
../mariadb/buildout.cfg
../pkgconfig/buildout.cfg
[zabbix-agent]
recipe = slapos.recipe.cmmi
url = http://downloads.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/2.0.10/zabbix-2.0.10.tar.gz
......@@ -9,3 +15,19 @@ md5sum = 49297c0ac61858fd75ab9ea18ca6cdbb
configure-options =
--enable-agent
--enable-ipv6
[zabbix-server]
recipe = slapos.recipe.cmmi
version = 2.0.10
url = http://downloads.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/2.0.10/zabbix-2.0.10.tar.gz
md5sum = 49297c0ac61858fd75ab9ea18ca6cdbb
keep-compile-dir = true
configure-options =
--enable-server
--enable-ipv6
--with-libcurl=${curl:location}/bin/curl-config
--with-mysql=${mariadb:location}/bin/mysql_config
environment =
PATH=${curl:location}/bin:${pkgconfig:location}/bin:%(PATH)s
LDFLAGS=-L${mariadb:location}/lib -Wl,-rpath=${mariadb:location}/lib
CPPFLAGS=-I${mariadb:location}/include
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment