Hi
I'm, using zabbix_server 1.8.2 and windows agent thats included 1.8.0 on a centos Linux server monotoring windows 64 bit host running mssql. I installed zabbix too weeks ago and then i had a problem with zabbix 64 bit crashed right after restart of the service. So i tried the 32 bit version and it has worked well until this night.
I know Microsoft installed something tonight but i think the problem is somewere else becouse i had the 32/64 bit problem erlier.
It looks in debug log that it crashes ramdomly, But always when running active checks.
Btw why is agent 1.8.0 included in the windows and 1.8.2 in Linux?
2720:20100813:114345.764 Sending back [7714975744]
3036:20100813:114345.765 Processing request.
3036:20100813:114345.765 Requested [proc.num[php-cgi.exe]]
3036:20100813:114345.781 Sending back [0]
2068:20100813:114345.942 Processing request.
2068:20100813:114345.942 Requested [system.swap.size[,total]]
2068:20100813:114345.942 Sending back [8743985152]
2544:20100813:114346.144 In send_buffer(************,'10051')
2544:20100813:114346.144 Values in the buffer 0 Max 100
2544:20100813:114346.144 Sleeping for 1 seconds
2440:20100813:114346.145 In collect_cpustat()
2068:20100813:114346.962 Processing request.
2068:20100813:114346.963 Requested [net.tcp.service[http]]
2068:20100813:114346.963 Sending back [1]
3036:20100813:114346.964 Processing request.
3036:20100813:114346.964 Requested [system.cpu.load[,avg15]]
3036:20100813:114346.964 Sending back [0.001111]
2720:20100813:114346.965 Processing request.
2720:20100813:114346.965 Requested [vm.memory.size[free]]
2720:20100813:114346.965 Sending back [3247378432]
952:20100813:114346.966 Processing request.
952:20100813:114346.966 Requested [agent.version]
952:20100813:114346.966 Sending back [1.8]
2292:20100813:114346.967 Processing request.
2292:20100813:114346.967 Requested [system.uname]
1596:20100813:114451.805 zabbix_agentd started. Zabbix 1.8 (revision 8563).
1596:20100813:114451.812 In init_perf_collector()
1596:20100813:114451.812 cfg: para: [DebugLevel] val [4]
1596:20100813:114451.812 cfg: para: [LogFile] val [C:\Zabbix_agentd.log]
1596:20100813:114451.812 cfg: para: [EnableRemoteCommands] val [1]
1596:20100813:114451.812 Accepted configuration parameter: 'EnableRemoteCommands' = '1'
1596:20100813:114451.812 cfg: para: [Server] val [***********]
1596:20100813:114451.812 cfg: para:[ListenPort] val [10050]
1596:20100813:114451.813 cfg: para: [ServerPort] val [10051]
1596:20100813:114451.813 cfg: para: [StartAgents] val [5]
1596:20100813:114451.813 cfg: para: [Timeout] val [5]
1400:20100813:114451.813 zabbix_agentd collector started
2904:20100813:114451.813 zabbix_agentd listener started
1400:20100813:114451.813 In init_cpu_collector()
1384:20100813:114451.814 zabbix_agentd listener started
2564:20100813:114451.814 zabbix_agentd listener started
492:20100813:114451.814 zabbix_agentd listener started
2892:20100813:114451.814 zabbix_agentd listener started
2860:20100813:114451.814 zabbix_agentd active check started
############ GENERAL PARAMETERS #################
### Option: DebugLevel
# Specifies debug level
# 0 - no debug
# 1 - critical information
# 2 - error information
# 3 - warnings
# 4 - for debugging (produces lots of information)
#
# Mandatory: no
# Default:
DebugLevel=4
### Option: LogFile
# Name of log file.
#
# Mandatory: no
# Default:
# LogFile=
LogFile=C:\Zabbix_agentd.log
### Option: LogFileSize
# Maximum size of log file in MB.
# 0 - disable automatic log rotation.
#
# Mandatory: no
# Range: 1-1024
# Default:
# LogFileSize=1
### Option: SourceIP
# Source IP address for outgoing connections.
#
# Mandatory: no
# Default:
# SourceIP=
### Option: EnableRemoteCommands
# Whether remote commands from Zabbix server are allowed.
# 0 - not allowed
# 1 - allowed
#
# Mandatory: no
# Default:
EnableRemoteCommands=1
##### Passive checks related
### Option: Server
# List of comma delimited IP addresses (or hostnames) of Zabbix servers.
# No spaces allowed. First entry is used for receiving list of and sending active checks.
# Note that hostnames must resolve hostname->IP address and IP address->hostname.
#
# Mandatory: yes
# Default:
# Server=
Server=193.**.***.***
### Option: Hostname
# Unique hostname.
# Required for active checks and must match hostname as configured on the server.
#
# Default:
# Hostname=system.uname
# Hostname=********
### Option: ListenPort
# Agent will listen on this port for connections from the server.
#
# Mandatory: no
# Range: 1024-32767
# Default:
ListenPort=10050
### Option: ListenIP
# Agent will listen on the specified interface.
#
# Mandatory: no
# Default:
# ListenIP=0.0.0.0
# ListenIP=127.0.0.1
### Option: DisablePassive
# Disable passive checks. The agent will not listen on any TCP port.
# Only active checks will be processed.
# 0 - do not disable
# 1 - disable
#
# Mandatory: no
# Default:
# DisablePassive=0
##### Active checks related
### Option: DisableActive
# Disable active checks. The agent will work in passive mode listening for server.
#
# Mandatory: no
# Default:
# DisableActive=0
# DisableActive=1
### Option: ServerPort
# Server port for retrieving list of and sending active checks.
#
# Mandatory: no
# Default:
ServerPort=10051
### Option: RefreshActiveChecks
# How often list of active checks is refreshed, in seconds.
#
# Mandatory: no
# Range: 60-3600
# Default:
# RefreshActiveChecks=120
### Option: BufferSend
# Do not keep data longer than N seconds in buffer.
#
# Mandatory: no
# Range: 1-3600
# Default:
# BufferSend=5
### Option: BufferSize
# Maximum number of values in a memory buffer. The agent will send
# all collected data to Zabbix Server or Proxy if the buffer is full.
#
# Mandatory: no
# Range: 1-65535
# Default:
# BufferSize=100
### Option: MaxLinesPerSecond
# Maximum number of new lines the agent will send per second to Zabbix Server
# or Proxy processing 'log' and 'eventlog' active checks.
# The provided value will be overridden by the parameter 'maxlines',
# provided in 'log' or 'eventlog' item key.
#
# Mandatory: no
# Range: 1-1000
# Default:
# MaxLinesPerSecond=100
############ ADVANCED PARAMETERS #################
### Option: StartAgents
# Number of pre-forked instances of zabbix_agentd that process passive checks.
#
# Mandatory: no
# Range: 1-16
# Default:
StartAgents=5
### Option: Timeout
# Spend no more than Timeout seconds on processing
#
# Mandatory: no
# Range: 1-30
# Default:
Timeout=5
I'm, using zabbix_server 1.8.2 and windows agent thats included 1.8.0 on a centos Linux server monotoring windows 64 bit host running mssql. I installed zabbix too weeks ago and then i had a problem with zabbix 64 bit crashed right after restart of the service. So i tried the 32 bit version and it has worked well until this night.
I know Microsoft installed something tonight but i think the problem is somewere else becouse i had the 32/64 bit problem erlier.
It looks in debug log that it crashes ramdomly, But always when running active checks.
Btw why is agent 1.8.0 included in the windows and 1.8.2 in Linux?
2720:20100813:114345.764 Sending back [7714975744]
3036:20100813:114345.765 Processing request.
3036:20100813:114345.765 Requested [proc.num[php-cgi.exe]]
3036:20100813:114345.781 Sending back [0]
2068:20100813:114345.942 Processing request.
2068:20100813:114345.942 Requested [system.swap.size[,total]]
2068:20100813:114345.942 Sending back [8743985152]
2544:20100813:114346.144 In send_buffer(************,'10051')
2544:20100813:114346.144 Values in the buffer 0 Max 100
2544:20100813:114346.144 Sleeping for 1 seconds
2440:20100813:114346.145 In collect_cpustat()
2068:20100813:114346.962 Processing request.
2068:20100813:114346.963 Requested [net.tcp.service[http]]
2068:20100813:114346.963 Sending back [1]
3036:20100813:114346.964 Processing request.
3036:20100813:114346.964 Requested [system.cpu.load[,avg15]]
3036:20100813:114346.964 Sending back [0.001111]
2720:20100813:114346.965 Processing request.
2720:20100813:114346.965 Requested [vm.memory.size[free]]
2720:20100813:114346.965 Sending back [3247378432]
952:20100813:114346.966 Processing request.
952:20100813:114346.966 Requested [agent.version]
952:20100813:114346.966 Sending back [1.8]
2292:20100813:114346.967 Processing request.
2292:20100813:114346.967 Requested [system.uname]
1596:20100813:114451.805 zabbix_agentd started. Zabbix 1.8 (revision 8563).
1596:20100813:114451.812 In init_perf_collector()
1596:20100813:114451.812 cfg: para: [DebugLevel] val [4]
1596:20100813:114451.812 cfg: para: [LogFile] val [C:\Zabbix_agentd.log]
1596:20100813:114451.812 cfg: para: [EnableRemoteCommands] val [1]
1596:20100813:114451.812 Accepted configuration parameter: 'EnableRemoteCommands' = '1'
1596:20100813:114451.812 cfg: para: [Server] val [***********]
1596:20100813:114451.812 cfg: para:[ListenPort] val [10050]
1596:20100813:114451.813 cfg: para: [ServerPort] val [10051]
1596:20100813:114451.813 cfg: para: [StartAgents] val [5]
1596:20100813:114451.813 cfg: para: [Timeout] val [5]
1400:20100813:114451.813 zabbix_agentd collector started
2904:20100813:114451.813 zabbix_agentd listener started
1400:20100813:114451.813 In init_cpu_collector()
1384:20100813:114451.814 zabbix_agentd listener started
2564:20100813:114451.814 zabbix_agentd listener started
492:20100813:114451.814 zabbix_agentd listener started
2892:20100813:114451.814 zabbix_agentd listener started
2860:20100813:114451.814 zabbix_agentd active check started
############ GENERAL PARAMETERS #################
### Option: DebugLevel
# Specifies debug level
# 0 - no debug
# 1 - critical information
# 2 - error information
# 3 - warnings
# 4 - for debugging (produces lots of information)
#
# Mandatory: no
# Default:
DebugLevel=4
### Option: LogFile
# Name of log file.
#
# Mandatory: no
# Default:
# LogFile=
LogFile=C:\Zabbix_agentd.log
### Option: LogFileSize
# Maximum size of log file in MB.
# 0 - disable automatic log rotation.
#
# Mandatory: no
# Range: 1-1024
# Default:
# LogFileSize=1
### Option: SourceIP
# Source IP address for outgoing connections.
#
# Mandatory: no
# Default:
# SourceIP=
### Option: EnableRemoteCommands
# Whether remote commands from Zabbix server are allowed.
# 0 - not allowed
# 1 - allowed
#
# Mandatory: no
# Default:
EnableRemoteCommands=1
##### Passive checks related
### Option: Server
# List of comma delimited IP addresses (or hostnames) of Zabbix servers.
# No spaces allowed. First entry is used for receiving list of and sending active checks.
# Note that hostnames must resolve hostname->IP address and IP address->hostname.
#
# Mandatory: yes
# Default:
# Server=
Server=193.**.***.***
### Option: Hostname
# Unique hostname.
# Required for active checks and must match hostname as configured on the server.
#
# Default:
# Hostname=system.uname
# Hostname=********
### Option: ListenPort
# Agent will listen on this port for connections from the server.
#
# Mandatory: no
# Range: 1024-32767
# Default:
ListenPort=10050
### Option: ListenIP
# Agent will listen on the specified interface.
#
# Mandatory: no
# Default:
# ListenIP=0.0.0.0
# ListenIP=127.0.0.1
### Option: DisablePassive
# Disable passive checks. The agent will not listen on any TCP port.
# Only active checks will be processed.
# 0 - do not disable
# 1 - disable
#
# Mandatory: no
# Default:
# DisablePassive=0
##### Active checks related
### Option: DisableActive
# Disable active checks. The agent will work in passive mode listening for server.
#
# Mandatory: no
# Default:
# DisableActive=0
# DisableActive=1
### Option: ServerPort
# Server port for retrieving list of and sending active checks.
#
# Mandatory: no
# Default:
ServerPort=10051
### Option: RefreshActiveChecks
# How often list of active checks is refreshed, in seconds.
#
# Mandatory: no
# Range: 60-3600
# Default:
# RefreshActiveChecks=120
### Option: BufferSend
# Do not keep data longer than N seconds in buffer.
#
# Mandatory: no
# Range: 1-3600
# Default:
# BufferSend=5
### Option: BufferSize
# Maximum number of values in a memory buffer. The agent will send
# all collected data to Zabbix Server or Proxy if the buffer is full.
#
# Mandatory: no
# Range: 1-65535
# Default:
# BufferSize=100
### Option: MaxLinesPerSecond
# Maximum number of new lines the agent will send per second to Zabbix Server
# or Proxy processing 'log' and 'eventlog' active checks.
# The provided value will be overridden by the parameter 'maxlines',
# provided in 'log' or 'eventlog' item key.
#
# Mandatory: no
# Range: 1-1000
# Default:
# MaxLinesPerSecond=100
############ ADVANCED PARAMETERS #################
### Option: StartAgents
# Number of pre-forked instances of zabbix_agentd that process passive checks.
#
# Mandatory: no
# Range: 1-16
# Default:
StartAgents=5
### Option: Timeout
# Spend no more than Timeout seconds on processing
#
# Mandatory: no
# Range: 1-30
# Default:
Timeout=5
Comment