01 2022 档案
摘要:# 基础信息 系统版本: CentOS Linux release 7.6.1810 (Core) 内核版本: 4.19.0-9.el7.ucloud.x86_64 # 听说最新版的zabbix6.0 支持Kubernetes的监控了。自己部署亲眼看了一下确实是支持了。 先来个 截图 # 依赖安装
阅读全文
摘要:获取物理机品牌信息 dmidecode|grep "System Information" -A9 | egrep Manufacturer
阅读全文
摘要:shell 方式 ssh 192.100.16.9 < raid_info.sh ansible 方式 ansible -i ip_list all -m script -a "raid_info.sh"
阅读全文