摘要:
Zabbix主机自动注册发现 #!/bin/bash #root权限运行 path="/opt/zabbix/" #zabbix主机IP serverIp="192.168.0.88" #本机ip部分特征 hostIp=10.0 #用户名 user="www" install(){ wget -V 阅读全文
摘要:
安装 https://developer.vmware.com/powercli powershell Install-Module -Name VMware.PowerCLI 连接vcenter Connect-VIServer -Server <vcenterIp> -Protocol http 阅读全文