File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
net-analyzer/check_esxi_hardware Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 11DIST check_esxi_hardware-20221230.tar.gz 13294 BLAKE2B fa29c7edd8c663ee76ca2ba60fa5187bc80be91eb5da60a9d0d03a8f38151fc868df5a4e76f91c928310d999143c8871384823e1158790c6c2f12500d46e16a0 SHA512 32cafa479458f656ecb90b27886db9f874f21e810d6deb85b00109727914ad7c98125b4ba7fb3366436b5f6130512e37204a3db47f8376e9868249397b6c254e
22DIST check_esxi_hardware-20241129.tar.gz 12854 BLAKE2B 2f430b7ada96607602b4e6a93ee79b9311928d6c25eb2e6e3940b9764e8bf74dd82e459832f31d353c72118e943b5b3331f74f083c6c32fe042d714c3b769273 SHA512 d757262950f80ae14a856405360912346e10a9710b3c0fa8251eb354122d2f78bdcecd7375f9556aade34a74e20638c7a334278520c4f8b4bd40351a8a932562
33DIST check_esxi_hardware-20250221.tar.gz 13075 BLAKE2B ed13395d93ae16d6b7f2cc0e5c46e71750312225f3cbf45d65a85a349ef839f1291e05111e9b79d8e75d7739011d596616913ab2ab1acaddce623047a49500dd SHA512 320e423b551a01c8be2c756b8da48a922d1ac5ed42dec564cc18c90d21ea9b101bfe98d068510cc83694126c89417e3dca3d9ae507c1e0aadc0513f7c5c8dc6d
4+ DIST check_esxi_hardware-20250716.tar.gz 13114 BLAKE2B 5d0977d708f23652c5ef82497a0fcb089e3c52fb2804a06605e1c99502ab0ae587e3c71473650f8d75d2d136a2222d90d431cebab647174eec858b254aca48ac SHA512 9640b7a1b1612176eaa1f6c1009d4d9ffd7f8d69fb73f01b6031f0c0939c1aea106331a0856e31bad2025659f44d80ffd7f7180aa59b0f20702c6b4f0ead6679
Original file line number Diff line number Diff line change 1+ # Copyright 1999-2024 Gentoo Authors
2+ # Distributed under the terms of the GNU General Public License v2
3+
4+ EAPI=8
5+
6+ DESCRIPTION=" A nagios/icinga plugin for checking VMWare ESX server health"
7+ HOMEPAGE=" https://www.claudiokuenzler.com/monitoring-plugins/check_esxi_hardware.php"
8+ SRC_URI=" https://github.com/Napsty/${PN} /archive/refs/tags/${PV} .tar.gz -> ${P} .tar.gz"
9+ RDEPEND="
10+ dev-python/pywbem
11+ dev-python/packaging
12+ "
13+
14+ LICENSE=" GPL-2+"
15+ SLOT=" 0"
16+ KEYWORDS=" ~amd64 ~x86"
17+ IUSE=" "
18+
19+ src_install (){
20+ default
21+ exeinto /usr/lib64/nagios/plugins/contrib/
22+ doexe check_esxi_hardware.py
23+ }
You can’t perform that action at this time.
0 commit comments