I am setting up a proxy server for a customer. The proxy server will be held on the customer site, then linking back to our zabbix server. We are running zabbix v4.0. I have a test Linux box CentOS 7 setup in our test environment. I have configured the proxy settings in yum.conf and can run yum repolist. I can also ping google ok.
When I try to connect to the repo: rpm -ivh https://repo.zabbix.com/zabbix/4.0/r...el7.noarch.rpm
I get the following:
rpm -ivh https://repo.zabbix.com/zabbix/4.0/r...el7.noarch.rpm
Retrieving https://repo.zabbix.com/zabbix/4.0/r...el7.noarch.rpm
curl: (7) Failed connect to repo.zabbix.com:443; Connection timed out
error: skipping https://repo.zabbix.com/zabbix/4.0/r...el7.noarch.rpm - transfer failed
The other question I have is, I plan on using mySQL for the proxy database. Does the zabbix_proxy database get created on the customer proxy server, or does it get created on our Zabbix server? I am leaning towards having it on the customer proxy box.
When I try to connect to the repo: rpm -ivh https://repo.zabbix.com/zabbix/4.0/r...el7.noarch.rpm
I get the following:
rpm -ivh https://repo.zabbix.com/zabbix/4.0/r...el7.noarch.rpm
Retrieving https://repo.zabbix.com/zabbix/4.0/r...el7.noarch.rpm
curl: (7) Failed connect to repo.zabbix.com:443; Connection timed out
error: skipping https://repo.zabbix.com/zabbix/4.0/r...el7.noarch.rpm - transfer failed
The other question I have is, I plan on using mySQL for the proxy database. Does the zabbix_proxy database get created on the customer proxy server, or does it get created on our Zabbix server? I am leaning towards having it on the customer proxy box.
Comment