Custom Monitoring (Aliyun & zabbix)

Custom Monitoring (Aliyun & Zabbix)At present, Aliyun has limited ports to 25, so it is impossible to set up a mail server on Aliyun to send alarm mail. If you need mail notification, you can take the following methods:1. Open an E-mail with Aliyun Enterprise2. Use Aliyun to monitor and alarm3. Third-party zabbix custom script monitoringI. ...

Added by nicephotog on Tue, 02 Jul 2019 21:45:33 +0300

Spring Batch Learning Records

Background: Before I looked at the company's data import platform, imported user order records, using SpringBook's own Scheduled task scheduling function, and then notified developers by e-mail whether the task scheduling was successful. Overall, the function is to support the existing business, but developers can not clearly understand the sta ...

Added by jcbarr on Tue, 02 Jul 2019 21:20:05 +0300

Configure MySQL master-slave replication under Linux

I. Environmental preparation This time, two Linux hosts, operating system for CentOS 6.8, have installed the same version of MySQL. (MySQL 5.7). The firewalls of both master and slave servers are opened on port 3306. The relevant information is as follows: [Main Server] IP: 192.168.236.100 [slave server] IP: 192.168.236.101 II. Co ...

Added by drkylec on Mon, 01 Jul 2019 20:58:06 +0300

Analyze 110W user information and visualize it using echarts+servlet+jsp

In the previous article, we used the scrapy framework to crawl information about 112W users, followed by analysis, processing and front-end visualization of this information. Tools used Java web servlet + jsp mysql database echarts The key point here is echarts, a visual development tool based on canvas developed by Baidu, or very useful. ...

Added by khujo56 on Sat, 29 Jun 2019 21:53:31 +0300

Offline Construction of CDH Cluster

Resource address: Get the CM package (tar.gz)         http://archive-primary.cloudera.com/cm5/cm/5/ Get CDH packages         http://archive.cloudera.com/cdh5/parcels/5.6/ I. Environmental preparation 1. Install JDK (each node) 1) decompression (/opt)         tar zxvf jdk-7u55-linux-x64.tar.gz (2) Configuration/etc/profile         vi ...

Added by viriio on Sat, 29 Jun 2019 02:06:10 +0300

High Availability Cluster of mmm, one of mysql series

mmm High Availability Cluster Introduction: High Availability Cluster Introduction: The main standby mode, when the main can not provide services, the standby host replaces it to provide services. This process is transparent to the client. I. Preparatory Work 1. Prepare five linux servers: master (192.168.4.122), master (192.168.4.123) From ( ...

Added by coldfiretech on Fri, 28 Jun 2019 20:36:22 +0300

Install lnmp service using yum on CentOS 6

zhuanzaidizhi: https://www.qiansw.com/yum-lnmp.html To demonstrate the simplicity of using linux, all the applications used in this article are installed using yum. Install CentOS System This article assumes that you have the ability to install the CentOS system and will not explain the installation process. The operating system used in thi ...

Added by four4swords on Fri, 28 Jun 2019 19:45:31 +0300

Why did it take 5 hours for the final release plus verification, which was originally expected to be released in an hour?

This is a simple story of data production import, the original story should be as follows: data collation - > test verification - > production release - > production verification, and then back to home, so this should be a plain story, but in fact it has become the following plot: data collation - > test verification - > producti ...

Added by simonb on Fri, 28 Jun 2019 01:05:12 +0300

Source code analysis of database middleware MyCAT: [single library form] query

> Original address: MyCAT Source Analysis: [Single Library Form] Query > MyCat-Server with annotated address: https://github.com/YunaiV/Mycat-Server > (vii) This series is updated every 1-2 weeks. You are welcome to subscribe, follow and collect GitHub: https://github.com/YunaiV/Blog 1. Overview 2. Receiving requests and parsing SQ ...

Added by TeddyKiller on Wed, 26 Jun 2019 23:23:57 +0300

Install Tomcat JDK MySQL under Linux

Tomcat service setup steps Initialization of an environment begins with the first graphical interface entered after installation Configure the server to work in command line mode Close iptables and selinux Configure the local YUM source Restart the server to display the demo effect 2. The environment needed to install tomcat Install ...

Added by MaxD on Wed, 26 Jun 2019 01:58:12 +0300