i configured my zabbix proxy for passive mode and it isn't collecting data or sending it to the server. i configured a host in the UI for Item=Zabbix agent and type Zabbix proxy and we get no latest data. i see in the server log file that it is sending data to Zabbix proxy which is my hostname of my zabbix proxy but thats all i see, there is still no latest data. not sure what i'm missing here.
zabbix_proxy.conf:
ProxyMode=1
Hostname=Zabbix proxy
LogFile=/var/log/zabbix-proxy/zabbix_proxy.log
DebugLevel=3
DBName=zabbix
DBUser=zabbix
DBPassword=*******
ConfigFrequency=120
everything else is default
zabbix_proxy.conf:
ProxyMode=1
Hostname=Zabbix proxy
LogFile=/var/log/zabbix-proxy/zabbix_proxy.log
DebugLevel=3
DBName=zabbix
DBUser=zabbix
DBPassword=*******
ConfigFrequency=120
everything else is default
Comment