- Create host in Zabbix server.
- PS: mkdir c:\zabbix-agent; mkdir c:\zabbix-agent\logs
- Download the Windows agent: 3.2.0 | 3.0.4 | Other versions
- Extract to c:\zabbix-agent
- PS: notepad c:\zabbix-agent\conf\zabbix_agentd.win.conf
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| class VStats_Listener | |
| { | |
| protected $receiver_location = '---YOUR REMOTE SERVER---'; | |
| protected $receiver_send_after = 5; // seconds | |
| protected $receiver_time_last_send = 0; // timestamp | |
| protected $socket; | |
| protected $socket_location = '127.0.0.1'; |