Introductory LearningThe first thing to understand is Zabbix's pronunciation (z?). Bix), mainly for network-related monitoring. It is an open-source software that provides distributed system monitoring based on Web interface display. Zabbix has two parts: Zabbix server and Zabbix agent.Zabbix ServerSnmp,zabbix agent,pi
Hardware Monitor to zabbix (the Template is included in the attachment). The specific operations are not described.2. Host Association TemplateAssociate the hardware server to be monitored with this template.
------------------------------------------ Split line ------------------------------------------
Free in http://linux.bkjia.com/
The username and password are both www.bkjia.com
The specific download
ZabbixComposed of two parts: zabbix server and the optional component zabbix agent!
Figure-zabbix
Zabbix is an enterprise-level open-source solution that provides distributed system monitoring and network monitoring functions based on the WEB interface.
Zabbix can monit
Zabbix, Nagios, OneAPM Servers installation and deployment competition, zabbixnagiosHow to quickly monitor Linux servers?
Developers who have worked on server monitoring almost all know Zabbix and Nagios. They are all open-source solutions that provide system monitoring and network monitoring functions, and are relatively old. Not long ago, this market ushered in a new member OneAPM Servers, a rising star i
When the server is over 50, viewing the monitor picture has become a headache, and its own Zabbix graphs may not be particularly humane.So, we need a strong display of the page, Graphtrees may be.
Graphtrees needs Zabbix version 3.0.1-3.0.3
Ps:graphtrees may not be the best, but it is now able to contribute to open source
zabbix3.0.2
[Root@zabbix_agentd ~]# Zabbix_server-vZabbix_server (
I. Environment Introduction
Zabbix depends on the LAMP (Apache, Mysql, and PhP) environment. Apache can also be replaced by Nginx. To save time, there are many one-click installation scripts on the Internet. download and execute the installation.
System: rhel 5.5 X86_64Software: nginx-0.8.53Mysql-5.1.56Php-5.2.17Zabbix 2.0.3
LNMP one-key: http://bbs.linuxtone.org/docs/autoinstall/lemp_auto_v1.0.6.tar.gz
Zabbix
Zabbix adds cpu usage graph monitoring and zabbix adds cpu graphics
Zabbix version: 3.2.5
If zabbix's windows template does not monitor cpu usage, you can add it in the template.
1. Configure ---> Template OS Windows
2. Monitoring items ----> Add monitoring items
Application set: CPU
3. Graphics ----> Add Images
Take a name, and select the metric
get the data.Second, monitoring memory parametersExample: Under the/etc/zabbix/zabbix_agentd.d/directory of the monitored server node2, create a os.conf file that defines the value to get the memory[Email protected] ~]# Vim/etc/zabbix/zabbix_agentd.d/os.confuserparameter=os.memory.used,free-m | awk '/^mem/{print $} ' [[email protected] ~]#/etc/init.d/
--------------------- Overview ----------------------
ZabbixIs a highly integrated enterpriseOpen SourceNetwork Monitoring solution, similar to CACI and Nagios, provides distributed monitoring and a centralized web management interface. If the Monitored object supports SNMP or runs the zabbix_agents agent, the official website of zabbix is http://www.zabbix.com/software which can be freely downloaded and used.Supplement:SNMP protocolSimple Network M
Zabbix ServerInstallation is relatively simple. You can work with me!
Create an account named zabbix
Install the pre-installed packages and MySQL according to the manual (yum is recommended). After configuring MySQL
#tar-vxzfzabbix-1.6.1.tar.gz
#./configure--prefix=/Data/apps/zabbix--enable-server--enable-agent--with-mysql--with-net-snmp--with-libcurl
Zabbix deployment,
Originally published in cu:
Reference:I. Environment
Server: CentOS-7-x86_64-1511
Server IP: 192.168.11.252
Web Environment: CentOS-7-x86_64-1511 compilation nginx-1.9.12 + mysql-5.7.11 + php-7.0.4
Client: Win7 x86_64, Chrome/Firefox2. software acquisition
Zabbix Official Website: http://www.zabbix.com/download.php
As of, the latest LTS version: http://jaist.dl.sourceforge.net/project/
keys after you add Web monitoring, and automatically create the appropriate keys after you add Web monitoring, but select the appropriate hosts that have the Web definedSelect the expression in function to trigger the alarm when the returned status code is not equal to variable n, and the value of n is set to 200 belowExpression: If the last 4 consecutive Response_code values are not 200, the alarm is triggered{192.168.3.86:web.test.rspcode[3.86_http_status,3.86_http_status].last (0)}
Test, the
Label: [[Email protected] Client zabbix]# grep-v "^$" etc/zabbix_agentd.conf|grep-v "^#"
Logfile=/tmp/zabbix_agentd.log
server=127.0.0.1,zabbix_server_ip
serveractive=zabbix_server_ip:10051# Note that the port number
hostname=113.86.103.100# and the zabbix_server end should be kept to one, such as: (A)
include= /usr/local/zabbix/etc/zabbix_agentd.conf.d/
Unsafeuserparameters=1
userparameter=mysql.version,m
{if (hardware_virtual_disk_number = hardware_virtual_disk) {print 1} else {print 0 }}'
2. Restart the zabbix_agentd service.
/Etc/init. d/zabbix_agentd restart
3. Test Data Retrieval: The value is normal
[Root @ xxxxxx] # ../bin/zabbix_get-s 127.0.0.1-k "hardware_virtual_health"
1
Ii. Server
1. template Import
Import the TemplateHardware Monitor template to zabbix.
2. Host Association Template
Associate the hardware server to be monitored with this t
In my previous blog, I set up the zabbix monitoring service in the lamp architecture. In this article, I will build a zabbix service in lnmp. The operation steps are slightly more complex than before, however, lnmp is slightly more detailed, and the general process is similar.
Lab environment:Stkaiti link: https://pan.baidu.com/s/1d6VpWcuQMQuaww4r_KZnNAExtracted code: 90v8Procedure1. Establish lnmp1 instal
Calling the Zabbix API using Python#!/usr/bin/env python#Version = 3.6.1#__auth__ = ' Warren 'ImportJSON fromUrllibImportrequest, Parsezabbix_url='Http://192.168.22.22/zabbix'Zabbix_username="Admin"Zabbix_password="123456"#define the host information to be added in list formhostlist=["192.168.22.111","192.168.22.112"]#Traverse host list defines the host group ID and template ID to add forHostinchHostlist:url="{}/api_jsonrpc.php". Format (zabbix_url) h
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.