Hello!
I am trying to install Zabbix-proxy-pgsql on my Ubuntu 18.04 server
I already have PostgreSQL and some databases.
# apt install zabbix-proxy-pgsql
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
postgrespro-std-10 postgrespro-std-10-client postgrespro-std-10-contrib
postgrespro-std-10-dev postgrespro-std-10-libs postgrespro-std-10-plperl
postgrespro-std-10-plpython postgrespro-std-10-plpython3 postgrespro-std-10-server
postgresql-client-10 postgresql-client-common
Suggested packages:
postgrespro-std-10-docs postgrespro-std-10-docs-ru oidentd | ident-server
postgresql-10 postgresql-doc-10
Recommended packages:
postgresql
The following NEW packages will be installed:
postgresql-client-10 postgresql-client-common zabbix-proxy-pgsql
The following packages will be upgraded:
postgrespro-std-10 postgrespro-std-10-client postgrespro-std-10-contrib
postgrespro-std-10-dev postgrespro-std-10-libs postgrespro-std-10-plperl
postgrespro-std-10-plpython postgrespro-std-10-plpython3 postgrespro-std-10-server
9 upgraded, 3 newly installed, 0 to remove and 59 not upgraded.
Need to get 12.5 MB of archives.
After this operation, 6,950 kB of additional disk space will be used.
Do you want to continue? [Y/n] n
# sudo dpkg -s postgrespro-std-10
Package: postgrespro-std-10
Status: install ok installed
Version: 10.11.1-1.bionic
Why will NEW packages be installed? How can I install zabbix-proxy-pgsql, without installing new packages and upgrading existing packages?
I'd like to create new zabbix-database. And after that, I'd like just configure zabbix-proxy.conf to set up parameters to connect that newly-created database.
I am trying to install Zabbix-proxy-pgsql on my Ubuntu 18.04 server
I already have PostgreSQL and some databases.
# apt install zabbix-proxy-pgsql
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
postgrespro-std-10 postgrespro-std-10-client postgrespro-std-10-contrib
postgrespro-std-10-dev postgrespro-std-10-libs postgrespro-std-10-plperl
postgrespro-std-10-plpython postgrespro-std-10-plpython3 postgrespro-std-10-server
postgresql-client-10 postgresql-client-common
Suggested packages:
postgrespro-std-10-docs postgrespro-std-10-docs-ru oidentd | ident-server
postgresql-10 postgresql-doc-10
Recommended packages:
postgresql
The following NEW packages will be installed:
postgresql-client-10 postgresql-client-common zabbix-proxy-pgsql
The following packages will be upgraded:
postgrespro-std-10 postgrespro-std-10-client postgrespro-std-10-contrib
postgrespro-std-10-dev postgrespro-std-10-libs postgrespro-std-10-plperl
postgrespro-std-10-plpython postgrespro-std-10-plpython3 postgrespro-std-10-server
9 upgraded, 3 newly installed, 0 to remove and 59 not upgraded.
Need to get 12.5 MB of archives.
After this operation, 6,950 kB of additional disk space will be used.
Do you want to continue? [Y/n] n
# sudo dpkg -s postgrespro-std-10
Package: postgrespro-std-10
Status: install ok installed
Version: 10.11.1-1.bionic
Why will NEW packages be installed? How can I install zabbix-proxy-pgsql, without installing new packages and upgrading existing packages?
I'd like to create new zabbix-database. And after that, I'd like just configure zabbix-proxy.conf to set up parameters to connect that newly-created database.
Comment