25 lines
		
	
	
		
			811 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			811 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # ZBX_SERVER_HOST=zabbix-server
 | |
| # ZBX_SERVER_PORT=10051
 | |
| ZBX_SERVER_NAME=Composed installation
 | |
| # ZBX_HISTORYSTORAGEURL=http://elasticsearch:9200/ # Available since 3.4.5
 | |
| # ZBX_HISTORYSTORAGETYPES=['uint', 'dbl', 'str', 'text', 'log'] # Available since 3.4.5
 | |
| # ENABLE_WEB_ACCESS_LOG=true
 | |
| # ZBX_MAXEXECUTIONTIME=600
 | |
| # ZBX_MEMORYLIMIT=128M
 | |
| # ZBX_POSTMAXSIZE=16M
 | |
| # ZBX_UPLOADMAXFILESIZE=2M
 | |
| # ZBX_MAXINPUTTIME=300
 | |
| # ZBX_SESSION_NAME=zbx_sessionid
 | |
| # Timezone one of: http://php.net/manual/en/timezones.php
 | |
| PHP_TZ=Asia/Tokyo
 | |
| # ZBX_DENY_GUI_ACCESS=false
 | |
| # ZBX_GUI_ACCESS_IP_RANGE=['127.0.0.1']
 | |
| # ZBX_GUI_WARNING_MSG=Zabbix is under maintenance.
 | |
| 
 | |
| # PHP_FPM_PM=dynamic
 | |
| # PHP_FPM_PM_MAX_CHILDREN=50
 | |
| # PHP_FPM_PM_START_SERVERS=5
 | |
| # PHP_FPM_PM_MIN_SPARE_SERVERS=5
 | |
| # PHP_FPM_PM_MAX_SPARE_SERVERS=35
 | |
| # PHP_FPM_PM_MAX_REQUESTS=0
 |