Hello,
I'm working with zabbix server 1.8.2 from the latest debian stable.
When I trying to use active agent on windows, it's not working.
My windows agent zabbix config file :
### begin conf file
Server="monitor.myserver.com"
ServerPort=10051
Hostname=zeckhome #same on zabbix server
ListenPort=10050
RefreshActiveChecks=60
DisableActive=0
DebugLevel=4
LogFile=c:\zabbix\zabbix_agentd.log
###end conf file
When I forward the 10050 port it's working as passive.
I'm using windows baseline template with all agent and triggers active from the web interface.
If I cut the forwarding on this port, Zabbix answer "host unreachable".
And no error on agent log, just telling that
"
4024:20110830:120452.781 In collect_cpustat()
3240:20110830:120453.125 In send_buffer('monitor.myserver.com','10051')
3240:20110830:120453.125 Values in the buffer 0 Max 100
3240:20110830:120453.125 Sleeping for 1 seconds
4024:20110830:120453.781 In collect_cpustat()
"
While I see, with tcpdump, packet incomming from active agent, and also in zabbix server log files.
I've tryed windows precompiled agent ver 1.8.2 and 1.8.5 with the same result.
Do I miss something, please ?
Cyril
I'm working with zabbix server 1.8.2 from the latest debian stable.
When I trying to use active agent on windows, it's not working.
My windows agent zabbix config file :
### begin conf file
Server="monitor.myserver.com"
ServerPort=10051
Hostname=zeckhome #same on zabbix server
ListenPort=10050
RefreshActiveChecks=60
DisableActive=0
DebugLevel=4
LogFile=c:\zabbix\zabbix_agentd.log
###end conf file
When I forward the 10050 port it's working as passive.
I'm using windows baseline template with all agent and triggers active from the web interface.
If I cut the forwarding on this port, Zabbix answer "host unreachable".
And no error on agent log, just telling that
"
4024:20110830:120452.781 In collect_cpustat()
3240:20110830:120453.125 In send_buffer('monitor.myserver.com','10051')
3240:20110830:120453.125 Values in the buffer 0 Max 100
3240:20110830:120453.125 Sleeping for 1 seconds
4024:20110830:120453.781 In collect_cpustat()
"
While I see, with tcpdump, packet incomming from active agent, and also in zabbix server log files.
I've tryed windows precompiled agent ver 1.8.2 and 1.8.5 with the same result.
Do I miss something, please ?
Cyril
Comment