Web interface configuration Zabbix The last hint that you cannot create a zabbix.conf.php file, you can give conf directory write permissions to the Zabbix directory, and Zabbix the genus of this directory is also the Web-run user and group. Modify the Zabbix.conf.php.example file in the inside. Change to fit your configuration, as shown below
<?php
Zabbix GUI configuration file
Global $DB;
$DB ["TYPE"]= ' MYSQL '; Types of databases
$DB ["SERVER"]= ' localhost '; Name of the database
$DB ["PORT"]= ' 3306 '; Port
$DB ["DATABASE"]= ' Zabbix '; Zabbix the name of the library you want to use
$DB ["USER"]= ' root '; What user to connect to database, test here, so as root, please change your own as appropriate.
$DB ["PASSWORD"]= ' 123456 '; Password
SCHEMA is relevant only for IBM_DB2 database
$DB ["SCHEMA"]= ";
$ZBX _server= ' 192.168.23.11 '; IP of Zabbix-server
$ZBX _server_port= ' 10051 '; Port of Zabbix-server
$ZBX _server_name= ";
$IMAGE _format_default= image_format_png;
?>
Installing the Zabbix Web interface The last hint of a configuration file cannot be created