Ad Widget

Collapse

Zabbix web interface custom port

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • k3b
    Junior Member
    • Aug 2018
    • 2

    #1

    Zabbix web interface custom port

    Hello, i have a question please. I want to make zabbix work on custom port, non standard 80. I cant find this in .conf files of zabbix. Someone help me? Thanks
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    It depends on the setting of the web server you are using.
    It is difficult to answer if I do not know what kind of environment you are using and what kind of setting you are doing.

    What is OS?
    What is the distribution?
    What is the version?
    Is the web server you are using Apache HTTP Server?
    Or is it another web server like Nginx?
    What is the version of that web server?

    Depending on your environment, you may be able to respond by just changing the port number in /etc/httpd/conf/httpd.conf.

    Comment

    • kloczek
      Senior Member
      • Jun 2006
      • 1771

      #3
      Zabbix has nothing to do with serving web frontend application and zabbix data over http.
      This part relays on web server like apache or ngnix setup.
      If you want to have web frontend on non standard port just change you web server settings.
      http://uk.linkedin.com/pub/tomasz-k%...zko/6/940/430/
      https://kloczek.wordpress.com/
      zapish - Zabbix API SHell binding https://github.com/kloczek/zapish
      My zabbix templates https://github.com/kloczek/zabbix-templates

      Comment

      • k3b
        Junior Member
        • Aug 2018
        • 2

        #4
        I already have some other service on 80 port...if i change 80 other service also will not work ...

        Comment

        • kloczek
          Senior Member
          • Jun 2006
          • 1771

          #5
          You can always remap zabbix web interface app to exact directory.
          http://uk.linkedin.com/pub/tomasz-k%...zko/6/940/430/
          https://kloczek.wordpress.com/
          zapish - Zabbix API SHell binding https://github.com/kloczek/zapish
          My zabbix templates https://github.com/kloczek/zabbix-templates

          Comment

          Working...