当前位置:网站首页>[monitoring] ZABBIX
[monitoring] ZABBIX
2022-07-04 23:29:00 【Sprite, don't be angry】
List of articles
Preface
The content of this blog is only to record the thoughts of bloggers , For reference only , Everything is subject to the results of their own practice .
One 、 build
1.1 Go straight to step
#zabbix Server side
systemctl disable --now firewalld
setenforce 0
hostnamectl set-hostname zbx-server
su
rpm -ivh https://mirrors.aliyun.com/zabbix/zabbix/5.0/rhel/7/x86_64/zabbix-release-5.0-1.el7.noarch.rpm
cd /etc/yum.repos.d
sed -i 's#http://repo.zabbix.com#https://mirrors.aliyun.com/zabbix#' zabbix.repo
yum clean all && yum makecache
yum install -y zabbix-server-mysql zabbix-agent
yum install -y centos-release-scl
vim zabbix.repo
11 That's ok :enable=1
yum install -y zabbix-web-mysql-scl zabbix-apache-conf-scl
# install mariadb Database and set the boot up
yum install -y mariadb-server mariadb
systemctl enable --now mariadb
# Configure database password
mysql_secure_installation
enter
y
Set database password
Confirm the password
All the way back to the end
# Enter the database as zabbix to grant authorization
mysql -u root -pabc123
CREATE DATABASE zabbix character set utf8 collate utf8_bin;
GRANT all ON zabbix.* TO 'zabbix'@'%' IDENTIFIED BY 'zabbix';
flush privileges;
# Query the database sql The location of the file , It's a .gz Compressed package at the end
rpm -ql zabbix-server-mysql
# My version number is the following
/usr/share/doc/zabbix-server-mysql-5.0.24/create.sql.gz
# use zcat Query the contents of the compressed package , And send parameters to the database for import
zcat //usr/share/doc/zabbix-server-mysql-5.0.24/create.sql.gz | mysql -uroot -pabc123 zabbix
vim /etc/zabbix/zabbix_server.conf
124 That's ok :DBPassword=zabbix
vim /etc/opt/rh/rh-php72/php-fpm.d/zabbix.conf
php_value[date.timezone] = Asia/Shanghai
systemctl restart zabbix-server zabbix-agent httpd rh-php72-php-fpm
systemctl enable zabbix-server zabbix-agent httpd rh-php72-php-fpm
Browser access :192.168.13.10/zabbix
Just set the password of the database zabbix
Login account :Admin password :zabbix
Configuration page :
lower left :user settings
Options :language -> Chinese -> update( The language is changed to Chinese )
# When the client is configured , You can execute the following command to verify that the client is started successfully , Query the client name
yum install -y zabbix-get
zabbix_get -s '192.168.13.20' -p 10050 -k 'agent.ping'
zabbix_get -s '192.168.13.20' -p 10050 -k 'system.hostname'
#zabbix Client configuration
systemctl disable --now firewalld
setenforce 0
hostnamectl set-hostname zbx-agent01
su
yum install -y ntpdate
ntpdate -u ntp.aliyun.com
cp -p /etc/localtime{
,.bak}
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
rpm -ivh https://mirrors.aliyun.com/zabbix/zabbix/5.0/rhel/7/x86_64/zabbix-release-5.0-1.el7.noarch.rpm
cd /etc/yum.repos.d
sed -i 's#http://repo.zabbix.com#https://mirrors.aliyun.com/zabbix#' /etc/yum.repos.d/zabbix.repo
yum install -y zabbix-agent2
vim /etc/zabbix/zabbix_agent2.conf
80 That's ok :Server=192.168.13.10
120 That's ok :ServerActive=192.168.13.10
131 That's ok :Hostname=zbx-agent01
systemctl start zabbix-agent2
systemctl enable zabbix-agent2
netstat -natp | grep zabbix
Enter the server web Interface configuration
To configure -> host -> Create a host
host :
Host name :zbx-agent01
Visible name :zbx-agent01-192.168.80.30
group :Linux servers
client :192.168.80.30
Templates :
Link new templates:Template OS Linux by Zabbix agent
# Switch the options on the left randomly , Switch back ,zbx Has been launched
Two 、 Conclusion
- It's easy to build , There's nothing to say , Mainly I can see the graphical interface
边栏推荐
- In June, the list of winners of "Moli original author program" was announced! Invite you to talk about the domestic database
- 企业里Win10 开启BitLocker锁定磁盘,如何备份系统,当系统出现问题又如何恢复,快速恢复又兼顾系统安全(远程设备篇)
- Etcd database source code analysis - brief process of processing entry records
- [crawler] jsonpath for data extraction
- Redis: redis transactions
- 取得PMP證書需要多長時間?
- 快解析——好用的内网安全软件
- 蓝天NH55系列笔记本内存读写速度奇慢解决过程记录
- [kotlin] the third day
- The initial trial is the cross device model upgrade version of Ruijie switch (taking rg-s2952g-e as an example)
猜你喜欢

Selected cutting-edge technical articles of Bi Ren Academy of science and technology

Qt个人学习总结

PMP证书续证流程
![[kotlin] the third day](/img/c4/1bf1b00c4a1dda920ad3bb178ac0f9.png)
[kotlin] the third day

Blue sky nh55 series notebook memory reading and writing speed is extremely slow, solution process record

企业里Win10 开启BitLocker锁定磁盘,如何备份系统,当系统出现问题又如何恢复,快速恢复又兼顾系统安全(远程设备篇)

【二叉树】节点与其祖先之间的最大差值

如何在外地外网电脑远程公司项目?

如何避免电弧产生?—— AAFD故障电弧探测器为您解决

QT addition calculator (simple case)
随机推荐
【taichi】用最少的修改将太极的pbf2d(基于位置的流体模拟)改为pbf3d
高配笔记本使用CAD搬砖时卡死解决记录
Redis: redis transactions
cout/cerr/clog的区别
如何避免电弧产生?—— AAFD故障电弧探测器为您解决
CTF competition problem solution STM32 reverse introduction
French scholars: the explicability of counter attack under optimal transmission theory
Chinese verification of JS regular expressions (turn)
LabVIEW中比较两个VI
Redis:Redis消息的发布与订阅(了解)
微软禁用IE浏览器后,打开IE浏览器闪退解决办法
Redis introduction complete tutorial: detailed explanation of ordered collection
企业里Win10 开启BitLocker锁定磁盘,如何备份系统,当系统出现问题又如何恢复,快速恢复又兼顾系统安全(远程设备篇)
Why does infographic help your SEO
【kotlin】第三天
JS 3D explosive fragment image switching JS special effect
Basic knowledge of database
Selected cutting-edge technical articles of Bi Ren Academy of science and technology
uniapp 除了数字,其他输入无效
45岁教授,她投出2个超级独角兽