ZABBIX monitoring five ZABBIX monitoring case practice

1, Monitoring Linux TCP connection status 1.1 script for monitoring TCP connections The script needs to be placed on the corresponding ZABBIX agent server root@web1:~# vim /etc/zabbix/zabbix_agentd.conf.d/tcp_conn_plugin.sh #!/bin/bash tcp_conn_status(){ TCP_STAT=$1 ss -ant | awk 'NR>1 {++s[$1]} END {for(k in s) print k,s[ ...

Posted by Stathy on Mon, 11 Oct 2021 18:52:09 -0700

Zabbix mail alarm, nail alarm, WeChat alarm

1. Deploy server-side and agent-side 1. Preparing for the experiment centos7.4 system servers, one serves as a monitoring server and one serves as a monitored node. The yum source, firewall shutdown, clock service synchronization of each node, and communication between nodes can be done through the host name. 1) All machines turn off fire ...

Posted by maverick3d on Tue, 07 Sep 2021 16:09:07 -0700

Enterprise monitoring zabbix3.4 installation tutorial (the thinnest in the whole network!!!)

1, Preparatory work CentOS 7.4 system server needs to be configured with yum source, firewall is closed, clock service of each node is synchronized, and each node can communicate with each other through host name. All machines turn off the firewall and selinux setenforing 0 (Modify profile (close) sed -i 's/SELINUX=enforcing/SELINUX=disab ...

Posted by LexHammer on Thu, 02 Sep 2021 16:07:38 -0700

ZABBIX4.0 upgrade 5.0 & ES6.1 upgrade 7.0

Upgrade plan Scope of influence: During the upgrade, the existing system will not be affected, and the system will maintain normal operation. After the upgrade, the availability test will be conducted for a period of time, and the monitoring on production will be replaced after the system is stable. Upgrade method: This upgrade adopts the blue ...

Posted by koolswans on Sun, 31 May 2020 10:01:07 -0700

zabbix alarm information aggregation and enterprise wechat reception

1. Code download address https://gitee.com/yyping2019/zabbix_police.git 2. Purpose of development This development is mainly based on the revision of the version described by the author, mainly adding the enterprise wechat receiving alarm, email receiving alarm, slack receiving alarm, and distinguishing different alarms to receive different al ...

Posted by tomdchi on Wed, 13 May 2020 08:34:31 -0700

The official zabbix source is replaced by Alibaba cloud's zabbix source, one click script.

When zabbix is installed suddenly recently, it always reports an error, such as: (24/27): t1lib-5.1.2-14.el7.x86_64.rpm | 166 kB 00:00:00 zabbix-web-4.4.6-1.el7.noarch. FAILED ==================================- ] 347 kB/s | 11 MB 00:00:15 ETA http://repo.zabbix. ...

Posted by dniezby on Mon, 11 May 2020 07:13:47 -0700

Quick upgrade of ZABBIX version 5.0

Zabbix 5.0 has added many new functions, such as vertical menu, hidden menu, test items in user interface, limit agent check, find and replace preprocessing step ES7 support, etc.. Let's deploy and experience Zabbix 5.0     Upgrade Notice     Upgrade requirements PHP version PHP version has been upgraded from minimum 5.4.0 to 7.2.0 Database ver ...

Posted by dmcentire on Thu, 07 May 2020 23:02:03 -0700

Zabbix monitoring platform installation and deployment

Zabbix monitoring platform installation and deployment For the deployment of Zabbix monitoring platform, at least four components need to be installed, namely, Zabbix? Server, Zabbix? Web, Databases, and Zabbix? Agent. The detailed steps for the installation and configuration of Zabbix monitoring platform are as follows: 1, System environment ...

Posted by AsiaUnderworld on Fri, 03 Apr 2020 14:08:13 -0700

Zabbix Download Pictures via Graphid - 2nd Edition

Read the above before reading this article: https://blog.51cto.com/181647568/2480079 After downloading the script from the last Powershell version of the picture, I received some feedback.1. The last script accesses the database through dll and gets graphid through sql statement, which means there is a dll in addition to the script.And the dat ...

Posted by Protato on Wed, 25 Mar 2020 09:42:18 -0700

Download Zabbix Graph chart through PowerShell

Generally, the chart of Zabbix Graph page is mostly used to write reports, forming a more intuitive report.However, if there are a large number of charts to view, it will lead to screenshots for each item of each host, which is inefficient. This time, I specially wrote a script to complete this work. In order to understand, I set up a zabbix t ...

Posted by Karlos2394 on Fri, 20 Mar 2020 02:24:48 -0700