Hello,
I got problem to enable active check on zabbix 3.4.
I got a Zabbix server 3.4.12 and a remote zabbix agent 2.2.23.
I want to enable Active check on my remote zabbix agent.
I've set those parameters in remote agent to active it :
ServerActive=192.168.51.29:10051 (Zabbix Server IP)
Hostname=Cerbere
I've set those parameters in server to listen on it :
StartTrappers=5
ListenIP=127.0.0.1,192.168.51.29
I've rebooted my zabbix-agent service, but when I look on zabbix_agentd.log, I got this error message below :
active check configuration update from [192.168.51.29:10051] started to fail (cannot connect to [[192.168.51.29]:10051]: [4] Interrupted system call)
It's normal, or no ?
What I missed in config ?
Could you help me please ?
At the end I want to send script result to zabbix server like NSCA does in Nagios.
FFavre
I got problem to enable active check on zabbix 3.4.
I got a Zabbix server 3.4.12 and a remote zabbix agent 2.2.23.
I want to enable Active check on my remote zabbix agent.
I've set those parameters in remote agent to active it :
ServerActive=192.168.51.29:10051 (Zabbix Server IP)
Hostname=Cerbere
I've set those parameters in server to listen on it :
StartTrappers=5
ListenIP=127.0.0.1,192.168.51.29
I've rebooted my zabbix-agent service, but when I look on zabbix_agentd.log, I got this error message below :
active check configuration update from [192.168.51.29:10051] started to fail (cannot connect to [[192.168.51.29]:10051]: [4] Interrupted system call)
It's normal, or no ?
What I missed in config ?
Could you help me please ?
At the end I want to send script result to zabbix server like NSCA does in Nagios.
FFavre
Comment