Ad Widget

Collapse

How to change web access URL for Zabbix 3.2

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jaydeep
    Junior Member
    • Sep 2016
    • 16

    #1

    How to change web access URL for Zabbix 3.2

    Hi,

    I have installed Zabbix 3.2 on ubuntu linux and with the help from forum, I am able to successfully test it and couple of servers are included for monitoring.
    While accessing the zabbix URL, we need to type http://IP/zabbix then only it works. can someone help how to change the web access URL from http:/IP/zabbix to http:/IP/.

    While checking online found apache httpd.conf file should be udpated. Tried checking httpd.conf file but could not find it in the server.

    Also would like to change the dashboad whihc by default gives zabbix server status which I dont want. How to do that.

    Thanks in advance.
  • SBO
    Zabbix Certified Specialist
    Zabbix Certified Specialist
    • Sep 2015
    • 226

    #2
    You need to find the zabbix.conf file (in centos 7 for example, it's in /etc/httpd/conf.d/)

    Then, you need to create a virtualhost.. This is more an apache related issue than a zabbix one. Look on google for "setup virtualhost apache" and check the tutorial that fits you the most, it's pretty easy to set it up.

    Comment

    • jaydeep
      Junior Member
      • Sep 2016
      • 16

      #3
      How to change web access URL for Zabbix 3.2

      Hi,

      Thanks for your guidance. I tried to search for the same but could not find hence post my issue.
      Just once again checked it and found that zabbix.conf is link file and ultimately points to /etc/zabbix/apache.conf file
      This file does not contain any virtual host section hence I am confused.
      Any further suggestion will help me a lot.

      Thanks
      Jaydeep

      Comment

      • SBO
        Zabbix Certified Specialist
        Zabbix Certified Specialist
        • Sep 2015
        • 226

        #4
        By default, there's no virtualhost for Zabbix, only an alias (should be something like Alias /zabbix /path/to/your/zabbix/install)

        That's why you need to create one, not to modify an existing one.

        Comment

        Working...