Detailed steps for Zabbix3.4 installation

zabbix is an enterprise open source solution based on the WEB interface that provides distributed system monitoring and network monitoring capabilities. The zabbix consists of two parts, the zabbix server and the optional component zabbix agent. zabbix server can provide remote server/network status monitoring, data collection and other func ...

Posted by diagnostix on Sun, 22 Dec 2019 10:23:38 -0800

ELK Log Analysis System - (Actual!)

brief introduction log server Improving security Centralized storage of logs Defect: Difficulty in log analysis ELK Log Analysis System Elasticsearch: Storage, Index Pool Logstash: Log Collector Kibana: Data visualization Log Processing Steps 1, centralize log management 2, Logstash and output to Elasticsearch 3. Index and store the f ...

Posted by pkrtech on Thu, 19 Dec 2019 15:11:37 -0800

Dual system Redhat 7.5 update yum source (centos) + gcc installation

Redhat 7.5 update yum yuan redhat 7.5 update centos yum source Installation steps (there must be a net) 1. * * view the system's own yum source and delete it** 2. * * go to the network source to download rpm package** 3. Install the downloaded yum source (find the file location and open in Terminal) 4. Create a new. repo fi ...

Posted by Skyphoxx on Mon, 16 Dec 2019 07:24:54 -0800

Loop and concurrency control of shell

Article directory Cycle and concurrent number control Grammatical structure `for loop concurrent deletion of users for uses a space as a separator when reading a row to get parameters, while uses a row as a separator Concurrency control (FD and named pipeline realize concurrency) -FD file handle -Named pipe -Case: FD and na ...

Posted by solodesignz on Thu, 12 Dec 2019 12:17:44 -0800

[MySQL] standardized installation tutorial

Guidance:This article mainly introduces the installation steps of MySQL 5.7.23 binary installation of CentOS system, and the installation process of other versions is similar. 1. Preparation Uninstall old MySQL View the rpm package rpm -qa|grep mysql if available Find mysql residue package, delete if any, and ignore if no find / -name ...

Posted by patsfans on Sun, 08 Dec 2019 13:12:06 -0800

LVS + preserved + nginx for high availability

1. purpose lvs is a four-tier load balancing. keepalived provides lvs with highly available services and checks the health status of the backend nginx. Nginx is mainly used for seven tier load balancing 2. topological graph Server IP address description Director master 192.168.3.105 LVS kept alive Director standby node 192.168.3.104 LVS ke ...

Posted by natalieG on Thu, 05 Dec 2019 17:41:03 -0800

Build docker swarm cluster to realize load balancing

About Swarm: Swarm is a cluster management tool officially provided by Docker. Its main function is to abstract several Docker hosts as a whole, and manage all kinds of Docker resources on these Docker hosts through a single portal. Swarm and kubernetes are similar, but lighter, and have fewer functions than kubernetes Experime ...

Posted by majiclab on Thu, 05 Dec 2019 00:13:00 -0800

Notes on Centos6.5 installing MySQL 5.6

CentOS Six.Five install MySQL 5.6 1. View system status [root@itzhouq Three 2 tools]# cat /etc/issue CentOS release 6.5 (Final) Kernel \r on an \m [root@itzhouq32 tools]# uname -a Linux itzhouq32 2.6.32-Four 31.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux 2. Create a directory to download rpm package [root@itz ...

Posted by lyealain on Mon, 02 Dec 2019 14:05:54 -0800

Installing RabbmitMQ+PHP RabbmitMQ application under centos

You may be thinking about data distribution, non blocking jobs, or message push. Or you want to publish / subscribe, asynchronous tasks, work queues. All of these patterns are part of message queuing. 1. Install RabbmitMQ wget https://www.rabbitmq.com/releases/rabbitmq-server/v3.6.8/rabbitmq-server-3.6.8-1.el6.noarch.rpm Get rpm, and you will f ...

Posted by tmed on Sat, 30 Nov 2019 16:30:32 -0800

Mysql Access Middleware--A Preliminary Study of Atlas

Atlas is a MySQL-based data intermediate project developed and maintained by the Infrastructure Team of Qihoo 360's Web Platform Department.On the basis of MySQL's official version of MySQL-Proxy 0.8.2, it modifies a large number of bug s and adds a lot of functional features. At present, the project is widely used in 360 companies. Atlas has t ...

Posted by JasonO on Wed, 27 Nov 2019 19:53:23 -0800