Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Installation and deployment of ubuntu zabbix

2025-01-20 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

Installation environment: ubuntu 18.0.4

Install the Server/proxy/ front end

Install Zabbix server and use the MySQL database:

Apt install zabbix-server-mysql

Install Zabbix proxy and use the MySQL database:

Apt install zabbix-proxy-mysql

Install the Zabbix front end:

Apt install zabbix-frontend-php

Mysql New zabbix user

Mysql-u root

Create database zabbix character set utf8 collate utf8_bin

Grant all privileges on zabbix.* to zabbix@localhost identified by 'zabbix'

Quit

Import data

Use MySQL to import Zabbix server's initial database schema and data

Zcat / usr/share/doc/zabbix-server-mysql/create.sql.gz | mysql-uzabbix-p zabbix

There will be a few minutes up there, don't stop! Don't stop! Don't stop.

If you make an error in the middle of the execution, you can delete all the tables in the zabbix database in mysql, or simply delete the zabbix database and build a new one, and then import it again.

Configure php timezone:

Modify the timezone section of the configuration file to Shanghai:

/ etc/apache2/conf-enabled/zabbix.conf

The next step is to open the page http://127.0.0.1/zabbix/, step by step, and then log in to the page.

User name: Admin

Password: zabbix

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report