roles/zabbix-server: Deploy Zabbix server, web UI
The *zabbix-server* role deploys the Zabbix server database, daemon, and web interface. It requires the *apache* role to configure Apache HTTPD to serve the web UI.
This commit is contained in:
6
roles/zabbix-server/templates/zabbix-php.httpd.conf.j2
Normal file
6
roles/zabbix-server/templates/zabbix-php.httpd.conf.j2
Normal file
@@ -0,0 +1,6 @@
|
||||
php_value max_execution_time {{ zabbix_php_max_execution_time }}
|
||||
php_value memory_limit {{ zabbix_php_memory_limit }}
|
||||
php_value post_max_size {{ zabbix_php_post_max_size }}
|
||||
php_value upload_max_filesize {{ zabbix_php_upload_max_filesize }}
|
||||
php_value max_input_time {{ zabbix_php_max_input_time }}
|
||||
php_value date.timezone {{ zabbix_php_timezone|d('UTC') }}
|
||||
Reference in New Issue
Block a user