For this procedure Zabbix repository provides choice of 3 packages named as follows:
where the last value of the name (after zabbix-proxy-) represents database type of the package — MySQL, PostgreSQL and SQLite respectively.
Install proxy and make sure to insert correct database type value for <database_type>
:
Create Zabbix proxy database and its user.
For instructions on doing that, see examples from server installation with MySQL or PostgreSQL and mind peculiarity of the SQLite creation.
Then import initial schema. Make sure to insert correct version for 3.2.X
.
MySQL command:
PostgreSQL command:
SQLite command:
In order to check the version you have in your package, use the following command:
After database is installed and zabbix_proxy.conf file is configured, you may start Zabbix proxy process.
Install proxy and make sure to insert correct database type value for <database_type>
:
Create Zabbix proxy database and its user.
For instructions on doing that, see examples from server installation with MySQL or PostgreSQL and mind peculiarity of the SQLite creation.
Then import initial schema.
MySQL command:
PostgreSQL command:
SQLite command:
After database is installed and zabbix_proxy.conf file is configured, you may start Zabbix proxy process.
Edit proxy host, name, user and password in zabbix_proxy.conf
If Zabbix proxy and Zabbix server are installed on the same host, their databases must have unique names! Defaults for both are zabbix
.