Ad Widget

Collapse

zabbix-server-mysql package dependencies

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zbx_newb
    Junior Member
    • Aug 2013
    • 3

    #1

    zabbix-server-mysql package dependencies

    Hi.

    I'm a new user to zabbix. I would list to test it and use it in my production environment.

    I've just checked pacckages on repo.zabbix.com and it seems zabbix-server-mysql depends on mysql-server.

    What if I want to use zabbix with remote MySQL server?

    SOLVED with:

    Code:
    apt-get --no-install-recommends install zabbix-server-mysql
    Last edited by zbx_newb; 11-08-2013, 23:09.
  • Pada
    Senior Member
    • Apr 2012
    • 236

    #2
    Even if the zabbix-server-mysql would install mysql-server, you're not required to use the localhost mysql server at all!

    I'd recommend that you build Zabbix server from source in any case, that way you get to install the latest version and not the one available on the distro's repository.

    Comment

    • zbx_newb
      Junior Member
      • Aug 2013
      • 3

      #3
      Originally posted by Pada
      Even if the zabbix-server-mysql would install mysql-server, you're not required to use the localhost mysql server at all!
      Sure, but I'd need to disable it manually, not really convinient and it's basically wasting space. I think it should be removed from the package dependencies if there is an option to use remote server.

      For example php5-mysql package is not depending on mysql-server at all. But it gives basic mysql support to php.

      I'd recommend that you build Zabbix server from source in any case, that way you get to install the latest version and not the one available on the distro's repository.
      I don't think it's a good idea.

      1) because there will be problems with updates - i dont want to do them manually
      2) files management in this case is very poor

      I'd like to get a reply from developers if possible.

      Comment

      • zbx_newb
        Junior Member
        • Aug 2013
        • 3

        #4
        ok, i solved this with:

        Code:
        apt-get --no-install-recommends install zabbix-server-mysql

        Comment

        Working...