I'm stuck, and I think after reading so many threads about proxy,active/passive checks I completely missed the point.
I have a zabbix-server, a sql-server and a new proxy that I'm trying to setup.
Zabbix Server (10.0.1.10) conf:
Proxy conf (Active Mode in the GUI):
And there is an agent (which I'm trying to setup to be monitored by proxy).
I've changed "Monitored by proxy" to proxy.contoso.com in GUI.
Config is:
But there is no communication at all. All items go to more than 10 minutes state in queue. Could somebody point me where is my mistake.
Thanks!
I have a zabbix-server, a sql-server and a new proxy that I'm trying to setup.
Zabbix Server (10.0.1.10) conf:
Code:
ListenPort=10051 LogFile=/tmp/zabbix_server.log DBHost=10.0.2.10 DBName=zabbix DBUser=zabbix DBPassword=XXX StartPollers=40 StartIPMIPollers=5 StartPollersUnreachable=5 StartTrappers=5 StartPingers=5 StartHTTPPollers=1 HousekeepingFrequency=24 SenderFrequency=60 CacheSize=8M CacheUpdateFrequency=60 StartDBSyncers=10 HistoryCacheSize=8M TrendCacheSize=4M HistoryTextCacheSize=12M Timeout=30 UnreachablePeriod=60 UnreachableDelay=30 AlertScriptsPath=/etc/zabbix/alert.d/ FpingLocation=/usr/bin/fping
Code:
Server=10.0.1.10 Hostname=proxy.contoso.com LogFile=/var/log/zabbix/zabbix_proxy.log LogFileSize=0 PidFile=/var/run/zabbix/zabbix_proxy.pid DBName=/tmp/proxy.db DBSocket=/var/lib/mysql/mysql.sock ProxyOfflineBuffer=2 HousekeepingFrequency=24
I've changed "Monitored by proxy" to proxy.contoso.com in GUI.
Config is:
Code:
PidFile=/var/run/zabbix/zabbix_agentd.pid LogFile=/var/log/zabbix/zabbix_agentd.log LogFileSize=0 Server=proxy.contoso.com Hostname=testbox ServerPort=10051
Thanks!
Comment