Hi,
I installed zabbix agent on a closed environment, normally cut off from the internet except we can use a proxy to connect to the internet by using following line:
export http_proxy='http://myproxy:8080'
This is NOT a Zabbix proxy.
This way I could download and install Zabbix and browse the internet when necessary.
Now I need to enable the Zabbix agent to commincate with the Zabbix server on port 10051 by going through the proxy.
Can I configure Zabbix to use a proxy like in some other programs? In Lynx, wget, ... for example you can configure the proxy to use.
Or is this solely a network related issue; should I configure the Zabbix agent to use the proxy ip as host and then port forward the traffix to the Zabbix server (I don't know if this is possible; but it might be ...)
Can anyone tell the different options (if there are any); what is possible / what is the right way to establish communication through the proxy?
Thanks in advance.
I installed zabbix agent on a closed environment, normally cut off from the internet except we can use a proxy to connect to the internet by using following line:
export http_proxy='http://myproxy:8080'
This is NOT a Zabbix proxy.
This way I could download and install Zabbix and browse the internet when necessary.
Now I need to enable the Zabbix agent to commincate with the Zabbix server on port 10051 by going through the proxy.
Can I configure Zabbix to use a proxy like in some other programs? In Lynx, wget, ... for example you can configure the proxy to use.
Or is this solely a network related issue; should I configure the Zabbix agent to use the proxy ip as host and then port forward the traffix to the Zabbix server (I don't know if this is possible; but it might be ...)
Can anyone tell the different options (if there are any); what is possible / what is the right way to establish communication through the proxy?
Thanks in advance.
Comment