apt-get install zabbix-agent
В MS Windows:
c:\zabbix\bin\zabbix_agentd.exe --config c:\zabbix\conf\zabbix_agentd.win.conf --install net start "zabbix agent"
Timeout=30
PidFile=/var/run/zabbix/zabbix_agentd.pid LogFile=/var/log/zabbix-agent/zabbix_agentd.log LogFileSize=0 DebugLevel=0 ListenPort=10050 Server=zabbix.domain.ru ServerActive=zabbix.domain.ru User=zabbix Include=/etc/zabbix/zabbix_agentd.conf.d/*.conf
LogFile=c:\zabbix_agentd.log LogFileSize=0 DebugLevel=0 ListenPort=10050 Server=zabbix.domain.ru ServerActive=zabbix.domain.ru User=zabbix Include=c:\zabbix\conf\zabbix_agentd.conf.d\*.conf
Настройки клиента, который установлен на Zabbix сервер:
PidFile=/var/run/zabbix/zabbix_agentd.pid LogFile=/var/log/zabbix-agent/zabbix_agentd.log LogFileSize=0 DebugLevel=0 Server=127.0.0.1 ServerActive=127.0.0.1 User=zabbix Include=/etc/zabbix/zabbix_agentd.conf.d/*.conf Timeout=30 Hostname=Zabbix server