使用Zabbix监控域名到期时间
GitHub:https://github.com/okand/zabbix-whois-expiry环境要求Python3(模块:py-zabbix、python-whois)下载以下文件域名whois检查脚本zabbix-whois-check.py自动发现脚本zabbix-whois-discovery.py监控模板zabbix-whois-template.xml1. 检查Zabbi...
阅读全文
GitHub:https://github.com/okand/zabbix-whois-expiry环境要求Python3(模块:py-zabbix、python-whois)下载以下文件域名whois检查脚本zabbix-whois-check.py自动发现脚本zabbix-whois-discovery.py监控模板zabbix-whois-template.xml1. 检查Zabbi...
阅读全文
第三方方案GitHub:https://github.com/selivan/https-ssl-cert-check-zabbix本次使用的是单主机多域名SSL监控,所以从advanced目录进行下载basic为单主机单域名监控,需要在主机配置中定义宏,其他与advanced类似下载以下文件SSL检查脚本ssl_cert_check.sh多域名配置ssl_cert_list用户参数配置us...
阅读全文
安装PowerCLI从官网下载模块包https://developer.vmware.com/web/tool/vmware-powercli 解压到C:\Program Files\WindowsPowerShell\ModulesPowerShell执行Install-Module -Name VMware.PowerCLI进行安装测试连接vCenterConnect-VIServer ...
阅读全文
启用Zabbix监控VMware的功能修改zabbix_server.conf启用以下参数StartVMwareCollectors=3
VMwareFrequency=60
VMwarePerfFrequency=60
VMwareCacheSize=8M
VMwareTimeout=10Zabbix Server的CacheSize建议修改到256M以上,避免出现内存不足重启Zabbix...
阅读全文
挂载NFS安装NFS软件包CentOSyum install nfs-utils -yDebianapt install nfs-common -y挂载命令创建挂载目录,直接挂载NFSmount -t nfs 10.15.2.3:/volume1/OA-NAS/File-Share /mnt/File-Share如果直接挂载报错“mount.nfs: Protocol not support...
阅读全文