PDA

View Full Version : Repository of the Zabbix tool


jose antonio
12-04-2005, 17:21
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
12-04-2005, 18:35
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

Alexei
12-04-2005, 22:31
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.