zabbix-5.0.txt

时间:2023-08-27 10:52:17
【文件属性】:

文件名称:zabbix-5.0.txt

文件大小:8KB

文件格式:TXT

更新时间:2023-08-27 10:52:17

zabbix,监控

#### 一:安装部署zabbix-server:happy: ##### 1:安装zabbix的官方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 ``` 安装完会生成一个文件:/etc/yum.repos.d/zabbix.repo 将zabbix的yum源替换为阿里源: ``` sed -i 's#repo.zabbix.com#mirrors.aliyun.com/zabbix#g' zabbix.repo ``` ``` yum makecache ``` ##### 2:安装Zabbix server and agent


网友评论