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.
Ad Widget
Collapse
Repository of the Zabbix tool
Collapse
X
-
Tags: None
-
Rtfm
Straight from the manual (http://www.zabbix.com/manual_install_server.php)Originally posted by jose antonioMy 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.
"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 -
The support of PostgreSQL will be released soon in one of 1.1 alpha versions. 1.0 already supports both: MySQL and PostgreSQL.Originally posted by jose antonioMy 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.Comment
Comment