View Full Version : help with Win32 agentd_conf
dstanford
09-11-2004, 21:04
I have a working Zabbix system and I'm trying to add a Win32 host to be monitored. I have everything setup and working except the only info returned is Host Status with value of 2. I've tried adding other items to the agentd_conf but nothing changes. Could someone give me a sample of a working agentd_conf for Win32 that I can start from, thanks.
First, check that port you are using (10000?) is not already taken by other software, such as Veritas Backup. Also, make sure that you can connect to the port and the agent accepts connections.
Can I check with this command?
telnet xxx.xxx.xxx.xxx 10000
I presume you've fixed your issue by now (or given up).
I had similair issue, only data was Host Status = 2.
I jumped back in to zabbiz_agentd.conf and realized I still had server set as 127.0.0.1.
For anyone else that runs into this, make sure to update with your zabbix server's IP.
-Kyle