diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-12-15 15:09:56 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-12-15 15:09:56 +0000 |
commit | b302ff4344e77f547bbd00b643748ac3ba1584a7 (patch) | |
tree | d4edd93f666f5f55dfafce978f186c9b7e161e71 /net-analyzer | |
parent | x86 stable. (diff) | |
download | historical-b302ff4344e77f547bbd00b643748ac3ba1584a7.tar.gz historical-b302ff4344e77f547bbd00b643748ac3ba1584a7.tar.bz2 historical-b302ff4344e77f547bbd00b643748ac3ba1584a7.zip |
cleanup
Diffstat (limited to 'net-analyzer')
18 files changed, 0 insertions, 427 deletions
diff --git a/net-analyzer/nagios-nrpe/files/digest-nagios-nrpe-1.5 b/net-analyzer/nagios-nrpe/files/digest-nagios-nrpe-1.5 deleted file mode 100644 index 9d8d88bbf3f4..000000000000 --- a/net-analyzer/nagios-nrpe/files/digest-nagios-nrpe-1.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 6f9f696e24fe380839e01fc57e29206b nrpe-1.5.tar.gz 38232 diff --git a/net-analyzer/nagios-nrpe/files/digest-nagios-nrpe-1.7 b/net-analyzer/nagios-nrpe/files/digest-nagios-nrpe-1.7 deleted file mode 100644 index 6a0de8f02a98..000000000000 --- a/net-analyzer/nagios-nrpe/files/digest-nagios-nrpe-1.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 f9462e9446ef1928e27a612ac5f87fdb nrpe-1.7.tar.gz 41249 diff --git a/net-analyzer/nagios-nrpe/files/digest-nagios-nrpe-1.8 b/net-analyzer/nagios-nrpe/files/digest-nagios-nrpe-1.8 deleted file mode 100644 index 9c03c28c4b38..000000000000 --- a/net-analyzer/nagios-nrpe/files/digest-nagios-nrpe-1.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 b285e2838685508ab85395f480018373 nrpe-1.8.tar.gz 41347 diff --git a/net-analyzer/nagios-nrpe/nagios-nrpe-1.5.ebuild b/net-analyzer/nagios-nrpe/nagios-nrpe-1.5.ebuild deleted file mode 100644 index 0083042e1298..000000000000 --- a/net-analyzer/nagios-nrpe/nagios-nrpe-1.5.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-nrpe/nagios-nrpe-1.5.ebuild,v 1.3 2003/09/05 23:40:09 msterret Exp $ -DESCRIPTION="Nagios $PV NRPE - Nagios Remote Plugin Executor" -HOMEPAGE="http://www.nagios.org/" -SRC_URI="http://telia.dl.sourceforge.net/sourceforge/nagios/nrpe-1.5.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND=">=net-analyzer/nagios-plugins-1.3_beta1" -S="${WORKDIR}/nrpe-1.5" - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr/nagios \ - --localstatedir=/var/nagios \ - --sysconfdir=/etc/nagios \ - --with-nrpe-user=nagios \ - --with-nrpe-grp=nagios \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - emake all || die -} - -src_install() { - dodoc LEGAL Changelog README - insinto /etc/nagios - doins ${FILESDIR}/nrpe.cfg - exeinto /usr/nagios/bin - doexe src/nrpe - fowners nagios:nagios /usr/nagios/bin/nrpe - exeinto /usr/nagios/libexec - doexe src/check_nrpe - fowners nagios:nagios /usr/nagios/libexec/check_nrpe - exeinto /etc/init.d - doexe ${FILESDIR}/nrpe -} -pkg_postinst() { - einfo - einfo "If you are using the nrpe daemon, remember to edit" - einfo "the config file /etc/nagios/nrpe.cfg" - einfo -} diff --git a/net-analyzer/nagios-nrpe/nagios-nrpe-1.7.ebuild b/net-analyzer/nagios-nrpe/nagios-nrpe-1.7.ebuild deleted file mode 100644 index 14e26f97bd8a..000000000000 --- a/net-analyzer/nagios-nrpe/nagios-nrpe-1.7.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-nrpe/nagios-nrpe-1.7.ebuild,v 1.5 2003/09/05 23:40:09 msterret Exp $ -DESCRIPTION="Nagios $PV NRPE - Nagios Remote Plugin Executor" -HOMEPAGE="http://www.nagios.org/" -SRC_URI="mirror://sourceforge/nagios/nrpe-1.7.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc ~sparc" -IUSE="" -DEPEND=">=net-analyzer/nagios-plugins-1.3.0_beta2" -S="${WORKDIR}/nrpe-1.7" - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr/nagios \ - --localstatedir=/var/nagios \ - --sysconfdir=/etc/nagios \ - --with-nrpe-user=nagios \ - --with-nrpe-grp=nagios \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - emake all || die -} - -src_install() { - dodoc LEGAL Changelog README - insinto /etc/nagios - doins ${FILESDIR}/nrpe.cfg - exeinto /usr/nagios/bin - doexe src/nrpe - fowners nagios:nagios /usr/nagios/bin/nrpe - exeinto /usr/nagios/libexec - doexe src/check_nrpe - fowners nagios:nagios /usr/nagios/libexec/check_nrpe - exeinto /etc/init.d - doexe ${FILESDIR}/nrpe -} -pkg_postinst() { - einfo - einfo "If you are using the nrpe daemon, remember to edit" - einfo "the config file /etc/nagios/nrpe.cfg" - einfo -} diff --git a/net-analyzer/nagios-nrpe/nagios-nrpe-1.8.ebuild b/net-analyzer/nagios-nrpe/nagios-nrpe-1.8.ebuild deleted file mode 100644 index 92bac88e908d..000000000000 --- a/net-analyzer/nagios-nrpe/nagios-nrpe-1.8.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-nrpe/nagios-nrpe-1.8.ebuild,v 1.4 2003/09/05 23:40:09 msterret Exp $ -DESCRIPTION="Nagios $PV NRPE - Nagios Remote Plugin Executor" -HOMEPAGE="http://www.nagios.org/" -SRC_URI="mirror://sourceforge/nagios/nrpe-1.8.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc ~sparc" -IUSE="" -DEPEND=">=net-analyzer/nagios-plugins-1.3.0_beta2" -S="${WORKDIR}/nrpe-1.8" - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr/nagios \ - --localstatedir=/var/nagios \ - --sysconfdir=/etc/nagios \ - --with-nrpe-user=nagios \ - --with-nrpe-grp=nagios \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - emake all || die -} - -src_install() { - dodoc LEGAL Changelog README - insinto /etc/nagios - doins ${FILESDIR}/nrpe.cfg - exeinto /usr/nagios/bin - doexe src/nrpe - fowners nagios:nagios /usr/nagios/bin/nrpe - exeinto /usr/nagios/libexec - doexe src/check_nrpe - fowners nagios:nagios /usr/nagios/libexec/check_nrpe - exeinto /etc/init.d - doexe ${FILESDIR}/nrpe -} -pkg_postinst() { - einfo - einfo "If you are using the nrpe daemon, remember to edit" - einfo "the config file /etc/nagios/nrpe.cfg" - einfo -} diff --git a/net-analyzer/nagios-nsca/files/digest-nagios-nsca-2.1 b/net-analyzer/nagios-nsca/files/digest-nagios-nsca-2.1 deleted file mode 100644 index 604f1807665a..000000000000 --- a/net-analyzer/nagios-nsca/files/digest-nagios-nsca-2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 a7886852eb11b6a018fff6990075db1e nsca-2.1.tar.gz 51897 diff --git a/net-analyzer/nagios-nsca/files/digest-nagios-nsca-2.2 b/net-analyzer/nagios-nsca/files/digest-nagios-nsca-2.2 deleted file mode 100644 index fa561c6143b1..000000000000 --- a/net-analyzer/nagios-nsca/files/digest-nagios-nsca-2.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 5b9b83d15e8196ad08b8ca5dfbae5e0e nsca-2.2.tar.gz 54150 diff --git a/net-analyzer/nagios-nsca/files/digest-nagios-nsca-2.3 b/net-analyzer/nagios-nsca/files/digest-nagios-nsca-2.3 deleted file mode 100644 index d6ef7d97b284..000000000000 --- a/net-analyzer/nagios-nsca/files/digest-nagios-nsca-2.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 46723112e2a47bfbd1323a3b37c99896 nsca-2.3.tar.gz 54220 diff --git a/net-analyzer/nagios-nsca/files/digest-nagios-nsca-2.3-r1 b/net-analyzer/nagios-nsca/files/digest-nagios-nsca-2.3-r1 deleted file mode 100644 index d6ef7d97b284..000000000000 --- a/net-analyzer/nagios-nsca/files/digest-nagios-nsca-2.3-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 46723112e2a47bfbd1323a3b37c99896 nsca-2.3.tar.gz 54220 diff --git a/net-analyzer/nagios-nsca/nagios-nsca-2.1.ebuild b/net-analyzer/nagios-nsca/nagios-nsca-2.1.ebuild deleted file mode 100644 index 90f00fec7ce1..000000000000 --- a/net-analyzer/nagios-nsca/nagios-nsca-2.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-nsca/nagios-nsca-2.1.ebuild,v 1.3 2003/09/05 23:40:09 msterret Exp $ -DESCRIPTION="Nagios $PV NSCA - Nagios Service Check Acceptor" -HOMEPAGE="http://www.nagios.org/" -SRC_URI="http://telia.dl.sourceforge.net/sourceforge/nagios/nsca-2.1.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND=">=net-analyzer/nagios-plugins-1.3_beta1 - >=libmcrypt-2.5.1-r4" -S="${WORKDIR}/nsca-2.1" - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr/nagios \ - --localstatedir=/var/nagios \ - --sysconfdir=/etc/nagios \ - --with-nsca-user=nagios \ - --with-nsca-grp=nagios \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - emake all || die -} - -src_install() { - dodoc LEGAL Changelog README SECURITY - insinto /etc/nagios - doins ${FILESDIR}/nsca.cfg - doins ${FILESDIR}/send_nsca.cfg - exeinto /usr/nagios/bin - doexe src/nsca - fowners nagios:nagios /usr/nagios/bin/nsca - exeinto /usr/nagios/libexec - doexe src/send_nsca - fowners nagios:nagios /usr/nagios/libexec/send_nsca - exeinto /etc/init.d - doexe ${FILESDIR}/nsca -} -pkg_postinst() { - einfo - einfo "If you are using the nsca daemon, remember to edit" - einfo "the config file /etc/nagios/nsca.cfg" - einfo -} diff --git a/net-analyzer/nagios-nsca/nagios-nsca-2.2.ebuild b/net-analyzer/nagios-nsca/nagios-nsca-2.2.ebuild deleted file mode 100644 index adaa25ba2f59..000000000000 --- a/net-analyzer/nagios-nsca/nagios-nsca-2.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-nsca/nagios-nsca-2.2.ebuild,v 1.4 2003/09/05 23:40:09 msterret Exp $ -DESCRIPTION="Nagios $PV NSCA - Nagios Service Check Acceptor" -HOMEPAGE="http://www.nagios.org/" -SRC_URI="mirror://sourceforge/nagios/nsca-2.2.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc ~sparc" -IUSE="" -DEPEND=">=net-analyzer/nagios-plugins-1.3.0_beta2 - >=libmcrypt-2.5.1-r4" -S="${WORKDIR}/nsca-2.2" - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr/nagios \ - --localstatedir=/var/nagios \ - --sysconfdir=/etc/nagios \ - --with-nsca-user=nagios \ - --with-nsca-grp=nagios \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - emake all || die -} - -src_install() { - dodoc LEGAL Changelog README SECURITY - insinto /etc/nagios - doins ${FILESDIR}/nsca.cfg - doins ${FILESDIR}/send_nsca.cfg - exeinto /usr/nagios/bin - doexe src/nsca - fowners nagios:nagios /usr/nagios/bin/nsca - exeinto /usr/nagios/libexec - doexe src/send_nsca - fowners nagios:nagios /usr/nagios/libexec/send_nsca - exeinto /etc/init.d - doexe ${FILESDIR}/nsca -} -pkg_postinst() { - einfo - einfo "If you are using the nsca daemon, remember to edit" - einfo "the config file /etc/nagios/nsca.cfg" - einfo -} diff --git a/net-analyzer/nagios-nsca/nagios-nsca-2.3-r1.ebuild b/net-analyzer/nagios-nsca/nagios-nsca-2.3-r1.ebuild deleted file mode 100644 index 641607c78e7b..000000000000 --- a/net-analyzer/nagios-nsca/nagios-nsca-2.3-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-nsca/nagios-nsca-2.3-r1.ebuild,v 1.3 2003/11/26 18:34:52 mholzer Exp $ -DESCRIPTION="Nagios $PV NSCA - Nagios Service Check Acceptor" -HOMEPAGE="http://www.nagios.org/" -SRC_URI="mirror://sourceforge/nagios/nsca-${PV}.tar.gz" -RESTRICT="nomirror" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc ~sparc" -IUSE="" -DEPEND=">=net-analyzer/nagios-plugins-1.3.0 - >=libmcrypt-2.5.1-r4" -S="${WORKDIR}/nsca-${PV}" - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr/nagios \ - --localstatedir=/var/nagios \ - --sysconfdir=/etc/nagios \ - --with-nsca-user=nagios \ - --with-nsca-grp=nagios \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - emake all || die -} - -src_install() { - dodoc LEGAL Changelog README SECURITY - insinto /etc/nagios - doins ${FILESDIR}/nsca.cfg - doins ${FILESDIR}/send_nsca.cfg - exeinto /usr/nagios/bin - doexe src/nsca - fowners nagios:nagios /usr/nagios/bin/nsca - exeinto /usr/nagios/libexec - doexe src/send_nsca - fowners nagios:nagios /usr/nagios/libexec/send_nsca - exeinto /etc/init.d - newexe ${FILESDIR}/nsca-2.3 nsca -} -pkg_postinst() { - einfo - einfo "If you are using the nsca daemon, remember to edit" - einfo "the config file /etc/nagios/nsca.cfg" - einfo -} diff --git a/net-analyzer/nagios-nsca/nagios-nsca-2.3.ebuild b/net-analyzer/nagios-nsca/nagios-nsca-2.3.ebuild deleted file mode 100644 index 0a8fa1d5ebf6..000000000000 --- a/net-analyzer/nagios-nsca/nagios-nsca-2.3.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-nsca/nagios-nsca-2.3.ebuild,v 1.4 2003/09/05 23:40:09 msterret Exp $ -DESCRIPTION="Nagios $PV NSCA - Nagios Service Check Acceptor" -HOMEPAGE="http://www.nagios.org/" -SRC_URI="mirror://sourceforge/nagios/nsca-2.3.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc ~sparc" -IUSE="" -DEPEND=">=net-analyzer/nagios-plugins-1.3.0_beta2 - >=libmcrypt-2.5.1-r4" -S="${WORKDIR}/nsca-2.3" - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr/nagios \ - --localstatedir=/var/nagios \ - --sysconfdir=/etc/nagios \ - --with-nsca-user=nagios \ - --with-nsca-grp=nagios \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - emake all || die -} - -src_install() { - dodoc LEGAL Changelog README SECURITY - insinto /etc/nagios - doins ${FILESDIR}/nsca.cfg - doins ${FILESDIR}/send_nsca.cfg - exeinto /usr/nagios/bin - doexe src/nsca - fowners nagios:nagios /usr/nagios/bin/nsca - exeinto /usr/nagios/libexec - doexe src/send_nsca - fowners nagios:nagios /usr/nagios/libexec/send_nsca - exeinto /etc/init.d - doexe ${FILESDIR}/nsca -} -pkg_postinst() { - einfo - einfo "If you are using the nsca daemon, remember to edit" - einfo "the config file /etc/nagios/nsca.cfg" - einfo -} diff --git a/net-analyzer/nagios-plugins/files/digest-nagios-plugins-1.3.0-r2 b/net-analyzer/nagios-plugins/files/digest-nagios-plugins-1.3.0-r2 deleted file mode 100644 index 75839bb3c62c..000000000000 --- a/net-analyzer/nagios-plugins/files/digest-nagios-plugins-1.3.0-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 74ce3383cb39c85df78a1db7ac50838b nagios-plugins-1.3.0.tar.gz 489070 diff --git a/net-analyzer/nagios-plugins/nagios-plugins-1.3.0-r2.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-1.3.0-r2.ebuild deleted file mode 100644 index 44c24954cbc7..000000000000 --- a/net-analyzer/nagios-plugins/nagios-plugins-1.3.0-r2.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.3.0-r2.ebuild,v 1.3 2003/11/26 18:25:20 mholzer Exp $ -inherit eutils - -DESCRIPTION="Nagios $PV plugins - Pack of plugins to make Nagios work properly" -HOMEPAGE="http://www.nagios.org/" -SRC_URI="mirror://sourceforge/nagiosplug/${P}.tar.gz" -RESTRICT="nomirror" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~sparc ~ppc" -IUSE="ssl samba mysql postgres ldap" -#RDEPEND=">=net-analyzer/nagios-core-1.0" -DEPEND=">=net-dns/bind-tools-9.2.2_rc1 - ssl? ( >=dev-libs/openssl-0.9.6g ) - >=dev-lang/perl-5.6.1-r7 - >=net-analyzer/fping-2.4_beta2-r1 - >=net-misc/ntp-4.1.1a - >=dev-perl/Net-SNMP-4.0.1-r1 - >=net-analyzer/net-snmp-5.0.6 - samba? ( >=net-fs/samba-2.2.5-r1 ) - >=net-misc/openssh-3.5_p1 - mysql? ( >=dev-db/mysql-3.23.52-r1 ) - postgres? ( >=dev-db/postgresql-7.2 ) - ldap? ( >=net-nds/openldap-2.0.25 )" - -S="${WORKDIR}/${P}" - -pkg_setup() { - enewgroup nagios - enewuser nagios -1 /bin/bash /dev/null nagios - } -src_compile() { - local myconf - use mysql && myconf="${myconf} --with-mysql" - use postgres && myconf="${myconf} --with-pgsql" - use openssl && myconf="${myconf} --with-openssl" - - ./configure ${myconf} \ - --host=${CHOST} \ - --prefix=/usr/nagios \ - --with-nagios-user=nagios \ - --sysconfdir=/etc/nagios \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - make || die -} - -src_install() { - dodoc AUTHORS CODING COPYING ChangeLog FAQ INSTALL LEGALNEWS README REQUIREMENTS ROADMAP Requirements - make DESTDIR=${D} install || die -} -pkg_preinst() { - chown -R nagios:nagios ${D}/usr/nagios/libexec || die "Failed Chown of ${D}/usr/nagios/libexec" -} diff --git a/net-analyzer/nagios/files/digest-nagios-1.0-r1 b/net-analyzer/nagios/files/digest-nagios-1.0-r1 deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/net-analyzer/nagios/files/digest-nagios-1.0-r1 +++ /dev/null diff --git a/net-analyzer/nagios/nagios-1.0-r1.ebuild b/net-analyzer/nagios/nagios-1.0-r1.ebuild deleted file mode 100644 index eb9f548b0054..000000000000 --- a/net-analyzer/nagios/nagios-1.0-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/nagios-1.0-r1.ebuild,v 1.3 2003/08/05 17:55:03 vapier Exp $ - -DESCRIPTION="Nagios ${PV} - merge this to pull install all of the nagios packages" -HOMEPAGE="http://www.nagios.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~sparc ~ppc" - -RDEPEND=">=net-analyzer/nagios-core-1.0 - >=net-analyzer/nagios-plugins-1.3.0_beta2 - >=net-analyzer/nagios-nrpe-1.7 - >=net-analyzer/nagios-nsca-2.2 - >=net-analyzer/nagios-imagepack-1.0" - -pkg_postinst() { - einfo - einfo "Remember to edit the config files in /etc/nagios" - einfo "Also, if you want nagios to start at boot time" - einfo "remember to execute rc-update add nagios default" - einfo - einfo "To have nagios visable on the web, please do the following:" - einfo "1. Execute the command:" - einfo " \"ebuild /var/db/pkg/net-analyzer/nagios-core-${PV}-r1/nagios-core-${PV}-r1.ebuild config\"" - einfo " 2. Edit /etc/conf.d/apache and add \"-D NAGIOS\"" - einfo - einfo "That will make nagios's web front end visable via" - einfo "http://localhost/nagios/" - einfo - einfo "The Apache config file for nagios will be in" - einfo "/etc/apache/conf/addon-modules/ with the name of" - einfo "nagios.conf." - einfo "Also, if your kernel has /proc protection, nagios" - einfo "will not be happy as it relies on accessing the proc" - einfo "filesystem." - einfo -} |