Поднял сервер и Zabbix. Локального агента видит нормально. А вот агентов на других машинах не видно. 
Агенты установленные на Win 2003
Этот стартует вроде нормально так как в лог пустой
а этот в логе пишет
не могу понять в чем дело. Антивирус отключен, Брандмауэр отключен.
Подскажите пожалуйста.

Агенты установленные на Win 2003
Code:
# This is config file for zabbix_agentd # To get more information about ZABBIX, go http://www.zabbix.com ############ GENERAL PARAMETERS ################# # List of comma delimited IP addresses (or hostnames) of ZABBIX Servers. # No spaces allowed. First entry is used for sending active checks. # Note that hostnames must resolve hostname - IP address and # IP address - hostname. Server=192.168.1.112 # Server port for sending active checks ServerPort=10051 # Unique hostname. Required for active checks. Hostname=PTO_00. # Listen port. Default is 10050 ListenPort=10050 # 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=10 # How often refresh list of active checks. 2 minutes by default. #RefreshActiveChecks=120 # Disable active checks. The agent will work in passive mode listening server. #DisableActive=1 # 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=D:\zabbix\zabbix_agentd.pid # Name of log file. # If not set, syslog will be used LogFile="D:\Program Files\zabbix\zabbix_agentd.log" # Maximum size of log file in MB. Set to 0 to disable automatic log rotation. LogFileSize=10 # Spend no more than Timeout seconds on processing # Must be between 1 and 30 Timeout=3 ##### Experimental options. Use with care ! ##### # Get rid of sockets in TIME_WAIT state # This will set socket option SO_LINGER # NoTimeWait=1 ##### End of experimental options ####### USER-DEFINED MONITORED PARAMETERS ####### # Format: "UserParameter='key','shell command'" # Note that shell command must not return empty string or EOL only # UserParameter=mysql.version,mysql -V
Этот стартует вроде нормально так как в лог пустой
Code:
############ GENERAL PARAMETERS ################# # Разделяемый запятыми список IP-адресов (или DNS-имен) Zabbix-серверов. # Пробелы не допускаются! Первый хост в списке используется для "активных" запросов # (т.е. со стороны самого агента). Server=192.168.1.112 # Server port for sending active checks ServerPort=10051 # Уникальное имя узла. Обязательно для "активных" запросов Hostname=terminal # Listen port. Default is 10050 ListenPort=10050 # IP address to bind agent # If missing, bind to all available IPs ListenIP=192.168.1.200 # Disable active checks. The agent will work in passive mode listening server. #DisableActive=1 # Disable passive checks. The agent will not listen to any TCP ports. # Only active checks will be processed. #DisablePassive=1 # Enable remote commands for ZABBIX agent. By default remote commands disabled. #EnableRemoteCommands=1 # Specifies debug level DebugLevel=4 # Name of log file. LogFile=C:\Program Files\zabbix\zabbix_agentd.log # Maximum size of log file in MB. Set to 0 to disable automatic log rotation. LogFileSize=50 # Spend no more than Timeout seconds on processing # Must be between 1 and 30 Timeout=3
а этот в логе пишет
Code:
4192:20110823:084939.390 Starting Zabbix Agent. Zabbix 1.8.5 (revision 19047). 4192:20110823:084939.406 Listener failed with error: bind() for [[192.168.1.112]:10050] failed with error 10049: Требуемый адрес для своего контекста неверен..
не могу понять в чем дело. Антивирус отключен, Брандмауэр отключен.
Подскажите пожалуйста.
)
Comment