1 PostgreSQL plugin dependencies

Overview

The required libraries for the PostgreSQL loadable plugin are listed in this page.

Golang libraries

RequirementMandatory statusMinimum versionDescription
git.zabbix.com/ap/plugin-supportYes1.X.XZabbix own support library. Mostly for plugins.
github.com/jackc/pgx/v44.17.2PostgreSQL driver.
github.com/omeid/go-yarn0.0.1Embeddable filesystem mapped key-string store.
github.com/jackc/chunkreaderIndirect12.0.1
github.com/jackc/pgconn1.13.0
github.com/jackc/pgio1.0.0
github.com/jackc/pgpassfile1.0.0
github.com/jackc/pgproto32.3.1
github.com/jackc/pgservicefile0.0.0
github.com/jackc/pgtype1.12.0
github.com/jackc/puddle1.3.0
github.com/Microsoft/go-winio0.6.0Required package for MongoDB plugin mongo-driver lib on Windows.
golang.org/x/crypto0.0.0
golang.org/x/sys0.0.0
golang.org/x/text0.3.7

1 “Indirect” means that it is used in one of the libraries that the agent uses. It’s required since Zabbix uses the library that uses the package.