hello,
i have an strange problem with on host, where i can't get the agent.ping working.
In the logfile on the agent i get
10.1.0.158 is the IP from the zabbix-Server DNS zabbix.ghostdive.local
10.1.0.2 it's on ip from the zabbix-agent
config on the agent side
Any hint, where i can set 10.1.0.158 to allowed?
zabbix-server and agents are Version 2.4.6 - Server and client on CentOS 7.1
i have an strange problem with on host, where i can't get the agent.ping working.
In the logfile on the agent i get
Code:
12305:20151110:085909.163 failed to accept an incoming connection: connection from "10.1.0.158" rejected, allowed hosts: "10.1.0.2"
10.1.0.2 it's on ip from the zabbix-agent
config on the agent side
Code:
### Option: Server # List of comma delimited IP addresses (or hostnames) of Zabbix servers. # Incoming connections will be accepted only from the hosts listed here. # If IPv6 support is enabled then '127.0.0.1', '::127.0.0.1', '::ffff:127.0.0.1' are treated equally. # # Mandatory: no # Default: # Server= Server=zabbix.ghostdive.local ### Option: ServerActive # List of comma delimited IP:port (or hostname:port) pairs of Zabbix servers for active checks. # If port is not specified, default port is used. # IPv6 addresses must be enclosed in square brackets if port for that host is specified. # If port is not specified, square brackets for IPv6 addresses are optional. # If this parameter is not specified, active checks are disabled. # Example: ServerActive=127.0.0.1:20051,zabbix.domain,[::1]:30051,::1,[12fc::1] # # Mandatory: no # Default: # ServerActive= ServerActive=zabbix.ghostdive.local
zabbix-server and agents are Version 2.4.6 - Server and client on CentOS 7.1
Comment