Hello,
So I have a problem with my zabbix proxy. I have to configure a host in passive mode on another network. I managed to make it work in active but it doesnt work in passive and when I try to do a "zabbix_get" from the proxy, I receive an empty answer.
(My proxy is configured in active mode)
Also when I do a zabbix get on the host himself, I receive empty value...
The zabbix server and proxy reach each other without any problem.
Zabbix server : 192.168.1.x
Zabbix agent : 192.168.100.x
Proxy.conf
Zabbix agent
If you have any idea from where the problem could come from, thanks to let me know.
Have a nice day.
(Sorry for my bad english)
So I have a problem with my zabbix proxy. I have to configure a host in passive mode on another network. I managed to make it work in active but it doesnt work in passive and when I try to do a "zabbix_get" from the proxy, I receive an empty answer.
(My proxy is configured in active mode)
Also when I do a zabbix get on the host himself, I receive empty value...
Code:
zabbix_get -s 127.0.0.1 -k 'agent.version'
The zabbix server and proxy reach each other without any problem.
Zabbix server : 192.168.1.x
Zabbix agent : 192.168.100.x
Proxy.conf
Code:
Server=<name of zabbix server> ServerPort=<port that I use for my zabbix server> Hostname=<name of my host> (yeah it match exactly the name in frontend on the host and on the proxy)
Code:
Server=<name of zabbix proxy,name of zabbix server> ServerActive=<name of the proxy> Hostname=<name of the host> (it match frontend)
Have a nice day.
(Sorry for my bad english)
Comment