Zabbix deployment, monitoring and email alarm mechanism (actual combat!)
Zabbix deployment
Experimental environment:
CentOS 7-2: 192.168.18.147 (monitoring end: deployment and installation zabbix)
CentOS 7-3: 192.168.18.128 (monitored end)
Monitoring end operation:
[root@cacti ~]# systemctl stop firewalld.service #Turn off firewall function
[root@cacti ~]# systemctl disable firewalld.service #Turn on and ...
Added by weaselandalf on Sat, 01 Feb 2020 17:08:14 +0200
Monitoring java programs using jstat autodiscovery
The project has been running for several days and summarizes the reasons:
Autodiscover registration monitoring does not understand the principles, and many legacy scripts are not supported before.
I don't know the script completely yet, so I'll have to look at it when I have time
Or ideas, solutions to the problem tens of millions of ways, d ...
Added by mbaroz on Tue, 07 Jan 2020 01:11:29 +0200
zabbix lld uses the tracer method (ZABBIX? Sender)
Autodiscover script file output format:
{
"data": [
{
"{#BIND_PERF}": "BIND INCOMING QUERY"
},
{
"{#BIND_PERF}": "BIND INCOMING NOTIFY"
},
{
"{#BIND_PERF}": "BIND INCOMING A"
},
{
"{#BIND_PERF}": "BIND INCOMING SOA"
},
{
...
Added by brickstermike on Wed, 25 Dec 2019 20:34:41 +0200
zabbix monitoring to get Apache status
The following operations are performed on the ZABBIX agent side:
Initialize (execute script)
sh init.sh
httpd installation and startup (binary)
yum install -y httpd* #Install httpd
systemctl start httpd.service;systemctl enable httpd.service #Service startup and startup
ss -ant |grep :80 #Check whether the 80 of httpd is up
LISTEN 0 ...
Added by stricks1984 on Sun, 01 Dec 2019 22:26:13 +0200
Foreign key problems caused by rename in MySQL table
Background:Due to the slow graphical display of the problems of zabbix monitoring, the events table of zabbix library is cleaned up. The original table rename is used as bak table in the cleaning process. After rebuilding the events table, part of the data in the backup table is imported into the new table.
After that, it was found that the za ...
Added by Francois on Sat, 30 Nov 2019 18:29:35 +0200
zabbix monitoring encounter
Phenomenon:On the web side of ZABBIX, JMX displays red and prompts cannot reslove 192.168.100.107192.168.100.108...At that time, the first thought was to keep the ip after JavaGateway in / etc / ZABBIX / ZABBIX [server. Conf on the server side only 192.168.100.107, and then restart ZABBIX server.
But JMX still displays red, and there is a prob ...
Added by anu123 on Fri, 01 Nov 2019 20:36:03 +0200
oracle_11.2.0.1 Silent Installation Deployment under CentOS 7.5
Production and Construction Environment:Operating System: CentOS 7.5Memory size: 32GBHard disk: 1TNote: The optimization of the kernel parameters in the text is modified according to the actual environment.1. Software preparation for installation1.1 Software preparation
jdk-8u161-linux-x64 http://www.oracle.com
ORACLE linux.x64_11gR2_databas ...
Added by phonydream on Fri, 11 Oct 2019 03:13:06 +0300
Automated deployment of Zabbix monitoring platform (zabbix-server, zabbix-agent) using SaltStack
Article directory
The directory structure is as follows
The contents and explanations of each document are as follows
To be perfect...
The directory structure is as follows
[root@server1 srv]# pwd
/srv
[root@server1 srv]# ls
pillar salt
[root@server1 srv]# tree .
.
├── pillar
│ ├── top.sls
│ ...
Added by tam2000k2 on Mon, 30 Sep 2019 23:15:57 +0300
Monitoring tomcat with zabbix (including jvm monitoring)
1. Preface:
Our monitoring system is zabbix. We have just finished monitoring jvm and tomcat recently. We need to spit out the following:The official jvm and tomcat monitoring templates provided by zabbix have pits in the writing format of the item, which prevents many content from being monitored.zabbix monitoring java articles written by neti ...
Added by xuelun on Mon, 02 Sep 2019 06:20:10 +0300
Deployment of monitoring service zabbix
Deployment of monitoring service zabbix
Articles Catalogue
Deployment of monitoring service zabbix
1. Introduction to ZABBIX
2. Characteristics of ZABBIX
3. zabbix configuration file
4. Deployment of zabbix
4.1 zabbix Server Installation
4.2 z ...
Added by bobdabuilder on Thu, 22 Aug 2019 14:53:15 +0300