码迷,mamicode.com
首页 > 其他好文 > 详细

zabbix 客户端安装

时间:2020-07-13 14:04:01      阅读:75      评论:0      收藏:0      [点我收藏+]

标签:http   安装   conf   centos6   ice   centos7   etc   rpm -ivh   x86   

centos6:

rpm -ivh http://repo.zabbix.com/zabbix/2.2/rhel/6/x86_64/zabbix-release-2.2-1.el6.noarch.rpm yum install zabbix-agent -y sed -i ‘s/Server=127.0.0.1/Server=zabbix.safetytaxfree.net/g‘ /etc/zabbix/zabbix_agentd.conf chkconfig zabbix-agent on service zabbix-agent start centos7: rpm -ivh http://repo.zabbix.com/zabbix/2.2/rhel/7/x86_64/zabbix-release-2.2-1.el7.noarch.rpm yum install zabbix-agent -y sed -i ‘s/Server=127.0.0.1/Server=zabbix.safetytaxfree.net/g‘ /etc/zabbix/zabbix_agentd.conf chkconfig zabbix-agent on service zabbix-agent start

zabbix 客户端安装

标签:http   安装   conf   centos6   ice   centos7   etc   rpm -ivh   x86   

原文地址:https://www.cnblogs.com/imcati/p/13292479.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!