I have no data from zabbix-proxy on my server. Server and proxy are installed on various servers.
If Agents are configured to send data directly to server, data recieved!
there is lot of items data in zabbix-proxy database, table proxy_history
all ports are opened, i can telnet to server and to proxy
look at screenshots and configs for analize
Thank you!
Server:
Proxy:
If Agents are configured to send data directly to server, data recieved!
there is lot of items data in zabbix-proxy database, table proxy_history
all ports are opened, i can telnet to server and to proxy
look at screenshots and configs for analize
Thank you!
Server:
Code:
cat /etc/zabbix/zabbix_server.conf ListenPort=10051 ListenIp=10.129.0.151 LogFile=/etc/zabbix/log/zabbix_server.log LogFileSize=5 PidFile=/etc/zabbix/log/zabbix_server.pid DBHost=zabbixcore DBName=zabbix DBUser=zabbix DBPassword=zabbix DBPort=1521 StartPollers=5 StartPollersUnreachable=1 StartTrappers=5 StartPingers=1 StartDiscoverers=1 StartHTTPPollers=1 HousekeepingFrequency=1 DisableHousekeeping=0 SenderFrequency=30 #CacheSize=128M CacheSize=64M CacheUpdateFrequency=60 #HistoryCacheSize=128M HistoryCacheSize=64M #TrendCacheSize=64M TrendCacheSize=16M #HistoryTextCacheSize=256M HistoryTextCacheSize=64M Timeout=30 TrapperTimeout=300 UnreachablePeriod=45 UnavailableDelay=60 UnreachableDelay=15 FpingLocation=/usr/local/sbin/fping
Code:
cat /etc/zabbix/zabbix_proxy.conf ############ GENERAL PARAMETERS ################# Server=10.129.0.151 #ServerPort=10051 Hostname=70-zabbixproxy DataSenderFrequency=10 Timeout=30 PidFile=/var/run/zabbix/zabbix_proxy.pid LogFile=/var/log/zabbix/zabbix_proxy.log LogFileSize=5 DebugLevel=3 ConfigFrequency=60 ############# DATABASE CONNECTION ################# DBName=zabbix DBUser=zabbix DBPassword=Pa$sW0RD DBSocket=/var/run/mysqld/mysqld.sock