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
and restart the HTTPd service.
[Email protected] zabbix] # systemctl start zabbix-server.service[[Email protected] zabbix] # systemctl restart httpd. Service
17. Install zabbix on the webpage(After the installation is complete, log on to the zabbix console using the def
/wkiom1v0vrjwryn3aaglesnr8mi765.jpg "width=" 873 "height=" 625 "/>Zabbix poller: Zabbix Server,zabbix poller based on pull mechanism pull data via SNMP protocol, Zabbix Agent, Internal, etc.Zabbix Agent: Collect the item data of the monitored device, and perform (actions) pre-defined processing methods such as sending
, so to put this commentAdd the following line: It's not safe to do this, and in a production environment, a safer approach#Defaults RequirettyZabbix all= (All) Nopasswd:all2.agent process to allow remote command executionTurn on the remote command and set the configuration in the/etc/zabbix/zabbix_agentd.conf configuration file to 1.Enableremotecommands=13. Turn on the service[Email protected] ~]# systemctl start
system permissions, so to put this commentAdd the following line: It's not safe to do this, and in a production environment, a safer approach#Defaults RequirettyZabbix all= (All) Nopasswd:all2.agent process to allow remote command executionTurn on the remote command and set the configuration in the/etc/zabbix/zabbix_agentd.conf configuration file to 1.Enableremotecommands=13. Turn on the service[Email protected] ~]# systemctl start
------------------------------------------------------------------------------
Note: If the following error is reported when zabbix_server is started
/Usr/local/zabbix/sbin/zabbix_server: error while loading shared libraries: libmysqlclient. so.18: cannot open shared object file: No such file or directory
Add the mysql lib Library to the system library
# Locate libmysqlclient. so.18
/Usr/local/mysql/lib/libmysqlclient. so.18
/Usr/local/mysql/lib/libm
In the official latest Zabbix 2.4 distributed architecture, there is no support in addition to node mode.I also used node in the 2.x version of the multi-tier distributed node mode has been repeatedly encountered in the server configuration consistency confusion, and repair is very troublesome.So the "Learn from Me series" does not introduce node deployment.The purpose of using the proxy is also obvious: re
/M01/4C/39/wKioL1Q5IADQa7C6AAbV9dpZe-k367.jpg" width = "972" Height = "493"/>
Success !!!!!
Summary:
1. zabbix-proxy-agent operating mode features:
The proxy will not synchronize the configuration to the server, but will only receive the configuration.
The proxy database regularly transmits data to the server. The proxy local database only saves the data that has not been sent recently.
Proxy has only one proxy daemon and has its own dat
Introduction to Linux Monitoring platformZabbix Monitoring IntroductionZabbix He is also C/s architecture, there is a server and then go to the client to catch data, grasping data in the client must have a service to start, the service is to replicate the data collected, this data can be actively escalated to the service side, can also let the service side to connect the customer to capture this data, which means the client is divided into two modes ,
, if more monitoring items, It is recommended to increase this value nodenoevents=0 #说明: If the node is a child, whether the local event (events table) is allowed to be sent to the master node, 1 is not sent, but does not affect the propagation capacity of nodes below this node, depending on the Zabbix Distributed system Architecture design is turned on or off. In the case of unknown architectures, it is re
[Zabbix series] install and add host and zabbix series host
Test Environment Ubuntu 14.04.1 LTS
Server Installation]For installation, the official website provides detailed installation methods, including the source code and package installation of each platform. For more information about Linux, see
Https://www.zabbix.com/documentation/2.4/manual/installation/install_from_packages
Zabbix server installation and deployment of enterprise-level monitoring software zabbix
Zabbix has been applied online for more than half a year. I want to write down my experiences on zabbix's use in the production environment and some experiences, so that you can learn from them without detours!
Environment:Server: CentOS6.3 _ X86.64Zabbix:
Detailed instructions on installing the Zabbix Monitoring Program in RedHat 7.1 (suitable for linux beginners) and redhatzabbix
RedHat 7.1 install the Zabbix Monitoring Program (suitable for linux beginners)
Installation steps:
1. Install the LAMP architecture for zabbix
2. Install the
RedHat 7.1 Installing the ZABBIX Monitoring program in detail (for Linux novice users) 2017-05-02Installation steps:1.zabbix need to install lamp architecture2. Installing the Zabbix Service3. Initializing the Zabbix system1. Installation Environment: VMware Virtual
1234
[[emailprotected] ~]# cat /
, installing them on different hosts is also an option. The zabbix server can directly monitor devices on the same network. If devices on other networks need to be monitored, a zabbix proxy server is required.
Zabbix features:
1. simple installation and configuration, low learning cost; 2. supports multiple languages (including Chinese); 3. free Open Source (this
not be found for an issueMake sure the/var/lib/mysql/mysql.sock exists and if it does not, modify the Dbsocket configuration in the/etc/zabbix/zabbix_server.conf.Dbsocket=/var/lib/mysql/mysql.sockNote: After modifying the path to Mysql.sock actually exists, restart the service.Third case: Database cannot connect promptThere are three workarounds: check whether the database service is healthy, whether the firewall is allowed, or if the permissions are
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.