PDA

View Full Version : Windows XP Agent doesn't work, help me please!!!


falujar
28-03-2005, 02:44
Hi
I've tried to install zabbix for 3 days (since friday) and finally, I could do it.
But there's a problem. Zabbix doesn't show me any graph of my windows' client.
I installed zabbixW32 in a Windows XP, and I configured the host in Zabbix. It doesn't show me any data, grahp or alert.
Windows tell me that Zabbix service is started and zabbix tell me that host 192.168.1.252 is monitored.
This is the zabbix_agentd.conf that I use install in windows' client
# This is config file for zabbix_agentd
# To get more information about Zabbix, go http://zabbix.sourceforge.net

############ GENERAL PARAMETERS #################

# IP address of Zabbix server. No spaces allowed.

Server=192.168.1.252
# Listen port. Default is 10000

ListenPort=10005

# IP address to bind agent
# If missing, bind to all available IPs

ListenIP=127.0.0.1

# Number of pre-forked instances of zabbix_agentd.
# Default value is 5
# This parameter must be between 1 and 16

#StartAgents=5

# Specifies debug level
# 0 - debug is not created
# 1 - critical information
# 2 - error information
# 3 - warnings (default)
# 4 - for debugging (produces lots of information)

#DebugLevel=3

# Name of PID file

#PidFile=/var/run/zabbix/zabbix_agentd.pid


Do I have to install snmp in windows or is it enough with zabbixW32.exe and zabbix_agentd.conf?
I configured the server as a host and zabbix shows me graphs and alerts, not for windows' client
Can you help me please?

cooper
28-03-2005, 16:42
ListenIP=127.0.0.1



fulujar,
You have the ListenIP set to the loopback address. Agentd is not binding to your machines IP address, just the loopback. Comment out this line and it will listen on all IPs on the machine.

hth

cooper

falujar
28-03-2005, 19:53
Hi Cooper
I coment out LisentIP but it doesn't work?
What Can I do?
Thanks so much

cooper
29-03-2005, 17:09
can you post the output of the agentd.log file? Also any parts of the server log that refence this host would be helpful. Thanks.

cooper