Mysql>grant all on zabbix.* to ' Zabbix ' @ ' 127.0.0.1 ' identified by ' * * * * * * * with GRANT option; #允许账户zabbix能从本机连接到数据库zabbixMysql> Use ZabbixMysql>source/var/www/html/zabbix-3.2.0/database/mysql/schema.sql #导入脚本文件到zabbix数据库Mysql>source/var/www/html/
How to Implement the active registration function of Zabbix to implement zabbix
Active Agent Auto-Registration. As the name suggests, you do not need to manually add host information on Zabbix Web to monitor hosts.
It is automatically registered with the Server by the Agent.
1,Zabbixconstituent PartsNote: This article references the Zabbix tutorial from Getting started to mastering the tutorial deployment, installed under the centos6.5 version. Zabbix can run on Linux,Solaris,HP-UX,AIX,FreeBSD, Open BSD, OS X and other platforms. (1) Zabbix serverthrough SNMP,Zabbix
; CREATE database Zabbix character set UTF8;Mysql> Grant all on zabbix.* to [e-mail protected] ' localhost ' identified by ' zabbixpass ';mysql> flush Privileges;mysql> use Zabbix;Mysql> Source/usr/local/src/zabbix-2.0.6/database/mysql/schema.sqlMysql> Source/usr/local/src/zabbix
it all permission here.)Refresh permissions:Flush privileges;Go to the directory where you downloaded the extracted Zabbix and look for the Zabbix database to create the fileMy path:/data/apps/zabbix-1.8.2/create/schema//data/apps/zabbix-1.8.2/create/data/Note:/data/apps/is the directory I created myself, you need to
Because there is already a PHP running environment, you only need to compile and install Zabbix.First, install dependent components
Yum-y Install NET-SNMP net-snmp-devel perl-dbi php-gd php-xml php-bcmath fping openipmi-devel php-mbstring
Ii. Compiling and installing Zabbix
①, download Zabbix
Cd/usr/local/srcWget-o zabbix-2.4.3.tar.gz-c "http://sourceforge.net/pr
After the use of Zabbix for monitoring, often because of the requirements of the project, the need for Zabbix data, two times to share and develop. How to obtain data from Zabbix is a problem to be solved in this practice.
There are two ways to Zabbix data sharing
1 through the database query, get the data. The premise
The service-side daemon. Data from Zabbix_agentd, Zabbix_get, Zabbix_sender, Zabbix_proxy, and Zabbix_java_gateway are eventually submitted to the server Note: Of course not the data are actively submitted to zabbix_server, but also some of the server to take the initiative to fetch data. The Zabbix_proxy Zabbix Agent daemon. function is similar to server, the only difference is that it is only a transi
greater impact on the database performance.
Zabbix [host,
Returns whether the specified host supports certain data collection methods. The value collected by this monitoring item corresponds to the data collection method possibility icon in the host list.
The type parameters in this project include agent, snmp, ipmi, and jmx. If the returned value is 0, the data collection method of the hos
Alarm problem:Too many processes onZabbix Poller processes more than 75% busyZabbix unreachable Poller processes more than 75% busy1. The device that collects the data through the Zabbix agent is in the moniting state but at this time the machine freezes or other causes the Zabbix agent to die the server obtains the da
http://sourceforge.net/projects/zabbix/files/ZABBIX%20Latest%20Stable/2.4.5/zabbix-2.4.5.tar.gz/downloadTar XF zabbix-2.4.5.tar.gz8. Import the initial data of Zabbix into the databaseCD zabbix-2.4.5Mysql-uzabbixuser-h192.168.2.1
Version: 3.4First, the process1) ServerZabbix server is the core program for the entire Zabbix software. The Zabbix server process runs as a daemon (deamon).2) AgentZabbix agent is deployed on the target of monitoring and proactively monitors local resources and applications (Hardware drivers, memory, processor statistics, etc.).Passive (passive) and active (acti
Because of the need to monitor company-specific services, writing scripts to get the information that each process consumes system resources, using Zabbix to capture that data for the underlying monitoring of a particular process.My main need to monitor the program is as follows:Nginx Redis MySQL Tomcat Sentinel MongoDB openfire Kafka zookeeper Twemproxy MycatFirst, write the monitoring script on the agent
translated as "condition", in Zabbix, action trigger is required conditions, such as belong to a host group host, a trigger is problem state, and so on,In Zabbix, the way of alarm is attached to the user. That is, you cannot set an action directly to send an email to a mailbox, be sure to set the action to alert a user and send an alert via a mailbox, then send to the user's pre-set email address. This ema
Monitoring system:To be able to monitor hardware, software or other business metricsAlso to be able to collect data, alarms, storage, display, etc.Monitoring channels:Ssh,snmp,telnet,agent,ipmiMonitoring tool: Zabbix(tone with Zbix)The following is Wikipedia content:
Zabbix is a network monitoring and management system developed by Alexei Vladishev, based o
/zabbix/files/ZABBIX%20Latest%20Stable/2.4.5/zabBix-2.4.5.tar.gz/downloadTar XF zabbix-2.4.5.tar.gz8. Import the initial data of Zabbix into the databaseCD zabbix-2.4.5Mysql-uzabbixuser-h192.168.2.100-p ZabbixMysql-uzabbixuser-h19
Tags: mechanism har function str inpu RMI Platform Maintenance OpenBrief introduction:Zabbix is an enterprise-class open source solution that provides distributed system monitoring and network monitoring capabilities based on a web interface.Zabbix can monitor various network parameters, ensure the safe operation of the server system, and provide a flexible notification mechanism to enable system administrators to quickly locate/resolve various problems.Zabbix consists of 2 parts,
A Zabbix monitoring introductionc/S architecture, based on the development, Monitoring Center support Web Interface Configuration and managementSingle server node can support tens of thousands of clientsLatest Version 3.4, Official document Https://www.zabbix.com/manuals5 componentsZabbix-server Monitoring Center, receiving client escalation information, responsible for configuration, statistics, operation of dataData storage to store data, such as My
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.