diff --git a/net-analyzer/zabbix-agent2-plugin-postgresql/Manifest b/net-analyzer/zabbix-agent2-plugin-postgresql/Manifest index c168cd548f..06830a68b3 100644 --- a/net-analyzer/zabbix-agent2-plugin-postgresql/Manifest +++ b/net-analyzer/zabbix-agent2-plugin-postgresql/Manifest @@ -12,3 +12,5 @@ DIST zabbix-agent2-plugin-postgresql-7.2.15-vendor.tar.xz 1225572 BLAKE2B 26ee66 DIST zabbix-agent2-plugin-postgresql-7.2.15.tar.gz 57517 BLAKE2B 0195f92af950eeb2549444146da8231c915641bc412cf6c89923532289324775720a9461c3e83b00d0ea2b477bfbc97abbff8982554bc52a9a27a4527fa01f27 SHA512 9170e5d463065b8dd00a4646b791aff2eb7e423621f656c197de5d2b3d5979a5d7db2722a9f5957a1ad82a400fb33d5465edf8b05671e85ab23afb702a081c58 DIST zabbix-agent2-plugin-postgresql-7.4.2-vendor.tar.xz 1261028 BLAKE2B a7bfee55e4d8381f939d03e1b3895b17501df89e669e2430db144d77ea5e2524b67a2f3a95d1965f27fac76aa469bfc53ba219649c66881c231c006a6dbe3e67 SHA512 e48ffb5ab6a410d2a47bfada3e9e641940fea12d2e1b0e95e900a94075f5702b3c359fd7d97e83ccc8ef72fde2e4c6385a92ca3f6c8a4acc529dd7e9a528b249 DIST zabbix-agent2-plugin-postgresql-7.4.2.tar.gz 58210 BLAKE2B f39745ce736e4df74c413dffa62604eab9201b3bd362be898e8d1f1d70103aa9dbd6c8ff509f548dbf1ece1026936b202c014c9c9491455e0f7015b63b7650eb SHA512 8a8d475acc30c190f877fac80ace9cba31e6025722f6d18a2604acf73ef5ed860a078a1d350c024d5ee212b33cdc252ac81ec12d7c4bc32cc746ec83e38cbd5d +DIST zabbix-agent2-plugin-postgresql-7.4.6-vendor.tar.xz 1263888 BLAKE2B 9ddebb119d803207fa8411f4afc1a08cad96da1b2bd50ed1341a35484b63ee2f7ffda1932db24e9115c9abb1e3ee351511b80c2327810fe6367b20e3f1736d82 SHA512 d84c8e6748b2fccc270ce536f946356f69bbfc8626a0d37187e0b13c0f480e4dfcf399306923a2d475f1c71b2b82ed03910c6bdc3a618f8b1d53ba79f648cd85 +DIST zabbix-agent2-plugin-postgresql-7.4.6.tar.gz 58847 BLAKE2B da9165355fce1a568d80ab664959d80b48c925235e5a08464f77c4eb73f239bdecb02ea1511ce1fd8d632f1fd70732f22884f030a531da4cd103ebaa89e0df99 SHA512 cdeab0ab67dfbdd4e24252bfe2a4fc8ea1a699d55047a7e740d97bd17e19d6c904fcfcdda1738c7fee2dfbdcd8808bc6cdaabebc27b49d4af15cf14b4e732566 diff --git a/net-analyzer/zabbix-agent2-plugin-postgresql/zabbix-agent2-plugin-postgresql-7.4.2.ebuild b/net-analyzer/zabbix-agent2-plugin-postgresql/zabbix-agent2-plugin-postgresql-7.4.2-r1.ebuild similarity index 88% rename from net-analyzer/zabbix-agent2-plugin-postgresql/zabbix-agent2-plugin-postgresql-7.4.2.ebuild rename to net-analyzer/zabbix-agent2-plugin-postgresql/zabbix-agent2-plugin-postgresql-7.4.2-r1.ebuild index 0332301ff9..8fae68a61e 100644 --- a/net-analyzer/zabbix-agent2-plugin-postgresql/zabbix-agent2-plugin-postgresql-7.4.2.ebuild +++ b/net-analyzer/zabbix-agent2-plugin-postgresql/zabbix-agent2-plugin-postgresql-7.4.2-r1.ebuild @@ -8,7 +8,7 @@ HOMEPAGE="https://git.zabbix.com/projects/AP/repos/postgresql/browse" SRC_URI=" https://git.zabbix.com/rest/api/latest/projects/AP/repos/postgresql/archive?at=refs%2Ftags%2F${PV}&format=tgz -> ${P}.tar.gz - https://vimja.cloud/public.php/dav/files/RdwWDqx5JQ9G6wt -> ${P}-vendor.tar.xz + https://vimja.cloud/public.php/dav/files/z59eKDyLFokW2KK/${CATEGORY}/${PN}/${P}-vendor.tar.xz " inherit go-module diff --git a/net-analyzer/zabbix-agent2-plugin-postgresql/zabbix-agent2-plugin-postgresql-7.4.6.ebuild b/net-analyzer/zabbix-agent2-plugin-postgresql/zabbix-agent2-plugin-postgresql-7.4.6.ebuild new file mode 100644 index 0000000000..8fae68a61e --- /dev/null +++ b/net-analyzer/zabbix-agent2-plugin-postgresql/zabbix-agent2-plugin-postgresql-7.4.6.ebuild @@ -0,0 +1,33 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="PostgreSQL loadable plugin for Zabbix Agent 2." +HOMEPAGE="https://git.zabbix.com/projects/AP/repos/postgresql/browse" +SRC_URI=" + https://git.zabbix.com/rest/api/latest/projects/AP/repos/postgresql/archive?at=refs%2Ftags%2F${PV}&format=tgz + -> ${P}.tar.gz + https://vimja.cloud/public.php/dav/files/z59eKDyLFokW2KK/${CATEGORY}/${PN}/${P}-vendor.tar.xz +" + +inherit go-module + +S="${WORKDIR}" + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +DEPEND="~net-analyzer/zabbix-${PV}[agent2]" +RDEPEND="${DEPEND}" + +DOCS=( "README.md" ) + +src_install() { + exeinto "/usr/libexec/zabbix-agent2-plugin" + doexe zabbix-agent2-plugin-postgresql + + insinto /etc/zabbix/zabbix_agent2.d/plugins.d/ + doins postgresql.conf +}