Hello,
We installed a new Zabbix Server version 2.2.2 on a CentOS 6.5 virtual machine running on an ESXi 5.1 host
To test the active agent configuration on the Windows platform, we done a Full clone on 2 templates; Template App Zabbix Agent and Template OS Windows, apply a Mass update of the type to "Zabbix agent (active)" and linked these new templates to the testing computer
The "zabbix_agentd.conf" file look like this;
LogFile=c:\Zabbix\zabbix_agentd.log
#DebugLevel=4
StartAgents=0
ServerActive=MyZabbixServerFQDN
Hostname=MyHostName
After starting the agent file log
Starting Zabbix Agent [MyHostName]. Zabbix 2.2.1 (revision 40801).
using configuration file: C:\Zabbix\zabbix_agentd.conf
agent #1 started [active checks #1]
agent #0 started [collector]
That seem to work because when we stop the agent, Zabbix server report that the "Agent is unreachable".
But mouseover the red icon show this error message
Get value from agent failed: cannot connect to [[X.X.X.X]:10050]: [4] Interrupted system call
Regular passive agent is working correctly and availability icon is showing green in the front end.
Anyone have a clue ?
We installed a new Zabbix Server version 2.2.2 on a CentOS 6.5 virtual machine running on an ESXi 5.1 host
To test the active agent configuration on the Windows platform, we done a Full clone on 2 templates; Template App Zabbix Agent and Template OS Windows, apply a Mass update of the type to "Zabbix agent (active)" and linked these new templates to the testing computer
The "zabbix_agentd.conf" file look like this;
LogFile=c:\Zabbix\zabbix_agentd.log
#DebugLevel=4
StartAgents=0
ServerActive=MyZabbixServerFQDN
Hostname=MyHostName
After starting the agent file log
Starting Zabbix Agent [MyHostName]. Zabbix 2.2.1 (revision 40801).
using configuration file: C:\Zabbix\zabbix_agentd.conf
agent #1 started [active checks #1]
agent #0 started [collector]
That seem to work because when we stop the agent, Zabbix server report that the "Agent is unreachable".
But mouseover the red icon show this error message
Get value from agent failed: cannot connect to [[X.X.X.X]:10050]: [4] Interrupted system call
Regular passive agent is working correctly and availability icon is showing green in the front end.
Anyone have a clue ?
Comment