1 PostgreSQL 插件依赖

概述

本页列出了 PostgreSQL 可加载插件所需的库。

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/chunkreader/v2Indirect12.0.1
github.com/jackc/pgconn1.13.0
github.com/jackc/pgio1.0.0
github.com/jackc/pgpassfile1.0.0
github.com/jackc/pgproto3/v22.3.1
github.com/jackc/pgservicefile0.0.0
github.com/jackc/pgtype1.12.0
github.com/jackc/puddle1.3.0
github.com/natefinch/npipe0.0.0
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.