mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-19 17:38:43 +02:00
Fixed small issues. Preparation for Appliance
This commit is contained in:
parent
6e7a247564
commit
fb6866403c
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@ if [ "${DEBUG_MODE}" == "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Type of Zabbix component
|
# Type of Zabbix component
|
||||||
# Possible values: [server, proxy, agent, web, dev]
|
# Possible values: [server, proxy, agent, frontend, java-gateway, appliance]
|
||||||
zbx_type=${ZBX_TYPE}
|
zbx_type=${ZBX_TYPE}
|
||||||
# Type of Zabbix database
|
# Type of Zabbix database
|
||||||
# Possible values: [mysql, postgresql]
|
# Possible values: [mysql, postgresql]
|
||||||
zbx_db_type=${ZBX_DB_TYPE}
|
zbx_db_type=${ZBX_DB_TYPE}
|
||||||
# Type of web-server. Valid only with zbx_type = web
|
# Type of web-server. Valid only with zbx_type = frontend
|
||||||
# Possible values: [apache, nginx]
|
# Possible values: [apache, nginx]
|
||||||
zbx_opt_type=${ZBX_OPT_TYPE}
|
zbx_opt_type=${ZBX_OPT_TYPE}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user