中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

ansible批量安裝zabbix-agent

發布時間:2020-05-21 12:57:41 來源:網絡 閱讀:178 作者:蝸牛遠途 欄目:系統運維

centos7.x?

ansible -i add_zabbix_list zabbix -s -m shell -a "rpm -iUh http://repo.zabbix.com/zabbix/4.0/rhel/7/x86_64/zabbix-agent-4.0.1-1.el7.x86_64.rpm"

<--

如果無法在線安裝rpm包就分發過去

ansible -i add_zabbix_list zabbix -s -m shell -a "mkdir /data/tools"

ansible -i add_zabbix_list zabbix -s -m copy -a "src=/data/tools/zabbix-agent-4.0.1-1.el7.x86_64.rpm dest=/data/tools"

ansible -i add_zabbix_list zabbix -s -m shell -a "rpm -ivh /data/tools/zabbix-agent-4.0.1-1.el7.x86_64.rpm"

-->

ansible -i add_zabbix_list zabbix -s -m shell -a "ls -la /etc/zabbix"

ansible -i add_zabbix_list zabbix -s -m copy -a "src=/etc/zabbix dest=/etc owner=root group=root mode=0755"

ansible -i add_zabbix_list zabbix -s -m shell -a "sed -i '/Hostname/s/^/#/g' /etc/zabbix/zabbix_agentd.conf"

ansible -i add_zabbix_list zabbix -s -m shell -a 'echo "Hostname=`hostname`" >> /etc/zabbix/zabbix_agentd.conf'

ansible -i add_zabbix_list zabbix -s -m file -a "path=/data/zabbixdata state=directory recurse=yes owner=zabbix group=zabbix"

ansible -i add_zabbix_list zabbix -s -m systemd -a "name=zabbix-agent state=started"

ansible -i add_zabbix_list zabbix -s -m systemd -a "name=zabbix-agent state=started enabled=true"

ansible -i add_zabbix_list zabbix -s -m shell -a "cat /etc/zabbix/zabbix_agentd.conf"

ansible -i add_zabbix_list zabbix -s -m shell -a "netstat -lntup|grep 10050"


centos6.x

ansible -i t3_test_list test -s -m shell -a "rpm -iUh https://repo.zabbix.com/zabbix/4.0/rhel/6/x86_64/zabbix-agent-4.0.1-1.el6.x86_64.rpm"

ansible -i t3_test_list test -s -m shell -a "rpm -qa |grep zabbix"

ansible -i t3_test_list test -s -m shell -a "ls -la /etc/zabbix"

ansible -i t3_test_list test -s -m unarchive -a "src=/data/scripts/iplistfile/zabbix.tar.gz dest=/etc/ owner=root group=root"

ansible -i t3_test_list test -s -m service -a "name=zabbix-agent state=started enabled=true"

ansible -i t3_test_list test -s -m shell -a "service zabbix-agent stop"

ansible -i t3_test_list test -s -m shell -a "sed -i '/Hostname/s/^/#/g' /etc/zabbix/zabbix_agentd.conf"

ansible -i t3_test_list test -s -m shell -a 'echo "Hostname=`hostname`" >> /etc/zabbix/zabbix_agentd.conf'

ansible -i t3_test_list test -s -m file -a "path=/data/zabbixdata state=directory recurse=yes owner=zabbix group=zabbix"

ansible -i t3_test_list test -s -m service -a "name=zabbix-agent state=started"

ansible -i t3_test_list test -s -m shell -a "netstat -lntup|grep 10050"


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

山阳县| 沈阳市| 上饶市| 嘉义县| 涞水县| 吴桥县| 阿巴嘎旗| 黑河市| 黑山县| 定襄县| 历史| 镇远县| 沁阳市| 武邑县| 鹤峰县| 鄂托克旗| 普兰县| 三亚市| 新郑市| 长白| 逊克县| 福州市| 江津市| 甘孜县| 商南县| 突泉县| 吉首市| 察隅县| 双流县| 南江县| 宁乡县| 武陟县| 涪陵区| 电白县| 六安市| 锦州市| 武功县| 九龙县| 平谷区| 凯里市| 锡林郭勒盟|