mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-analyzer/nagios-plugin-check_raid: initial commit, moved from infra overlay.
Package-Manager: portage-2.2.27
This commit is contained in:
3
net-analyzer/nagios-plugin-check_raid/Manifest
Normal file
3
net-analyzer/nagios-plugin-check_raid/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST nagios-plugin-check_raid-02b6425dac3db7e98d4c36bf0836357c6b36196c.tar.gz 49866 SHA256 959e269e58795cf89fab61b041511513d1b724855f1d38338f1f5e4e1083a8a7 SHA512 548241cd344c135dd6509e930329a9957184330a6f317f758a35c32fc680d421932e3daa12a8f7c0ec8071f96f9e63619de4dff2ea648652b6c2494e800d7ed4 WHIRLPOOL cd00353df2c133576e36f8fe204e11fb754fed081565d87b305905b0ee2a1e6c652f11a9bb99769e1467e838711583886dfe9ecfeb3c40c566069ce07af84cd0
|
||||
DIST nagios-plugin-check_raid-4.0.0.tar.gz 46308 SHA256 eb33c54b6c532076dafe72bc80905c17d1604fc306f5075b6fdc6cf41dcd8ac2 SHA512 0f80321615a29665c32bef8b5426fad5994c28b48446167d81504b8ae5720c28b9eaf449f48147e5fc7b24907560994d61b81bed68f9b8caa9a87b18eddd9ee9 WHIRLPOOL 8af62afd9eff172ab4e24bbde564c52826390ad40130ae091d62c10634e0313cb55f39e163988349015694389c152a6e4930c84ebd230ac3686a59e8b6ca56b9
|
||||
DIST nagios-plugin-check_raid-5da4400ff978189d6be889f2448099535baa01f4.tar.gz 46422 SHA256 423da601fa7471dda5db839a07a52ce21e33ec00e09ad859f4fac4705f6bad18 SHA512 4c4d372735576cf104886c62c071dc98512687ecc1b2f3d56f614c24b747566ff849119c3e0a71b011db5a32e67f50c9d772c0c68a895320e0a5b63322cf6446 WHIRLPOOL 791836ab95edc679cd2288ba9231c4eccddd1d7a09cca68ce446fde498503942a040d48862f4157ebe1b83f645d31b77f7a7a6785095d3e4a5a7a40f56dd56c4
|
||||
28
net-analyzer/nagios-plugin-check_raid/metadata.xml
Normal file
28
net-analyzer/nagios-plugin-check_raid/metadata.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>robbat2@gentoo.org</email>
|
||||
<name>Robin H. Johnson</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
Nagios/Icinga plugin to check current server's RAID status; this tool
|
||||
wraps MANY different RAID tools and provides a consistent check for
|
||||
them.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">glensc/nagios-plugin-check_raid</remote-id>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name='3ware'>Support 3ware RAID controllers</flag>
|
||||
<flag name='aacraid'>Support Adaptec AAC-RAID controllers</flag>
|
||||
<flag name='dmraid'>Support Device-Mapper RAID</flag>
|
||||
<flag name='hpa'>Support HP Array controllers</flag>
|
||||
<flag name='hpsa'>Support HP SmartArray (CCISS) controllers</flag>
|
||||
<flag name='megaraid-sas'>Support LSI MegaRAID SAS controllers</flag>
|
||||
<flag name='megaraid-scsi'>Support LSI MegaRAID SCSI controllers</flag>
|
||||
<flag name='mpt-sas2'>Support LSI SAS-2 controllers</flag>
|
||||
<flag name='mpt'>Support LSI MPT Fusion controllers</flag>
|
||||
<flag name='i2o'>Support DPT-I2O controllers (mostly Adaptec)</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
@@ -0,0 +1,65 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit eutils perl-module
|
||||
|
||||
DESCRIPTION="Nagios/Icinga plugin to check current server's RAID status"
|
||||
HOMEPAGE="https://github.com/glensc/nagios-plugin-check_raid"
|
||||
SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="3ware aacraid dmraid hpa hpsa i2o megaraid-sas megaraid-scsi mpt mpt-sas2"
|
||||
|
||||
DEPEND="dev-perl/Monitoring-Plugin
|
||||
dev-perl/Module-Pluggable"
|
||||
RDEPEND="${DEPEND}
|
||||
sys-apps/smartmontools
|
||||
sys-fs/lsscsi
|
||||
3ware? ( sys-block/tw_cli )
|
||||
aacraid? ( sys-block/arcconf )
|
||||
dmraid? ( sys-fs/dmraid )
|
||||
hpa? ( sys-block/hpacucli )
|
||||
hpsa? ( sys-apps/cciss_vol_status )
|
||||
i2o? ( sys-apps/raidutils )
|
||||
megaraid-sas? ( sys-block/megacli )
|
||||
megaraid-scsi? ( sys-block/megarc )
|
||||
mpt-sas2? ( sys-block/sas2ircu )
|
||||
mpt? ( sys-block/mpt-status )
|
||||
"
|
||||
|
||||
# TODO:
|
||||
# Package all the other Perl build pieces, and stop using the monolithic perl script.
|
||||
src_prepare() {
|
||||
# Upstream has a custom Makefile that is meant to build bundles.
|
||||
mv -f Makefile Makefile.upstream
|
||||
sed -i '/CPANfile/d' Makefile.PL
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
plugindir="/usr/$(get_libdir)/nagios/plugins"
|
||||
dodir "$plugindir"
|
||||
mv -f "${D}"/usr/bin/check_raid.pl "${D}"/"${plugindir}"
|
||||
dodoc README.md ChangeLog.md CONTRIBUTING.md check_raid.cfg
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
einfo "The following RAID controllers are supported without special tools:"
|
||||
einfo "GDT (Intel/ICP) RAID Controller"
|
||||
einfo "HP MSA (special configuration needed)"
|
||||
einfo "The following RAID controllers do not have tools packaged in Gentoo, but ARE supported by this tool:"
|
||||
einfo "Intel: CmdTool2"
|
||||
einfo "Areca: areca-cli"
|
||||
einfo "See https://github.com/glensc/nagios-plugin-check_raid/issues/10"
|
||||
einfo "Marvell RAID: mvcli"
|
||||
einfo "See https://github.com/glensc/nagios-plugin-check_raid/issues/92"
|
||||
einfo "Adaptec ServeRAID: aaccli"
|
||||
einfo "Adaptec AACRAID: afacli (* some controllers supported by USE=aacraid, sys-block/arcconf)"
|
||||
einfo "Adaptec ServeRAID 7k: ipssend"
|
||||
}
|
||||
@@ -0,0 +1,68 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit eutils perl-module
|
||||
|
||||
DESCRIPTION="Nagios/Icinga plugin to check current server's RAID status"
|
||||
HOMEPAGE="https://github.com/glensc/nagios-plugin-check_raid"
|
||||
COMMIT="5da4400ff978189d6be889f2448099535baa01f4"
|
||||
MY_PV="${COMMIT:-$PV}"
|
||||
MY_P="${PN}-${MY_PV}"
|
||||
SRC_URI="${HOMEPAGE}/archive/${COMMIT}.tar.gz -> ${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="3ware aacraid dmraid hpa hpsa i2o megaraid-sas megaraid-scsi mpt mpt-sas2"
|
||||
|
||||
DEPEND="dev-perl/Monitoring-Plugin
|
||||
dev-perl/Module-Pluggable"
|
||||
RDEPEND="${DEPEND}
|
||||
sys-apps/smartmontools
|
||||
sys-fs/lsscsi
|
||||
3ware? ( sys-block/tw_cli )
|
||||
aacraid? ( sys-block/arcconf )
|
||||
dmraid? ( sys-fs/dmraid )
|
||||
hpa? ( sys-block/hpacucli )
|
||||
hpsa? ( sys-apps/cciss_vol_status )
|
||||
i2o? ( sys-apps/raidutils )
|
||||
megaraid-sas? ( sys-block/megacli )
|
||||
megaraid-scsi? ( sys-block/megarc )
|
||||
mpt-sas2? ( sys-block/sas2ircu )
|
||||
mpt? ( sys-block/mpt-status )
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
src_prepare() {
|
||||
# Upstream has a custom Makefile that is meant to build bundles.
|
||||
mv -f Makefile Makefile.upstream
|
||||
sed -i '/CPANfile/d' Makefile.PL
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
plugindir="/usr/$(get_libdir)/nagios/plugins"
|
||||
dodir "$plugindir"
|
||||
mv -f "${D}"/usr/bin/check_raid.pl "${D}"/"${plugindir}"
|
||||
dodoc README.md ChangeLog.md CONTRIBUTING.md check_raid.cfg
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
einfo "The following RAID controllers are supported without special tools:"
|
||||
einfo "GDT (Intel/ICP) RAID Controller"
|
||||
einfo "HP MSA (special configuration needed)"
|
||||
einfo "The following RAID controllers do not have tools packaged in Gentoo, but ARE supported by this tool:"
|
||||
einfo "Intel: CmdTool2"
|
||||
einfo "Areca: areca-cli"
|
||||
einfo "See https://github.com/glensc/nagios-plugin-check_raid/issues/10"
|
||||
einfo "Marvell RAID: mvcli"
|
||||
einfo "See https://github.com/glensc/nagios-plugin-check_raid/issues/92"
|
||||
einfo "Adaptec ServeRAID: aaccli"
|
||||
einfo "Adaptec AACRAID: afacli (* some controllers supported by USE=aacraid, sys-block/arcconf)"
|
||||
einfo "Adaptec ServeRAID 7k: ipssend"
|
||||
}
|
||||
@@ -0,0 +1,68 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit eutils perl-module
|
||||
|
||||
DESCRIPTION="Nagios/Icinga plugin to check current server's RAID status"
|
||||
HOMEPAGE="https://github.com/glensc/nagios-plugin-check_raid"
|
||||
COMMIT="02b6425dac3db7e98d4c36bf0836357c6b36196c"
|
||||
MY_PV="${COMMIT:-$PV}"
|
||||
MY_P="${PN}-${MY_PV}"
|
||||
SRC_URI="${HOMEPAGE}/archive/${COMMIT}.tar.gz -> ${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="3ware aacraid dmraid hpa hpsa i2o megaraid-sas megaraid-scsi mpt mpt-sas2"
|
||||
|
||||
DEPEND="dev-perl/Monitoring-Plugin
|
||||
dev-perl/Module-Pluggable"
|
||||
RDEPEND="${DEPEND}
|
||||
sys-apps/smartmontools
|
||||
sys-fs/lsscsi
|
||||
3ware? ( sys-block/tw_cli )
|
||||
aacraid? ( sys-block/arcconf )
|
||||
dmraid? ( sys-fs/dmraid )
|
||||
hpa? ( sys-block/hpacucli )
|
||||
hpsa? ( sys-apps/cciss_vol_status )
|
||||
i2o? ( sys-apps/raidutils )
|
||||
megaraid-sas? ( sys-block/megacli )
|
||||
megaraid-scsi? ( sys-block/megarc )
|
||||
mpt-sas2? ( sys-block/sas2ircu )
|
||||
mpt? ( sys-block/mpt-status )
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
src_prepare() {
|
||||
# Upstream has a custom Makefile that is meant to build bundles.
|
||||
mv -f Makefile Makefile.upstream
|
||||
sed -i '/CPANfile/d' Makefile.PL
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
plugindir="/usr/$(get_libdir)/nagios/plugins"
|
||||
dodir "$plugindir"
|
||||
mv -f "${D}"/usr/bin/check_raid.pl "${D}"/"${plugindir}"
|
||||
dodoc README.md ChangeLog.md CONTRIBUTING.md check_raid.cfg
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
einfo "The following RAID controllers are supported without special tools:"
|
||||
einfo "GDT (Intel/ICP) RAID Controller"
|
||||
einfo "HP MSA (special configuration needed)"
|
||||
einfo "The following RAID controllers do not have tools packaged in Gentoo, but ARE supported by this tool:"
|
||||
einfo "Intel: CmdTool2"
|
||||
einfo "Areca: areca-cli"
|
||||
einfo "See https://github.com/glensc/nagios-plugin-check_raid/issues/10"
|
||||
einfo "Marvell RAID: mvcli"
|
||||
einfo "See https://github.com/glensc/nagios-plugin-check_raid/issues/92"
|
||||
einfo "Adaptec ServeRAID: aaccli"
|
||||
einfo "Adaptec AACRAID: afacli (* some controllers supported by USE=aacraid, sys-block/arcconf)"
|
||||
einfo "Adaptec ServeRAID 7k: ipssend"
|
||||
}
|
||||
Reference in New Issue
Block a user