Ad Widget

Collapse

Repository of the Zabbix tool

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jose antonio
    Junior Member
    • Nov 2004
    • 2

    #1

    Repository of the Zabbix tool

    My company intends to use zabbix as corporative tool, occurs that we choose postgresql because it implements the concept of data base "ACID". when we will have new versions of the Zabbix for postgresql.
  • cooper
    Senior Member
    • Sep 2004
    • 110

    #2
    Rtfm

    Originally posted by jose antonio
    My company intends to use zabbix as corporative tool, occurs that we choose postgresql because it implements the concept of data base "ACID". when we will have new versions of the Zabbix for postgresql.
    Straight from the manual (http://www.zabbix.com/manual_install_server.php)

    "For PostgreSQL:

    shell> psql -U <username>
    psql> create database zabbix;
    psql> \q
    shell> cd create/postgresql
    shell> cat schema.sql|psql -U <username> zabbix
    shell> cd ../data
    shell> cat data.sql|psql -U <username> zabbix
    shell> ./configure—with-pgsql –with-net-snmp # for PostgreSQL make"

    I wonder how you know that zabbix is the right choice for you, since you obviously havent read _any_ of the documentation about the project. Come on. Do _some_ work yourself.

    cooper

    Comment

    • Alexei
      Founder, CEO
      Zabbix Certified Trainer
      Zabbix Certified SpecialistZabbix Certified Professional
      • Sep 2004
      • 5654

      #3
      Originally posted by jose antonio
      My company intends to use zabbix as corporative tool, occurs that we choose postgresql because it implements the concept of data base "ACID". when we will have new versions of the Zabbix for postgresql.
      The support of PostgreSQL will be released soon in one of 1.1 alpha versions. 1.0 already supports both: MySQL and PostgreSQL.
      Alexei Vladishev
      Creator of Zabbix, Product manager
      New York | Tokyo | Riga
      My Twitter

      Comment

      Working...