zabbix监控windows服务器
下载windows版本的agent
https://www.zabbix.com/download_agents
选择
zabbix_agent-5.0.6-windows-amd64
解压后的目录为
1.配置
修改conf/zabbix_agentd.conf
LogFile=E:\zabbix_agentd.log Server=172.27.0.228 ServerActive=172.27.0.228 Hostname=windows
Server: zabbix server的ip地址
ServerActive: zabbix 主动监控server的ip地址
Hostname:主机名,必须唯一,区分大小写。Hostname必须和zabbix web上配置一致
2.安装与卸载
安装
cmd /c "E:\software\zabbix_agent-5.0.6-windows-amd64\bin\zabbix_agentd.exe -c E:\software\zabbix_agent-5.0.6-windows-amd64\conf\zabbix_agentd.conf -i"
卸载
cmd /c "E:\software\zabbix_agent-5.0.6-windows-amd64\bin\zabbix_agentd.exe -c CE:\software\zabbix_agent-5.0.6-windows-amd64\conf\zabbix_agentd.conf -d"
3.启动与停止
启动
cmd /c "E:\software\zabbix_agent-5.0.6-windows-amd64\bin\zabbix_agentd.exe -c E:\software\zabbix_agent-5.0.6-windows-amd64\conf\zabbix_agentd.conf -s"
停止
cmd /c "E:\software\zabbix_agent-5.0.6-windows-amd64\bin\zabbix_agentd.exe -c E:\software\zabbix_agent-5.0.6-windows-amd64\conf\zabbix_agentd.conf -x"
4.server配置
配置-》主机
创建主机并关联模板
监测——》主机