summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-07-12 14:28:50 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-07-12 14:28:50 +0300
commit7a679b467c1c5f7502194ab0cad5f04afb9989bd (patch)
treea76c76edb91da6355b47b539fadf27107aa17ad9 /net-analyzer/check_mk_agent
parentmedia-sound/herrie: treeclean (diff)
downloadgentoo-7a679b467c1c5f7502194ab0cad5f04afb9989bd.tar.gz
gentoo-7a679b467c1c5f7502194ab0cad5f04afb9989bd.tar.bz2
gentoo-7a679b467c1c5f7502194ab0cad5f04afb9989bd.zip
net-analyzer/check_mk_agent: treeclean
Bug: https://bugs.gentoo.org/933843 Bug: https://bugs.gentoo.org/695068 Bug: https://bugs.gentoo.org/677432 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-analyzer/check_mk_agent')
-rw-r--r--net-analyzer/check_mk_agent/Manifest1
-rw-r--r--net-analyzer/check_mk_agent/check_mk_agent-1.4.0_p31.ebuild74
-rw-r--r--net-analyzer/check_mk_agent/metadata.xml23
3 files changed, 0 insertions, 98 deletions
diff --git a/net-analyzer/check_mk_agent/Manifest b/net-analyzer/check_mk_agent/Manifest
deleted file mode 100644
index 4f03d903bfdd..000000000000
--- a/net-analyzer/check_mk_agent/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST check-mk-raw-1.4.0p31.cre.tar.gz 314212612 BLAKE2B 07c9bda8524250f949a21204427d455ef0ac0a323fe38b66c7c4f03b50f7677099b5c24dae22f55fe1e1a2e475d541e1b643169a2368925e960ea514a03fd6b2 SHA512 b1dfe22e54a3d6f9c7f76b408adeb7ca46aa4b21d933149c1681bf87dae7af8f5bf645ba19b225f30b0057d8d075f657756019e3b908d3090e1d14451e7fcc0b
diff --git a/net-analyzer/check_mk_agent/check_mk_agent-1.4.0_p31.ebuild b/net-analyzer/check_mk_agent/check_mk_agent-1.4.0_p31.ebuild
deleted file mode 100644
index c41c9b1f3484..000000000000
--- a/net-analyzer/check_mk_agent/check_mk_agent-1.4.0_p31.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit systemd
-
-DESCRIPTION="Agent to report data to Check_MK for monitoring"
-HOMEPAGE="http://mathias-kettner.de/check_mk.html"
-
-MY_PV="${PV/_p/p}"
-MY_P="check-mk-raw-${MY_PV}.cre"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="apache_status inventory logwatch mysql nfsexports oracle postgres smart +xinetd zypper"
-
-RDEPEND="!!net-analyzer/check_mk
- app-shells/bash:*
- xinetd? ( || ( sys-apps/xinetd sys-apps/systemd ) )
- "
-DEPEND="${RDEPEND}"
-
-SRC_URI="http://mathias-kettner.de/support/${MY_PV}/${MY_P}.tar.gz"
-
-src_unpack() {
- # check_mk is a tarball containing tarballs
- unpack ${A}
- unpack "${WORKDIR}"/${MY_P}/packages/check_mk/check_mk-${MY_PV}.tar.gz
- mkdir -p "${S}" || die
- cd "${S}" || die
- unpack "${WORKDIR}"/check_mk-${MY_PV}/agents.tar.gz
- mkdir -p "${S}"/doc || die
- cd "${S}"/doc || die
- unpack "${WORKDIR}"/check_mk-${MY_PV}/doc.tar.gz
-}
-
-src_install() {
- # Install agent related files
- newbin check_mk_agent.linux check_mk_agent
-
- keepdir /usr/lib/check_mk_agent/local
- dodir /usr/lib/check_mk_agent/plugins
- dodir /etc/check_mk
-
- dodoc doc/{AUTHORS,COPYING,ChangeLog}
- docompress
-
- if use xinetd; then
- insinto /etc/xinetd.d
- newins cfg_examples/xinetd.conf check_mk
- systemd_dounit cfg_examples/systemd/check_mk{.socket,@.service}
- fi
-
- # Install the check_mk_agent logwatch plugin
- if use logwatch; then
- insinto /etc/check_mk
- doins cfg_examples/logwatch.cfg
- exeinto /usr/lib/check_mk_agent/plugins
- doexe plugins/mk_logwatch
- fi
-
- # Install any other useflag-enabled agent plugins
- exeinto /usr/lib/check_mk_agent/plugins
- use inventory && newexe plugins/mk_inventory.linux mk_inventory
- use smart && doexe plugins/smart
- use mysql && doexe plugins/mk_mysql
- use postgres && doexe plugins/mk_postgres
- use apache_status && doexe plugins/apache_status
- use zypper && doexe plugins/mk_zypper
- use oracle && doexe plugins/mk_oracle
- use nfsexports && doexe plugins/nfsexports
-}
diff --git a/net-analyzer/check_mk_agent/metadata.xml b/net-analyzer/check_mk_agent/metadata.xml
deleted file mode 100644
index 89c9c6e274a7..000000000000
--- a/net-analyzer/check_mk_agent/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
- The agent, to gather and report system and other monitoring data to Check_MK enabled
- Nagios/Icigna centralized monitoring servers.
- </longdescription>
- <use>
- <flag name="inventory">Install check_mk-agent linux inventory plugin.</flag>
- <flag name="logwatch">Install check_mk-agent logwatch plugin.</flag>
- <flag name="smart">Install check_mk-agent S.M.A.R.T plugin.</flag>
- <flag name="mysql">Install check_mk-agent mysql plugin.</flag>
- <flag name="postgres">Install check_mk-agent postgres plugin.</flag>
- <flag name="apache_status">Install check_mk-agent apache-status plugin.</flag>
- <flag name="nfsexports">Install check_mk-agent nfsexports plugin.</flag>
- <flag name="zypper">Install check_mk-agent zypper plugin.</flag>
- </use>
- <upstream>
- <changelog>http://mathias-kettner.com/check_mk_download.html</changelog>
- <doc>http://mathias-kettner.com/checkmk.html</doc>
- </upstream>
-</pkgmetadata>