Hello,
As the name of the headline indicates, i've a problem with ServerActive only with server in debian 9.4.
With debian 9.3 no problem, there is well the auto registration with Zabbix server.
For the firewall is correct, here is command :
For you information, the Zabbix-agent version on debian 9.4 and 9.3 is the same (3.2.11).
The logs below :
Config Zabbix-agent :
Second information, when i create manually the new host in the Zabbix-server, no problem, it sends me all the informations.
Can you help me please ?
Thanks in advance.
As the name of the headline indicates, i've a problem with ServerActive only with server in debian 9.4.
With debian 9.3 no problem, there is well the auto registration with Zabbix server.
For the firewall is correct, here is command :
Code:
> iptables -L Chain INPUT (policy DROP) ACCEPT tcp -- [B]ip_zabbix-server [/B]anywhere tcp dpt:zabbix-agent Chain OUTPUT (policy DROP) ACCEPT tcp -- anywhere [B]ip_zabbix-server [/B] tcp dpt:zabbix-trapper
The logs below :
Code:
- Zabbix-agent : no active checks on server [[B]ip_zabbix-server [/B]:10051]: host [[B]debian_9.4[/B]] not found - Zabbix-server : cannot send list of active checks to "[B]ip_debian_9.4[/B]": host [[B]debian_9.4[/B]] not found
Code:
- Server=[B]ip_zabbix-server [/B] - ServerActive=[B]ip_zabbix-server [/B] - HostnameItem=system.hostname - HostMetadata=linux
Can you help me please ?
Thanks in advance.
Comment