Você está na página 1de 2

Zabbix Cloud - coming soon!

Documentation English Customer Login

PRODUCT SOLUTIONS SERVICES & SUPPORT TRAINING PARTNERS COMMUNITY ABOUT US DOWNLOAD

Home / Product /

Download and install Zabbix

FOR PRODUCTION USE FOR TESTING PURPOSES FOR DEEP CUSTOMIZATION FOR QUICK AGENT DEPLOYMENT

Install Zabbix Zabbix Appliance Zabbix Sources Zabbix Agents


from Package Everything is preconfigured Compile it yourself Precompiled agents

Choose your platform Plug & play Customize it Most of popular platforms

Flexible configuration

1 Choose your platform

ZABBIX VERSION OS DISTRIBUTION OS VERSION DATABASE

4.0 LTS Red Hat Enterprise Linux 18.04 (Bionic) MySQL

3.0 LTS CentOS 16.04 (Xenial) PostgreSQL

2.2 LTS Oracle Linux 14.04 (Trusty)

pre-4.2 Ubuntu

Debian

SUSE Linux Enterprise Server

Raspbian

release notes 4.0

2
3 Install and configure Zabbix server for your platform

a. Install Zabbix repository documentation

# wget https://repo.zabbix.com/zabbix/4.0/ubuntu/pool/main/z/zabbix-release/zabbix-release_4.0-2+xenial_all.deb
# dpkg -i zabbix-release_4.0-2+xenial_all.deb
# apt update

b. Install Zabbix server, frontend, agent

# apt -y install zabbix-server-mysql zabbix-frontend-php zabbix-agent

c. Create initial database documentation

# mysql -uroot -p
password
mysql> create database zabbix character set utf8 collate utf8_bin;
mysql> grant all privileges on zabbix.* to zabbix@localhost identified by 'password';
mysql> quit;

Import initial schema and data. You will be prompted to enter your newly created password.

# zcat /usr/share/doc/zabbix-server-mysql*/create.sql.gz | mysql -uzabbix -p zabbix

d. Configure the database for Zabbix server

Edit file /etc/zabbix/zabbix_server.conf

DBPassword=password

e. Configure PHP for Zabbix frontend

Edit file /etc/zabbix/apache.conf, uncomment and set the right timezone for you.

# php_value date.timezone Europe/Riga

f. Start Zabbix server and agent processes

Start Zabbix server and agent processes and make it start at system boot:

# systemctl restart zabbix-server zabbix-agent apache2


# systemctl enable zabbix-server zabbix-agent apache2

Now your Zabbix server is up and running!

4 Configure Zabbix frontend

Connect to your newly installed Zabbix frontend: http://server_ip_or_name/zabbix


Follow steps described in Zabbix documentation: Installing frontend

5 Start using Zabbix

See Quickstart guide


Need help from Zabbix team?

Consulting Technical Support Training

Get assistance in better understanding the Get access to the team of Zabbix experts that Get theoretical and practical knowledge in 5
benefits and potential from using Zabbix know every little bit of the source code days in many local languages

USA EUROPE JAPAN RUSSIA

+1 877-4-ZABBIX +371 6778-4742 +81 3-4405-7338 +7 (495) 369-54-95 Find local partner

PRODUCT SOLUTIONS SERVICES TRAINING PARTNERS COMMUNITY COMPANY

Features Overview By Topic Support Certified User Partner Program Events About Us

New in Zabbix 4.0 By Industry Consulting Certified Specialist Become a Partner Forum Careers

Screenshots For Enterprises Turn-key solution Certified Professional Strategic Partners Blog Contacts

System Requirements Case Studies Template building Certified Expert Distributors IRC channels Press Releases

Life Cycle & Release Customers & Users Upgrade Testimonials Map of Partners Bugs and Feature Trademark
Policy Requests
Integrations Development Training FAQ
License Developers
Remote troubleshooting Application form
Documentation Share
Integration Webinars
Roadmap Newsletters Join us! We are hiring!

Join 10,000+ readers of our Zabbix News Enter your email

© 2001-2019 by Zabbix LLC. All rights reserved. Privacy Policy Trademark Policy

Você também pode gostar