Linux monitoring platform, installation Zabbix

Source: Internet
Author: User

1. Linux Monitoring Platform

2, Zabbix monitoring

3, Zabbix installation
Download: wget-c https://repo.zabbix.com/zabbix/3.4/rhel/7/x86_64/ zabbix-release-3.4-2.el7.noarch.rpm
Install RPM Package: RPM-IVH zabbix-release-3.4-2.el7.noarch.rpm
Then, install with Yum:
yum install-y zabbix-agent zabbix-get zabbix-server-mysql zabbix-web Zabbix-web-mysql

Enter MySQL to create a library: creationdatabase Zabbix character set UTF8;
Re-authorization: Grant all onzabbix.* to ' Zabbix ' @ ' 127.0.0.1 ' identified by ' zabbixtest ';
Then exit:
And then enter:cd/usr/share/doc/zabbix-server-mysql-3.4.11/
Import data: Extract first:gzip-d create.sql.gz, then import:mysql-uroot-p Zabbix < Create.sql
And stop the 80 ports that you used to stand on.
Start httpd:systemctl start httpd
Restart Zabbix service:systemctl start Zabbix-server.service
Last viewed:ps aux |grep Zabbix

Linux monitoring platform, installation Zabbix

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.