Ad Widget

Collapse

Zabbix non web installation

Collapse
This topic has been answered.
X
X
 
  • Time
  • Show
Clear All
new posts
  • pilvinatiivi
    Junior Member
    • Apr 2026
    • 4

    #1

    Zabbix non web installation

    What is the procedure to install Zabbix not using the web isntallation.
    My concern is the web installation is only plain http, and I need to provide credentials for Postgres, therefore, I'd like to do this locally via the command line.
  • Answer selected by pilvinatiivi at Today, 12:25.
    pilvinatiivi
    Junior Member
    • Apr 2026
    • 4

    Originally posted by zux
    Well you can set up https before you start the web service.
    Or you can create the /etc/zabbix/web/zabbix.conf.php manually.
    There should be an example file, usually in /usr/share/zabbix/ui/conf/zabbix.conf.php.example
    I found `/etc/nginx/conf.d/zabbix.conf` which I am quite certain was not there before and have added certs, all good.
    Checking earlier on fresh install, all I saw was `php-fpm.conf` in this directory.

    Comment

    • zux
      Member
      • Sep 2018
      • 96

      #2
      Well you can set up https before you start the web service.
      Or you can create the /etc/zabbix/web/zabbix.conf.php manually.
      There should be an example file, usually in /usr/share/zabbix/ui/conf/zabbix.conf.php.example

      Comment

      • pilvinatiivi
        Junior Member
        • Apr 2026
        • 4

        #3
        Originally posted by zux
        Well you can set up https before you start the web service.
        Or you can create the /etc/zabbix/web/zabbix.conf.php manually.
        There should be an example file, usually in /usr/share/zabbix/ui/conf/zabbix.conf.php.example
        I found `/etc/nginx/conf.d/zabbix.conf` which I am quite certain was not there before and have added certs, all good.
        Checking earlier on fresh install, all I saw was `php-fpm.conf` in this directory.

        Comment

        Working...