Zabbix introduction and deployment
1. Zabbix introduction
Zabbix is an enterprise class open source solution that provides distributed system monitoring and network monitoring functions based on WEB interface.
Zabbix can monitor various network parameters to ensure the safe operation of the server system; And provide flexible notification mechanism to enable system administrat ...
Posted by manlio on Thu, 03 Mar 2022 07:39:45 +0100
ZABBIX notes (ZABBIX installation, monitoring items, triggers, mail &vx alarms, secondary development, disk CPU for monitoring network traffic)
Official Chinese documents Zabbix user manual
catalogue
Solve the problem of no network after centos7 installationInstall MySQLInstalling zabbixp3 common monitoring commandsCustom monitorCustom triggerMail alarmModify email contentVx alarmSecondary development Customize menu Modify footer Replace logoMonitor network trafficMonitoring diskMo ...
Posted by richie on Thu, 24 Feb 2022 16:55:24 +0100
[Zabbix] installation and deployment of Zabbix 5.0LTS version monitoring system based on CentOS 7.9 system (detailed tutorial)
โ reference links ๐
Product manual (zabbix.com)
Zabbix Chinese document
Windows agent installation from MSI
1, Introduction to Zabbix ๐
๐ Zabbix is an enterprise class open source solution that provides distributed system monitoring and network monitoring functions based on WEB interface.
๐ It can monitor various network ...
Posted by PhaZZed on Sun, 13 Feb 2022 09:31:36 +0100
zabbix5.0 installation documentation
https://www.zabbix.com/documentation/current/manual/concepts/server
server installation
#Download configuration using yum
# rpm -Uvh https://repo.zabbix.com/zabbix/5.0/rhel/7/x86_64/zabbix-release-5.0-1.el7.noarch.rpm
# yum clean all
# vim /etc/yum.repos.d/zabbix.repo
[zabbix-frontend]
...
enabled=1
...
#zabbix package d ...
Posted by dacs on Tue, 25 Jan 2022 06:53:10 +0100
Obtain https certificate expiration time using Zabbix-agent2 custom plug-in
WeChat Public Number: Operations and Maintenance Development Story, Author: wanger
demand
For people who often maintain the website, they need to deal with https certificates frequently. Generally, the validity period of https certificates is one year. Once the certificates expire, the loss to the company is enormous. Last year NetEase mail ...
Posted by MikeA on Mon, 17 Jan 2022 20:00:13 +0100
Column | Obtain https certificate expiration time using the zabbix-agent2 custom plug-in
WeChat Public Number: Operations and Maintenance Development Story, Author: wanger
demand
For those who regularly maintain their website, they often have to deal with https certificates. Typically, an https certificate is valid for one year. Once the certificate expires, the company will lose a lot. Last year NetEase mailbox was a typical c ...
Posted by korngold on Wed, 12 Jan 2022 18:12:52 +0100
zabbix create custom monitor
preface
Environment: CentOS 7 0 zabbix-server5. four point three In this chapter, we will first look at how to create monitoring items and graphics, and then create custom monitoring items according to the requirements of the host.
Create monitor item
After selecting a host, select Create monitoring item, as shown below: Then select a key v ...
Posted by strago on Sat, 08 Jan 2022 14:12:17 +0100
Zabbix 4.0 upgrade 5.0 &&ES 6.1 upgrade 7.0
WeChat official account: operation and development story, author: wanger
one
Upgrade scheme
1
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 production monitoring will b ...
Posted by WD.Gh0st on Sat, 01 Jan 2022 08:59:58 +0100
Super detailed zabbix5 Version 0 installed!
preface
The very important work in operation and maintenance is: monitoring! So what are the advantages and disadvantages of using third-party software, such as Zabbix, Nagios and open Falcon? Advantages: low cost. Disadvantages: it can't be completely customized, which is completely consistent with your company's business.
Tip: the ...
Posted by arth on Thu, 30 Dec 2021 17:35:01 +0100
Zabbix5.0 installation and deployment
Zabbix is a network monitoring and management system developed by Alexei Vladishev, which is based on server client architecture. It can be used to monitor the status of various network services, servers and network machines.
Zabbix can be said to be one of the software that operation and maintenance personnel must master.
The installation st ...
Posted by garg_vivek on Thu, 02 Dec 2021 19:31:36 +0100