This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
manual:installation:install_from_packages:debian_ubuntu [2017/11/29 13:04] martins-v highlighting important information |
manual:installation:install_from_packages:debian_ubuntu [2018/09/11 08:19] (current) dimir [Frontend configuration] added php value max_input_vars |
||
---|---|---|---|
Line 8: | Line 8: | ||
* Debian 8 (Jessie) | * Debian 8 (Jessie) | ||
* Debian 7 (Wheezy) | * Debian 7 (Wheezy) | ||
+ | * Ubuntu 18.04 (Bionic Beaver) LTS | ||
* Ubuntu 16.04 (Xenial Xerus) LTS | * Ubuntu 16.04 (Xenial Xerus) LTS | ||
* Ubuntu 14.04 (Trusty Tahr) LTS | * Ubuntu 14.04 (Trusty Tahr) LTS | ||
Line 19: | Line 20: | ||
**Note!** For Debian 8, substitute 'stretch' with 'jessie' in the commands. For Debian 7, substitute 'stretch' with 'wheezy' in the commands. | **Note!** For Debian 8, substitute 'stretch' with 'jessie' in the commands. For Debian 7, substitute 'stretch' with 'wheezy' in the commands. | ||
- | # wget http://repo.zabbix.com/zabbix/3.4/debian/pool/main/z/zabbix-release/zabbix-release_3.4-1+stretch_all.deb | + | # wget https://repo.zabbix.com/zabbix/3.4/debian/pool/main/z/zabbix-release/zabbix-release_3.4-1+stretch_all.deb |
# dpkg -i zabbix-release_3.4-1+stretch_all.deb | # dpkg -i zabbix-release_3.4-1+stretch_all.deb | ||
- | # apt-get update | + | # apt update |
- | For **Ubuntu 16.04**, run the following commands: | + | For **Ubuntu 18.04 (bionic)**, run the following commands: |
- | **Note!** For Ubuntu 14.04, substitute 'xenial' with 'trusty' in the commands. | + | # wget https://repo.zabbix.com/zabbix/3.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_3.4-1+bionic_all.deb |
+ | # dpkg -i zabbix-release_3.4-1+bionic_all.deb | ||
+ | # apt update | ||
- | # wget http://repo.zabbix.com/zabbix/3.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_3.4-1+xenial_all.deb | + | * For Ubuntu 16.04, substitute 'bionic' with 'xenial' in the commands. |
- | # dpkg -i zabbix-release_3.4-1+xenial_all.deb | + | * For Ubuntu 14.04, substitute 'bionic' with 'trusty' in the commands. |
- | # apt-get update | + | |
=== Server/proxy/frontend installation === | === Server/proxy/frontend installation === | ||
Line 35: | Line 37: | ||
To install Zabbix server with MySQL support: | To install Zabbix server with MySQL support: | ||
- | # apt-get install zabbix-server-mysql | + | # apt install zabbix-server-mysql |
To install Zabbix proxy with MySQL support: | To install Zabbix proxy with MySQL support: | ||
- | # apt-get install zabbix-proxy-mysql | + | # apt install zabbix-proxy-mysql |
To install Zabbix frontend: | To install Zabbix frontend: | ||
- | # apt-get install zabbix-frontend-php | + | # apt install zabbix-frontend-php |
Substitute 'mysql' in the commands with 'pgsql' to use PostgreSQL, or with 'sqlite3' to use SQLite3 (proxy only). | Substitute 'mysql' in the commands with 'pgsql' to use PostgreSQL, or with 'sqlite3' to use SQLite3 (proxy only). | ||
Line 116: | Line 118: | ||
php_value upload_max_filesize 2M | php_value upload_max_filesize 2M | ||
php_value max_input_time 300 | php_value max_input_time 300 | ||
+ | php_value max_input_vars 10000 | ||
php_value always_populate_raw_post_data -1 | php_value always_populate_raw_post_data -1 | ||
# php_value date.timezone Europe/Riga | # php_value date.timezone Europe/Riga | ||
Line 125: | Line 128: | ||
To install the agent, run | To install the agent, run | ||
- | # apt-get install zabbix-agent | + | # apt install zabbix-agent |
To start the agent, run: | To start the agent, run: |