I've installed a Zabbix server and a Zabbix proxy. I then added the zabbix_proxy to zabbix_server (Configuration-->Hosts-->Proxies (Create New).
Then added a host to Zabbix server and selected the proxy from "Monitor by Proxy" drop down menu.
The "Availability" of the newly added host is showing as "Unknow".
The new host zabbix_agentd.conf is set as following:
Here are an entry from host1 logs (zabbix_agentd.log)
11820:20081125:212602 Getting list of active checks failed. Will retry after 60 seconds
Here are log entries from zabbix_proxy.log
8715:20081125:134554 Heartbeat message sendig failed
8715:20081125:134654 Heartbeat message sendig failed
zabbix_proxy.conf main settings are:
My questions are:
1- Should the agent of the host point to the IP of Zabbix Server or Zabbix Proxy?
2- Is there anything else I need to do to make the zabbix proxy, the host's zabbix agent and zabbix server work with each other?
Thanks a lot for your help,
Then added a host to Zabbix server and selected the proxy from "Monitor by Proxy" drop down menu.
The "Availability" of the newly added host is showing as "Unknow".
The new host zabbix_agentd.conf is set as following:
Code:
############ GENERAL PARAMETERS ################# # List of comma delimited IP addresses (or hostnames) of ZABBIX servers. # No spaces allowed. First entry is used for sending active checks. # Note that hostnames must resolve hostname->IP address and # IP address->hostname. [B]Server=10.10.1.10[/B] [COLOR="Red"]#Zabbix Proxy IP[/COLOR] # Server port for sending active checks #ServerPort=10051 # Unique hostname. Required for active checks. Hostname=host1 # Listen port. Default is 10050 #ListenPort=10050
11820:20081125:212602 Getting list of active checks failed. Will retry after 60 seconds
Here are log entries from zabbix_proxy.log
8715:20081125:134554 Heartbeat message sendig failed
8715:20081125:134654 Heartbeat message sendig failed
zabbix_proxy.conf main settings are:
Code:
# IP address (or hostname) of ZABBIX servers. Server=10.10.1.5 # Server port for sending active checks ServerPort=10051 # Unique hostname. Hostname=proxy1 # Database host name # Default is localhost #DBHost=localhost # Database name # SQLite3 note: path to database file must be provided. DBUser and DBPassword are ignored. DBName=zabbix # Database user DBUser=zabbix # Database password # Comment this line if no password used DBPassword=password
1- Should the agent of the host point to the IP of Zabbix Server or Zabbix Proxy?
2- Is there anything else I need to do to make the zabbix proxy, the host's zabbix agent and zabbix server work with each other?
Thanks a lot for your help,

Comment