bump check_nwc_health-8.0

This commit is contained in:
Andreas Billmeier 2020-12-30 16:53:25 +01:00 committed by root
parent 5a552f3a87
commit c975f7586f
2 changed files with 32 additions and 0 deletions

View File

@ -1,4 +1,6 @@
DIST check_nwc_health-7.10.1.8.tar.gz 659087 BLAKE2B 494d9b821c31501c5ef6c06f43b67f5e5b105133c06b7c6ad8dd11a940c026cc122e430232ba0ebb6c5fafc0cae6f0f9b064377224fce0fab9ffe32fcfb318c3 SHA512 b82715d317c52e8cf7d7ed5a17db6f321222373a2f2b938fe19abd0bdb526ffb97b070e37b5ac103c6c17bb1e69ce3051876f1516b2f0c259a3c96741e0bdbbe
DIST check_nwc_health-7.10.3.tar.gz 662624 BLAKE2B 688b876ea22958467a0f0fc0c5ae7c8cefdacef672d6bd04d3a2d144c813c4168bad15c8b5028d7393723930406c5572f00706f3c3e24aaeb244c3c9e439c95b SHA512 0e033b30164828f5c2db494bbd21411e28a415ac37385af7f5ee0532991b979a798efd2f067a300a20f98ac02cbcbd71906419f8fae24c5dacd9b4bedba48f61
DIST check_nwc_health-8.0.tar.gz 674695 BLAKE2B cee7c3d9a754f25d52724d98f287ac1faf4c62a7048eec94cb05c74cf8ad21f6225ef8e9126aea2a96ada34ba6e0a6017ccd465f39bdd24fd7637a4460fb6436 SHA512 0d4c2ee3669d2ca742d9e6c7ea7a4b95e17ce82f6a148e3ef56d36329fe81c541913ad5a71e3eec4db25235a5b5f2118d1f373cc9a9d707dbe2a281819218786
EBUILD check_nwc_health-7.10.1.8.ebuild 922 BLAKE2B 69ed1f433284e2432744012fa257b2d37a59a356966e5de4ad75963a5aca4c4c9ca713ebb953c9dab2b2e16a9c44681006c37469cb786404b813fce44e104179 SHA512 e022fce42c567e5b8643d9736a30027948c948b3594a0915e7d263ba0646bb0bb5df4b3de12bbad0da3783696ae37738575e5c29e31d3a44056676abfa8846d9
EBUILD check_nwc_health-7.10.3.ebuild 922 BLAKE2B 69ed1f433284e2432744012fa257b2d37a59a356966e5de4ad75963a5aca4c4c9ca713ebb953c9dab2b2e16a9c44681006c37469cb786404b813fce44e104179 SHA512 e022fce42c567e5b8643d9736a30027948c948b3594a0915e7d263ba0646bb0bb5df4b3de12bbad0da3783696ae37738575e5c29e31d3a44056676abfa8846d9
EBUILD check_nwc_health-8.0.ebuild 922 BLAKE2B 69ed1f433284e2432744012fa257b2d37a59a356966e5de4ad75963a5aca4c4c9ca713ebb953c9dab2b2e16a9c44681006c37469cb786404b813fce44e104179 SHA512 e022fce42c567e5b8643d9736a30027948c948b3594a0915e7d263ba0646bb0bb5df4b3de12bbad0da3783696ae37738575e5c29e31d3a44056676abfa8846d9

View File

@ -0,0 +1,30 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
MY_PN="${PN#nagios-}"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="A nagios plugin for checking MS-SQL server health"
HOMEPAGE="https://labs.consol.de/nagios/${MY_PN}/"
SRC_URI="https://labs.consol.de/assets/downloads/nagios/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
S="${WORKDIR}/${MY_P}"
src_configure(){
# Should match net-analyzer/{monitoring,nagios}-plugins.
econf --libexecdir="/usr/$(get_libdir)/nagios/plugins/contrib"
}
# Here we should have a pkg_preinst() that creates the nagios user/group
# (using the same command from e.g. net-analyzer/nagios-plugins). But
# right now, the build system for check_mysql_health has a bug: it
# doesn't use the configured user (INSTALL_OPTIONS aren't passed to
# /usr/bin/install), so it's pointless. Don't forget to inherit
# user.eclass!