Detailed installation process of the network monitoring software Zabbix (1)

Source: Internet
Author: User

ZabbixConsists of two parts: zabbix server and the optional component zabbix agent. Let's take a look at its installation process!

 1. Create a zabbix system account

For security reasons, we recommend that you create zabbix users to run ZABBIX.

Useradd zabbix

2. decompress:

Tar xvzf zabbix-1.1beta12.tar.gz

3. Create a ZABBIX Database

 
 
  1. mysql -u test -p  
  2.  
  3. >create database zabbix;  
  4.  
  5. >quit;  
  6.  
  7. /* 1.1.6 cd create/mysql  
  8.  
  9. cat schema.sql |mysql -u root -p zabbix  
  10.  
  11. cd ../data  
  12.  
  13. cat data.sql |mysql -u root -p zabbix */ 
  14.  
  15. 1.4.1  
  16.  
  17. cd create/schema  
  18.  
  19. cat schema.sql |mysql -u root -p zabbix  
  20.  
  21. cd ../data  
  22.  
  23. cat data.sql |mysql -u root -p zabbix  
  24.  
  25. cat images_mysql.sql |mysql -u root -p zabbix  
  26.  

4. Compile:

SERVER + client Compilation:

./Configure -- with-mysql -- with-net-snmp -- enable-server -- enable-agent -- prefix =/usr/local/zabbix

The client only needs to execute:

./Configure -- prefix =/usr/local/zabbix -- enable-agent

Make

Make install

Cd/usr/local/zabbix/bin

For I in *; do ln-s/usr/local/zabbix/bin/$ I/usr/bin/$ I; done


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.