Ad Widget

Collapse

Custom Zabbix URL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • al_limelab
    Junior Member
    • Jan 2017
    • 3

    #1

    Custom Zabbix URL

    Hello,

    Looking for a method to change our frontend URL on Zabbix 3.0.7 on Ubuntu 14.04. I tired a few things, but nothing seems to work and think I am missing something.

    Hoping to get zabbix.domain.com instead of ipaddress/zabbix. I already have the dns name setup for the IP address, just would like to remove the /zabbix.

    Thanks
    Al
    Last edited by al_limelab; 24-01-2017, 22:18.
  • batchenr
    Senior Member
    • Sep 2016
    • 440

    #2
    Originally posted by al_limelab
    Hello,

    Looking for a method to change our frontend URL on Zabbix 3.0.7 on Ubuntu 14.04. I tired a few things, but nothing seems to work and think I am missing something.

    Hoping to get zabbix.domain.com instead of ipaddress/zabbix. I already have the dns name setup for the IP address, just would like to remove the /zabbix.

    Thanks
    Al
    try to look at this file /etc/httpd/conf.d/zabbix.conf
    and /etc/httpd/conf/httpd.conf

    i think you need to set you defalut / as /usr/share/zabbix
    (if its only zabbix on the server)

    as i can see at the /etc/httpd/conf.d/zabbix.conf file i see

    Alias /zabbix /usr/share/zabbix
    check

    Comment

    Working...