Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
isaak yansane-sisk
slapos
Commits
5270d6d6
Commit
5270d6d6
authored
Apr 07, 2014
by
Alain Takoudjou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add zabbix_server component
parent
f4b031d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
component/zabbix/buildout.cfg
component/zabbix/buildout.cfg
+22
-0
No files found.
component/zabbix/buildout.cfg
View file @
5270d6d6
[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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment