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?
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?
Comment