forked from altcloud/mkimage-profiles
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.
This commit is contained in:
parent
b79895681f
commit
490ec2ec0d
@ -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)
|
||||
|
16
pkg.in/lists/tagged/server+zabbix
Normal file
16
pkg.in/lists/tagged/server+zabbix
Normal file
@ -0,0 +1,16 @@
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user