mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
net-analyzer/zabbix-agent2-plugin-nvidia-gpu: new package, add 7.4.2, 7.4.6, 7.4.10
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
This commit is contained in:
6
net-analyzer/zabbix-agent2-plugin-nvidia-gpu/Manifest
Normal file
6
net-analyzer/zabbix-agent2-plugin-nvidia-gpu/Manifest
Normal file
@@ -0,0 +1,6 @@
|
||||
DIST zabbix-agent2-plugin-nvidia-gpu-7.4.10-vendor.tar.xz 780936 BLAKE2B d0edbb514ae237236a360c1e862d0452b035cabcaad00f1e7b634edb0a4b0093c127ef28e07f5121b63c71b7e6da7e4cd2414660a1f2b6b3e145e5c0b87b47a8 SHA512 a8cc2585496f5a0d91d85e56418b05456a63d129b69291bce9dea2a011b7a7b0d3b4b79b16436422896999ca77c66a780e6ee3fbae5c927bce8e09612ac81a96
|
||||
DIST zabbix-agent2-plugin-nvidia-gpu-7.4.10.tar.gz 128873 BLAKE2B 706b283687cd40c48df21f7a69f2153a21127bff1aad6c99dab247a32b9603f21ddccc4e5de8469db3a66358a3ef0e45c6ac2f0687cf9d571479aab1770e30d4 SHA512 ebe12f275023e1a289ff09940a7886d3078889804dddb423abcc9559d68d00ab5efaaae59230503c787c6a4b20c86c7b052a207d13e9122427c7c7219ac99792
|
||||
DIST zabbix-agent2-plugin-nvidia-gpu-7.4.2-vendor.tar.xz 780796 BLAKE2B d40de16f369932821acc3ef3f8ba7c39034734fb1b9598d9192705669c32634671a451ae08069cf17ce96b01e7926c8a7687778afd707a606508dc5c53a6bb3b SHA512 b8f6cd97ad1b7d08dc30b32c1eefa279f605ae5b6c2e1c216f60428ae3caf788dff22e9f87df4d5298aeb7a4bf32997d90932af2c95bbcbb7ff9bbcde904754f
|
||||
DIST zabbix-agent2-plugin-nvidia-gpu-7.4.2.tar.gz 128493 BLAKE2B 35e239f7f547dd7e8ea0f508d9bc67eb39689cf0cf91b2bdc89241040db59163e299894988b3aa832087e432ce5bf08f53b360f46ae860700c53fbf50daebd72 SHA512 819ff2d316d604feebc0a5acb972439340e559ded338f6fb9b8696a3136aae0cd1f14f422a135d6c1b64fa2087640d055dd656777f2342e0bf803feb6bdae04f
|
||||
DIST zabbix-agent2-plugin-nvidia-gpu-7.4.6-vendor.tar.xz 781476 BLAKE2B f998dad97d86f8ae32689e90ce49aa70ba8261d61d1edf96169b551bc13f12aea49e852125a053f3612f3aedf13bba3f59e7d6ef98381141903d895cbae3ee12 SHA512 f9327d3672e4fc200d7b584c698317c4a3278b1188d217c67200d8b9dc3f49a62022584ac74c8ae1cff2d0578e26da63a8340d96209aded0ae056456effa0693
|
||||
DIST zabbix-agent2-plugin-nvidia-gpu-7.4.6.tar.gz 128710 BLAKE2B 8f1fe3a7055b8e31c3ed1abae8990f111a5df117b9614948dde9926462ddcede962388e471227a6176afda0f249e2a9757a5c9dd8d2d79aff9f9d0299f64cf34 SHA512 50440359b813a8457efe4f0219f010d2c12bc85a1a02d66773241e1df1be0c172a5a5a463fe59c71627d6d1e6ea27919fb6511a3362897015a1b6023a20e2bd8
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gentoo-bugzilla@vimja.email</email>
|
||||
<name>Niklaus 'vimja' Hofer</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -0,0 +1,33 @@
|
||||
# Copyright 2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="NVIDIA GPU loadable plugin for Zabbix Agent 2."
|
||||
HOMEPAGE="https://git.zabbix.com/projects/AP/repos/nvidia-gpu/browse"
|
||||
SRC_URI="
|
||||
https://git.zabbix.com/rest/api/latest/projects/AP/repos/nvidia-gpu/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-nvidia-gpu
|
||||
|
||||
insinto /etc/zabbix/zabbix_agent2.d/plugins.d/
|
||||
doins nvidia.conf
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
# Copyright 2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="NVIDIA GPU loadable plugin for Zabbix Agent 2."
|
||||
HOMEPAGE="https://git.zabbix.com/projects/AP/repos/nvidia-gpu/browse"
|
||||
SRC_URI="
|
||||
https://git.zabbix.com/rest/api/latest/projects/AP/repos/nvidia-gpu/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-nvidia-gpu
|
||||
|
||||
insinto /etc/zabbix/zabbix_agent2.d/plugins.d/
|
||||
doins nvidia.conf
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
# Copyright 2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="NVIDIA GPU loadable plugin for Zabbix Agent 2."
|
||||
HOMEPAGE="https://git.zabbix.com/projects/AP/repos/nvidia-gpu/browse"
|
||||
SRC_URI="
|
||||
https://git.zabbix.com/rest/api/latest/projects/AP/repos/nvidia-gpu/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-nvidia-gpu
|
||||
|
||||
insinto /etc/zabbix/zabbix_agent2.d/plugins.d/
|
||||
doins nvidia.conf
|
||||
}
|
||||
Reference in New Issue
Block a user