When accessing the Zabbix frontend (2.0.2) through a web proxy doing rewrites, pagination links seem to be picking up the name of the actual server that the zabbix frontend is running on.
With the following rule on the proxy host most links on the zabbix frontend work fine:
RewriteRule ^/zabbix(.*) http://my.zabbix.server/zabbix/$1 [P,L]
But all of the pagination links are set to point at http://my.zabbix.server rather than the proxy host.
I've done a lot of searching and haven't found much mention of this, though I did find a bug about a similar issue around sorting. (https://support.zabbix.com/browse/ZBX-4986) Has anyone else run into this and have a solution or am I being particularly daft and just missing something?
TIA
With the following rule on the proxy host most links on the zabbix frontend work fine:
RewriteRule ^/zabbix(.*) http://my.zabbix.server/zabbix/$1 [P,L]
But all of the pagination links are set to point at http://my.zabbix.server rather than the proxy host.
I've done a lot of searching and haven't found much mention of this, though I did find a bug about a similar issue around sorting. (https://support.zabbix.com/browse/ZBX-4986) Has anyone else run into this and have a solution or am I being particularly daft and just missing something?
TIA