当前位置:网站首页>ansible批量安装zabbix-agent
ansible批量安装zabbix-agent
2022-08-11 05:33:00 【zoujiangMr】
拷贝zabbix源到所以机器:
[zabbix]
name=Zabbix Official Repository - $basearch
baseurl=http://repo.zabbix.com/zabbix/5.0/rhel/7/$basearch/
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX-A14FE591
[zabbix-frontend]
name=Zabbix Official Repository frontend - $basearch
baseurl=http://repo.zabbix.com/zabbix/5.0/rhel/7/$basearch/frontend
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX-A14FE591
[zabbix-debuginfo]
name=Zabbix Official Repository debuginfo - $basearch
baseurl=http://repo.zabbix.com/zabbix/5.0/rhel/7/$basearch/debuginfo/
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX-A14FE591
gpgcheck=0
[zabbix-non-supported]
name=Zabbix Official Repository non-supported - $basearch
baseurl=http://repo.zabbix.com/non-supported/rhel/7/$basearch/
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX
gpgcheck=0
<
边栏推荐
猜你喜欢
随机推荐
No threat of science and technology - TVD vulnerability information daily - 2022-8-4
中小微企业需要使用SSL证书吗?
C# 基础之字典——Dictionary(一)
BaseFragment的抽取
【LeetCode-350】两个数组的交集II
项目笔记——随记
无胁科技-TVD每日漏洞情报-2022-8-2
Lua 元表(Metatable)
Lua loadstring 执行字符串中的代码
Apache Fink 文件上传漏洞复现及利用
CLR via C# 第五章 基元类型、引用类型和值类型
lua杂记
Apache APISIX 默认密钥漏洞复现
记录一个刚写的Makefile
无胁科技-TVD每日漏洞情报-2022-7-20
SSH服务详解
【力扣】寻找数组的中心下标
脚本批量打包渠道包研究
2022年全国职业技能大赛网络安全竞赛试题B模块自己解析思路(4)
Lua 字符串