Ad Widget

Collapse

Pi OS Zabbix installation errors

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nzbrent
    Junior Member
    • Sep 2020
    • 4

    #1

    Pi OS Zabbix installation errors

    Zabbix install docs re Raspbian OS https://www.zabbix.com/download provided issues.
    Errors such as Server.service masked or MySQL command not found - obviously installation files are missing or in the wrong paths however Im following the Zabbix installation method

    Installation=zabbix-release_5.0-1+buster_all.deb

    Can anyone confirm if Zabbix Raspbian installation packages are deprecated or buggy?
    Thanks
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    The database server is not installed automatically. You may want to build a database server on another server, or you have the option of MySQL or MariaDB. Install the database server you want to use.

    ex.
    Code:
    $ sudo apt install mysql-server

    Comment

    • nzbrent
      Junior Member
      • Sep 2020
      • 4

      #3
      thanks but that package has been replaced by mariadb-server-10.0 which might explain some of the missing files wrapped up with Zabbix.

      Comment


      • Atsushi
        Atsushi commented
        Editing a comment
        In Raspbian, it seems that mariadb-server is installed by specifying mysql-server.
    • nzbrent
      Junior Member
      • Sep 2020
      • 4

      #4
      I managed to solve most of my issues.
      Largely by installing a separate DB package which has to be done manually. The main issue relates to the zabbix-mysql-server package and missing create.sql.gz file - see this post for remedy https://www.zabbix.com/forum/zabbix-...e-or-directory

      Comment

      Working...