Detailed steps for adding hosts you need to monitor in zabbix

Detailed steps for adding hosts you need to monitor in zabbix

Add monitoring host

Host 192.168.179.104 is added to the zabbix monitoring item (zabbix-agent is installed on 192.168.179.104)

#Add monitoring host, note that the zabbix version must be consistent with the server [root@localhost ~]# yum install zabbix40-agent -y -- Install the agent on the monitored host 192.168.179.104
[root@localhost ~]# rpm -qc zabbix40-agent 
/etc/zabbix/zabbix_agentd.conf
Server=192.168.179.103 --To send data to 103, the address of the zabbix server #ServerActive=127.0.0.1
Hostname=192.168.179.104 --Host IP

Start the zabbix-agent service

[root@localhost ~]# systemctl start zabbix-agent
[root@localhost ~]# netstat -tpln | grep 100
tcp 0 0 0.0.0.0:10050 0.0.0.0:* LISTEN 15386/zabbix_agentd 
tcp6 0 0 :::10050 :::* LISTEN 15386/zabbix_agentd

Add the host you need to monitor in zabbix

Add zabbix to your host to provide us with built-in monitoring templates

When it turns blue, it means the monitoring host is successful.

If your monitoring is not successful, check the graph in latest.data to see if there is data. If there is a curve in the graph, it means it is normal.

Summarize

This is the end of this article about adding the host you need to monitor in zabbix. For more relevant zabbix monitoring host content, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • Zabbix monitors Linux hosts based on snmp
  • Detailed explanation of zabbix executing scripts or instructions on remote hosts
  • Get the IP and host name of all hosts on Zabbix
  • Python gets the host through the zabbix api
  • Detailed explanation of how to call zabbix API to obtain the host
  • How to set up Zabbix to monitor Linux hosts
  • Graphical steps of zabbix monitoring vmware exsi host

<<:  Mysql transaction isolation level principle example analysis

>>:  Vue implements sending emoticons in chat box

Recommend

Error mysql Table 'performance_schema...Solution

The test environment is set up with a mariadb 5.7...

How to change the system language of centos7 to simplified Chinese

illustrate When you install the system yourself, ...

HTML table layout example explanation

The elements in an HTML document are arranged one...

MySQL5.7.27-winx64 version win10 download and installation tutorial diagram

MySQL 5.7 installation We are learning MySQL data...

How to create a simple column chart using Flex layout in css

The following is a bar chart using Flex layout: H...

jQuery implements dynamic tag event

This article shares the specific code of jQuery t...

Self-study of MySql built-in functions knowledge points summary

String functions Check the ascii code value of th...

MySQL transaction isolation level details

serializable serialization (no problem) Transacti...

How to disable web page styles using Firefox's web developer

Prerequisite: The web developer plugin has been in...

React implements a highly adaptive virtual list

Table of contents Before transformation: After tr...

Introduction to the use of anchors (named anchors) in HTML web pages

The following information is compiled from the Int...

Quickly solve the problem that the mysql57 service suddenly disappeared

one, G:\MySQL\MySQL Server 5.7\bin> mysqld --i...

Summary of Docker Data Storage

Before reading this article, I hope you have a ba...

A brief analysis of how to set the initial value of Linux root

Ubuntu does not allow root login by default, so t...