PDA

View Full Version : Change Zabbix page title.


kdx200rider
28-07-2010, 17:57
Hi,
I would like to change the title for all Zabbix pages to include a unique server name. I have three servers and I would like eliminate any confusion about which server a user may be on.

Is this possible?

Thanks in advance.

richlv
28-07-2010, 19:21
see conf/zabbix.conf.php.example in frontend directory.
copy $ZBX_SERVER_NAME from it to zabbix.conf.php and modify it to have preferred display name.

kdx200rider
28-07-2010, 19:49
Thanks richlv, that did the trick.