5 Zabbix Agent (Windows)

1. Installation 설치
 a. config (agent.conf, agentd.conf) 파일을 생성한다. 기존에 설치된 시스템에서 복사해서 사용해도 된다
(첨부로 샘플파일을 올려두겠다)

2 Install agent as a Windows service 서비스등록
 a. zabbix agent가 설치된 폴더에서 다음과 같이
 
zabbix_agentd.exe --install
 b. 위와 같이 실행하면 환경설정 파일은 c:\zabbix_agentd.conf에 위치해야 한다. 설정파일의 경로는 

zabbix_agentd.exe --config <파일절대경로> --install
와 같이 넣어준다

3. Run agent.실행

zabbix_agentd.exe --start
여기서 Windows Agent는 약간의 설정이 필요하다. 링크  에서 필요한 내용을 확인바란다

서비스를 확인하는 방법은 services.msc 등으로 위 명령어를 실행하고 서비스가 등록되었는지 확인할 수 있다

sc delete.

참고 - zabbix_agentd.exe 옵션 

Command line syntax:

zabbix_agentd.exe [-Vhp] [-idsx] [-c <file>] [-t <metric>]
Configuration file

Zabbix Windows agent accepts the following command line parameters:

Options:

  -c --config <file>   Specify alternate configuration file (default is c:\zabbix_agentd.conf).
  -h --help            Display help information.
  -V --version         Display version number.
  -p --print           Print known items and exit.
  -t --test <item key> Test single item and exit.
Functions:

  -i --install   Install Zabbix agent as a service.
  -d --uninstall Uninstall Zabbix agent service.
  -s --start     Start Zabbix agent service.
  -x --stop      Stop Zabbix agent service.