当前位置:网站首页>ZABBIX 5.0 monitoring client
ZABBIX 5.0 monitoring client
2022-07-04 07:40:00 【Embrace cloud primordial】
zabbix Client Deployment
agent2 The new version uses golang Language development , Can run on multiple cores
agent2 The default with 10050 port , That is to say zabbix Client port
- Old version client ,zabbix-agent
- New version client ,zabbix-agent2
# Machine environment preparation ,1 state zabbix client ( Your computer has good performance and can be configured with multiple )
192.168.10.51 zabbix-agent1
1. Close the firewall and selinux
[[email protected] ~]# systemctl stop firewalld && systemctl disable firewalld
Removed symlink /etc/systemd/system/multi-user.target.wants/firewalld.service.
Removed symlink /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service.
[[email protected] ~]# setenforce 0
[[email protected] ~]# sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config
2. Pay attention to the time configuration (server We have to synchronize )
yum install -y ntpdate
ntpdate -u ntp.aliyun.com
4. Unified configuration of time zones (server We have to synchronize )
mv /etc/localtime{
,.bak}
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
5. Configure host name
hostnamectl set-hostname zabbix-agent1
6. Good configuration zabbix Of yum Source
rpm -Uvh https://mirrors.aliyun.com/zabbix/zabbix/5.0/rhel/7/x86_64/zabbix-release-5.0-1.el7.noarch.rpm
sed -i 's#http://repo.zabbix.com#https://mirrors.aliyun.com/zabbix#' /etc/yum.repos.d/zabbix.repo
7. download agent2 client
yum install -y zabbix-agent2
8. Start the client and set the boot auto start
[[email protected] ~]# systemctl enable --now zabbix-agent2
[[email protected] ~]# netstat -tunlp |grep zabbix
tcp6 0 0 :::10050 :::* LISTEN 8023/zabbix_agent2
9. Modify the client's configuration file
[[email protected] ~]# grep -Ev '^#|^$' /etc/zabbix/zabbix_agent2.conf
PidFile=/var/run/zabbix/zabbix_agent2.pid
LogFile=/var/log/zabbix/zabbix_agent2.log
LogFileSize=0
Server=192.168.10.50
ServerActive=192.168.10.50
Hostname=zabbix-agent1
Include=/etc/zabbix/zabbix_agent2.d/*.conf
ControlSocket=/tmp/agent.sock
10. Restart the client
systemctl restart zabbix-agent2
11. test zabbix Client liquidity
Server-side execution :
yum install -y zabbix-get
[[email protected] ~]# zabbix_get -s '192.168.10.51' -p 10050 -k 'agent.ping'
1
[[email protected] ~]# zabbix_get -s '192.168.10.51' -p 10050 -k 'system.hostname'
zabbix-agent1
zabbix The server itself is detected by default , But there's something wrong with the coding
1. Install Fonts
yum install -y wqy-microhei-fonts
2. Copy font (\cp, Means to remove alias Alias )
\cp /usr/share/fonts/wqy-microhei/wqy-microhei.ttc /usr/share/fonts/dejavu/DejaVuSans.ttf
add to zabbix-agent host
Get into zabbix Of web page —> To configure —> host —> Create a host —> Templates —> establish



边栏推荐
- Project 1 household accounting software (goal + demand description + code explanation + basic fund and revenue and expenditure details record + realization of keyboard access)
- 2022 - 021arts: début du deuxième semestre
- PCIE知识点-010:PCIE 热插拔资料从哪获取
- Improve the accuracy of 3D reconstruction of complex scenes | segmentation of UAV Remote Sensing Images Based on paddleseg
- Easy to understand: understand the time series database incluxdb
- Chain ide -- the infrastructure of the metauniverse
- [FreeRTOS] FreeRTOS learning notes (7) - handwritten FreeRTOS two-way linked list / source code analysis
- Electronic Association C language level 1 35, bank interest
- Would you like to go? Go! Don't hesitate if you like it
- 真空介电常数和真空磁导率究竟是由什么决定的?为何会存在这两个物理量?
猜你喜欢

This article is enough for learning advanced mysql

"Sword finger offer" 2nd Edition - force button brush question

Rhcsa the next day

Oracle stored procedures and functions

弈柯莱生物冲刺科创板:年营收3.3亿 弘晖基金与淡马锡是股东

JVM -- class loading process and runtime data area

大学阶段总结

Google's official response: we have not given up tensorflow and will develop side by side with Jax in the future

Advanced MySQL: Basics (5-8 Lectures)

提升复杂场景三维重建精度 | 基于PaddleSeg分割无人机遥感影像
随机推荐
PCIE知识点-010:PCIE 热插拔资料从哪获取
Rapidjson reading and writing JSON files
[Gurobi] 简单模型的建立
[Android reverse] function interception (use cache_flush system function to refresh CPU cache | refresh CPU cache disadvantages | recommended time for function interception)
人生规划(Flag)
Rhcsa day 3
A real penetration test
The text box displays the word (prompt text) by default, and the text disappears after clicking.
Used on windows Bat file startup project
[Chongqing Guangdong education] National Open University spring 2019 770 real estate appraisal reference questions
window上用.bat文件启动项目
User login function: simple but difficult
PCIe knowledge points -010: where to get PCIe hot plug data
One of the general document service practice series
Electronic Association C language level 1 35, bank interest
Amd RX 7000 Series graphics card product line exposure: two generations of core and process mix and match
Adaptive spatiotemporal fusion of multi-target networks for compressed video perception enhancement
21个战略性目标实例,推动你的公司快速发展
Zephyr 学习笔记2,Scheduling
L2-013 red alarm (C language) and relevant knowledge of parallel search