Commit 490ec2ec authored by Michael Shigorin's avatar Michael Shigorin

server: added zabbix target

This is a refactored result of Zabbix-related experiments; we can do a rough zabbix server sketch that still requires its own setup to go. NB: both the pkglist and the target are describing several distinct things actually: zabbix server, zabbix agent, and the underlying SQL/HTTP/SMTP servers which might get their own smaller targets some day.
parent b7989568
......@@ -18,6 +18,13 @@ use/server/ovz: use/server
@$(call add,MAIN_KMODULES,drbd83 kvm)
@$(call add,BASE_LISTS,ovz-server)
# NB: examine zabbix-preinstall package, initialization is NOT automatic!
use/server/zabbix: use/server use/services use/control
@$(call add,THE_LISTS,$(call tags,server zabbix))
@$(call add,DEFAULT_SERVICES_ENABLE,zabbix_mysql zabbix_agentd)
@$(call add,DEFAULT_SERVICES_ENABLE,httpd2 mysqld postfix)
@$(call add,CONTROL,postfix:server)
use/server/groups/base: use/server
@$(call add,MAIN_GROUPS,dns-server http-server ftp-server kvm-server)
@$(call add,MAIN_GROUPS,ipmi mysql-server dhcp-server mail-server)
......
zabbix-server-mysql
zabbix-phpfrontend-apache2-mod_php5
zabbix-agent
zabbix-preinstall
MySQL-server
MySQL-client
php5-gd2
php5-mbstring
php5-mysqli
php5-sockets
postfix
mailx
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