python script calls iftop to count business application traffic

Because there are many applications deployed on the company's servers, when there are large concurrent access, business logic problems and repeated calls to each other or abnormal traffic access, it is necessary to locate the fault of business applications. Therefore, using python to call iftop command to obtain the application process traffic ...

Posted by scottbarry on Thu, 10 Oct 2019 02:41:52 +0200

Adding custom monitors to zabbix

Adding custom monitors to zabbix By writing scripts to obtain various states of tcp, adding TCP status template, triggers, graphics, the whole process of customizing monitoring through scripts is realized. 1. agent-side configuration 1. Create ...

Posted by lawnninja on Thu, 29 Aug 2019 14:14:58 +0200

Memcached full parsing and monitoring using zabbix

What is Memcached? Memcached is a distributed memory cache server for caching data base Query results, reduce the number of database visits, improve the speed and scalability of dynamic web pages. Characteristics of Memcached a. Simple protocol, Memcached uses simple text line protocol b. Event handling based on libevent&nbs ...

Posted by roliver on Fri, 28 Jun 2019 19:52:11 +0200

zabbix Foundation and Advancement (1) - zabbix Component Deployment

zabbix Foundation and Advancement (1) - zabbix Component Deployment zabbix is a well-known distributed monitoring system.Supports the collection of zabbixagent data through the proxy server zabbix proxy, then saves the collection in the local database and sends it to the zabbix server for uniform storage and display. Zabbix services w ...

Posted by LiveFree on Fri, 07 Jun 2019 20:06:17 +0200

centos 7 compile install deploy zabbix-server side

Compile and install the zabbix-server side of the deployment in the CentOs 7.0 environment First you need to close selinux [root@bogon ~]# sed -i 's/SELINUX=.*/SELINUX=disabled/' /etc/selinux/config [root@bogon ~]# setenforce 0 Close Firewall [root@bogon ~]# systemctl stop firewalld.service About zabbix and related service software ...

Posted by fatal on Thu, 06 Jun 2019 18:12:44 +0200

Install and deploy Zabbix agent on Windows Server (latest version)

Install and deploy Zabbix agent on Windows Server Download and unzip to the specified directory Zabbix download page: https://www.zabbix.com/download Current latest version of zabbix-agent Download https://www.zabbix.com/downloads/3.4.0/zabbix_agents_3.4.0.win.zip Unzip to disk C and rename the directory zabbi ...

Posted by rubbertoad on Wed, 15 May 2019 23:20:22 +0200

Installing Zabbix 3.4 from deployment packages

Installation from deployment packages Installation from Zabbix's official source library Zabbix SIA provides official RPM and DEB deployment packages for Red Hat Enterprise Linux, Debian and Ubuntu LTS systems. Deployment package files can be downloaded through repo.zabbix.com. The server provides both yum and apt source lib ...

Posted by kodlcan on Wed, 15 May 2019 01:11:52 +0200

Detailed description of the shell with python to automatically install zabbix monitor

Script environment 1.linux centos 7 system2. The CD-ROM image file has been mounted3. The system can connect to the external network.4. Font links: https://pan.baidu.com/s/1m9WJys5aGuUi-WgBG-zrxw Extraction code: qq6r Experimental steps 1. Upload font files and zabbix scripts to the Linux system / root directory Method 1: Mount Method 2: U ...

Posted by sicKo on Sat, 11 May 2019 10:00:42 +0200

centos installs ZABBIX (server and agent)

Catalog Configuration of server II. Configuring Agents 3. Notes: 1. Ports are not accessible 2. Active and passive modes of ZABBIX 3. Incorrect alarm time 4. Reference: Configuration of server First configure the zabbix server side 1. go zabbix official website Choose install zabbix from package mode, and then select ...

Posted by Chris_78 on Fri, 10 May 2019 22:11:02 +0200