Hello all,
We are using Zabbix in our production environment and everything is working fine with the following URL: http://server_ip/zabbix
But now we need to give them an valid URL (Global DNS), so we can access it everywhere.
In our production environment all hosted websites are behind an ARR (Aplication Request Routing), responsible to round robin the conections between the servers.
First of all, we installed HTTPD in our Zabbix webserver and configure the given URL for it. Locally we test and everything was OK.
So, we create an server farm for Zabbix and configure its server there. Next we create an URL Rewrite rule to redirect all the incoming solicitations to that given URL to the Zabbix server farm.
Now our problem begin. When I access the URL I can log into the server, but when Zabbix redirect to http://our_url/zabbix.php?action=dashboard.view we have a blank page. Interesting that if we access the apllication inside our production environment (without using the ARR) everything works fine.
During our tests we copied an different web page to our zabbix.php?action=dashboard.view like overview.php?ddreset=1 and it worked! BUT when we clicked back to dashboard, another time we get a blank page.
Our webserver is a CentOS 7.3.1611 x64 with PHP 5.4 and Zabbix 3.2.6.
Thx
We are using Zabbix in our production environment and everything is working fine with the following URL: http://server_ip/zabbix
But now we need to give them an valid URL (Global DNS), so we can access it everywhere.
In our production environment all hosted websites are behind an ARR (Aplication Request Routing), responsible to round robin the conections between the servers.
First of all, we installed HTTPD in our Zabbix webserver and configure the given URL for it. Locally we test and everything was OK.
So, we create an server farm for Zabbix and configure its server there. Next we create an URL Rewrite rule to redirect all the incoming solicitations to that given URL to the Zabbix server farm.
Now our problem begin. When I access the URL I can log into the server, but when Zabbix redirect to http://our_url/zabbix.php?action=dashboard.view we have a blank page. Interesting that if we access the apllication inside our production environment (without using the ARR) everything works fine.
During our tests we copied an different web page to our zabbix.php?action=dashboard.view like overview.php?ddreset=1 and it worked! BUT when we clicked back to dashboard, another time we get a blank page.
Our webserver is a CentOS 7.3.1611 x64 with PHP 5.4 and Zabbix 3.2.6.
Thx
Comment