diff --git a/net-analyzer/zabbix-agent2-plugin-postgresql/Manifest b/net-analyzer/zabbix-agent2-plugin-postgresql/Manifest index 7fecdf6f86..f9827f3ab0 100644 --- a/net-analyzer/zabbix-agent2-plugin-postgresql/Manifest +++ b/net-analyzer/zabbix-agent2-plugin-postgresql/Manifest @@ -1,2 +1,4 @@ +DIST zabbix-agent2-plugin-postgresql-6.0.41-vendor.tar.xz 1224616 BLAKE2B 28d136d4b72fb93a14c6877c5ac939e10a764034a50d4bcd4becdf10f1fd3f2bfb00d33dbe2d0769f42d214b0f5821dc51666dc245f317970b9116d923ec8fc3 SHA512 2fcfd66bc992b57a2a582c33814030da7529adc014e9af002c3ac176263337aee6c36b37229a81d54816876e00a3a75a02583f1ae1e8f9ea152770834ea42fc2 +DIST zabbix-agent2-plugin-postgresql-6.0.41.tar.gz 46217 BLAKE2B acad78a72a53de68cbe800485973db5279fa76d65b3b637630264f7e3fa3a898fc4cd739fc34a604b57ee63c06a0058b034fb2023da282bf4567c41b4619e06a SHA512 a81e1c15c59deb10e7cb3bce2fcfa80703555353852b49c54ec86570fc3513ff53d4c5e2e7b312d84dd2da4d3f6f1ef444baadd9d629a6dafc3342c46c38cb12 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 diff --git a/net-analyzer/zabbix-agent2-plugin-postgresql/zabbix-agent2-plugin-postgresql-6.0.41.ebuild b/net-analyzer/zabbix-agent2-plugin-postgresql/zabbix-agent2-plugin-postgresql-6.0.41.ebuild new file mode 100644 index 0000000000..f68bb51ad1 --- /dev/null +++ b/net-analyzer/zabbix-agent2-plugin-postgresql/zabbix-agent2-plugin-postgresql-6.0.41.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" + +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 +}