]> Pileus Git - ~andy/sunrise/commitdiff
net-analyzer/icinga: Version bump with elog change and var renaming
authorMatthew Thode (prometheanfire) <mthode@mthode.org>
Wed, 16 Feb 2011 15:55:34 +0000 (15:55 +0000)
committerMatthew Thode (prometheanfire) <mthode@mthode.org>
Wed, 16 Feb 2011 15:55:34 +0000 (15:55 +0000)
svn path=/sunrise/; revision=11769

net-analyzer/icinga/ChangeLog
net-analyzer/icinga/Manifest
net-analyzer/icinga/icinga-1.3.0.ebuild [new file with mode: 0644]

index 8eb3670653b4f9be9e6adf784a13a42562bc6aa6..3895bc4a6ada9da24d60ed1e4d982e488f560fc2 100644 (file)
@@ -1,7 +1,10 @@
 # ChangeLog for net-analyzer/icinga
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  16 Feb 2011; mthode <mthode@mthode.org> +icinga-1.3.0.ebuild:
+  Version bump with elog change and var renaming
+
   01 Nov 2010; mthode <mthode@mthode.org> icinga-1.2.1.ebuild:
   prometheanfire: removed trailing whitespace from line 7
 
index 63753e00254655979b5c33716a5348ddda3edb39..e5f9acc9afbde90619fda5b701c602f04d2be0d8 100644 (file)
@@ -5,6 +5,8 @@ AUX icinga-lighty.conf 465 RMD160 34de76ad07f95e2282ae3e192b35cd9310ef2b4e SHA1
 AUX ido2db-conf.d 35 RMD160 a2bb1738720a56285da529fb18eeb60739ac817b SHA1 57ba29aec3f80db9577da4aca34d228487dd12c1 SHA256 6cbdf0eb7070121bd466c221d73cf6ca05a4af5caa1d4abedf62828edd1b1372
 AUX ido2db-init.d 539 RMD160 e89e70f67d5accc7ae66b77d9bf61d2e1cc9d647 SHA1 17f9317bd21a5e5dfd41bbb19f50357b80ba9599 SHA256 e5b6a782475cbbde5b49720cdbcbf14958338baca510e78e508902360a479b72
 DIST icinga-1.2.1.tar.gz 8655343 RMD160 1da522144cb1f30ffa2b6f47f3d324d8c736b349 SHA1 730f12808f944bd635d93bb501c55b7360f2ae24 SHA256 88d452db569dc6e32d64571cb3178b79e2ad5378668e3035bf27943edd74650c
+DIST icinga-1.3.0.tar.gz 12084804 RMD160 2b685c2e5ba6273d917d5b4cb3e22350184b752c SHA1 e6cce4e6d4c86e056e5331900dae8898273dc7e1 SHA256 eec3b6ffcc7bdac7c84d08d6bc8d899ca3ccfd40f063f0fdc0fb5e386ee086f4
 EBUILD icinga-1.2.1.ebuild 5967 RMD160 fd83e47b1a6b6e4c86b55d3b70dad4ba810f5837 SHA1 1f60a55451fa1a1cbffca22857e1971e5c66c096 SHA256 d97715b332ca834ca583df8eb7f2bfe185e0fe8ac3303d0faabb4808e21ca624
-MISC ChangeLog 2356 RMD160 6e06fb8ea5cce3f79328a018b26510b81f039701 SHA1 16d1961353badcc3f8b05600bdf85d6a5445a1d3 SHA256 5c32dd1c34c9d973c25ef44fd3415523f701989acd12844d437274c7f887a8bd
+EBUILD icinga-1.3.0.ebuild 5879 RMD160 d3648743060412d57494d41c0e0bb1414c39ef4b SHA1 49f112a242a001514cafaeeb1f3373f6ede783dd SHA256 754eb0abe2af0f8276d19fc26df6ed35c06f175c426cf758d87c6c2f938ed098
+MISC ChangeLog 2470 RMD160 5e6a6bcc65a501091e53e021cfc5864a6658ff21 SHA1 c1108b41d0935bbe1be614497313ab2a762adb7f SHA256 2fe130e263b665bbc132cbce5a3282e0f10597f3f0bb3a970dfc8b623feaa49c
 MISC metadata.xml 617 RMD160 48225567d6faa1646f8600b2c2a924bfecb34bfe SHA1 1332e6a76891016de22c669c834ffbc47d0986a1 SHA256 c97b32c33007fddc24119f96f12df720da5232bb459e5f1c3970e658fd08089e
diff --git a/net-analyzer/icinga/icinga-1.3.0.ebuild b/net-analyzer/icinga/icinga-1.3.0.ebuild
new file mode 100644 (file)
index 0000000..549582a
--- /dev/null
@@ -0,0 +1,212 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+inherit depend.apache eutils toolchain-funcs multilib
+
+DESCRIPTION="Nagios Fork - Check daemon, CGIs, docs, IDOutils"
+HOMEPAGE="http://www.icinga.org/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+apache2 api debug +idoutils lighttpd +mysql perl plugins postgres ssl +vim-syntax +web"
+DEPEND="idoutils? ( dev-db/libdbi-drivers[mysql?,postgres?] )
+       perl? ( dev-lang/perl )
+       virtual/mailx
+       web? (
+               media-libs/gd[jpeg,png]
+               lighttpd? ( www-servers/lighttpd dev-lang/php[cgi] )
+               apache2? ( || ( dev-lang/php[apache2] dev-lang/php[cgi] ) )
+       )
+       !net-analyzer/nagios-core"
+RDEPEND="${DEPEND}
+       plugins? ( net-analyzer/nagios-plugins )"
+
+want_apache2
+
+pkg_setup() {
+       depend.apache_pkg_setup
+       enewgroup icinga
+       enewuser icinga -1 -1 /var/spool/icinga icinga
+       if use web ; then
+               elog "This does not include cgis that are perl-dependent"
+               elog "Currently traceroute.cgi is perl-dependent"
+               elog "Note that the user your webserver is running as needs"
+               elog "read-access to /etc/icinga."
+               elog
+               if use apache2 || use lighttpd ; then
+                       elog "There are several possible solutions to accomplish this,"
+                       elog "choose the one you are most comfortable with:"
+                       elog
+                       if use apache2 ; then
+                               elog "  usermod -G icinga apache"
+                               elog "or"
+                               elog "  chown icinga:apache /etc/icinga"
+                               elog
+                               elog "Also edit /etc/conf.d/apache2 and add \"-D ICINGA\""
+                       elif use lighttpd ; then
+                               elog "  usermod -G icinga lighttpd "
+                               elog "or"
+                               elog "  chown icinga:lighttpd /etc/icinga"
+                               elog "Also edit /etc/lighttpd/lighttpd.conf and add 'include \"lighttpd_icinga.conf\"'"
+                       fi
+                       elog
+                       elog "That will make icinga's web front end visable via"
+                       elog "http://localhost/icinga/"
+                       elog
+               else
+                       elog "IMPORTANT: Do not forget to add the user your webserver"
+                       elog "is running as to the icinga group!"
+               fi
+
+       else
+               ewarn "Please note that you have installed Icinga without web interface."
+               ewarn "Please don't file any bugs about having no web interface when you do this."
+               ewarn "Thank you!"
+       fi
+
+}
+
+src_prepare() {
+       if use api ; then
+               sed -i -e 's/\(USE_ICINGAAPI=\)no/\1yes/g' Makefile.in || die "sed failed in Makefile.in"
+       fi
+}
+
+src_configure() {
+       local myconf
+       local myconf2
+
+       myconf="$(use_enable perl embedded-perl)
+       $(use_with perl perlcache)
+       $(use_enable idoutils)
+       $(use_enable ssl)
+       $(use_enable debug DEBUG0)
+       $(use_enable debug DEBUG1)
+       $(use_enable debug DEBUG2)
+       $(use_enable debug DEBUG3)
+       $(use_enable debug DEBUG4)
+       $(use_enable debug DEBUG5)
+       --disable-statuswrl
+       --with-cgiurl=/cgi-bin"
+
+       myconf2="--bindir=/usr/sbin
+       --sbindir=/usr/$(get_libdir)/icinga/cgi-bin
+       --datarootdir=/usr/share/icinga/htdocs
+       --localstatedir=/var/icinga
+       --sysconfdir=/etc/icinga
+       --libexecdir=/usr/$(get_libdir)/icinga/plugins"
+
+       if use !apache2 && use !lighttpd ; then
+               myconf2+=" --with-command-group=icinga"
+       else
+               if use apache2 ; then
+                       myconf+=" --with-httpd-conf=/etc/apache2/conf.d"
+                       myconf2+=" --with-command-group=apache"
+               elif use lighttpd ; then
+                       myconf2+=" --with-command-group=lighttpd"
+               fi
+       fi
+
+       econf ${myconf} ${myconf2}
+       if use api ; then
+               cd module/icinga-api || die
+               econf ${myconf2}
+       fi
+}
+
+src_compile() {
+       tc-export CC
+
+       emake icinga || die "make failed"
+
+       if use web ; then
+               emake DESTDIR="${D}" cgis || die
+       fi
+
+       if use idoutils ; then
+               emake DESTDIR="${D}" idoutils || die
+       fi
+}
+
+src_install() {
+       dodoc Changelog README UPGRADING || die
+
+       if ! use web ; then
+               sed -i -e '/cd $(SRC_\(CGI\|HTM\))/d' Makefile || die
+       fi
+       sed -i -e 's/^contactgroups$//g' Makefile || die
+
+       emake DESTDIR="${D}" install{,-config,-commandmode} || die
+
+       if use idoutils ; then
+                emake DESTDIR="${D}" install-idoutils || die
+       fi
+       if use api ; then
+                emake DESTDIR="${D}" install-api || die
+       fi
+
+       newinitd "${FILESDIR}"/icinga-init.d icinga || die
+       newconfd "${FILESDIR}"/icinga-conf.d icinga || die
+       if use idoutils ; then
+               newinitd "${FILESDIR}"/ido2db-init.d ido2db || die
+               newconfd "${FILESDIR}"/ido2db-conf.d ido2db || die
+               insinto /usr/share/icinga/contrib/db
+               doins -r module/idoutils/db/* || die
+       fi
+       # Apache Module
+       if use web ; then
+               if use apache2 ; then
+                       insinto "${APACHE_MODULES_CONFDIR}"
+                       newins "${FILESDIR}"/icinga-apache.conf 99_icinga.conf || die
+               elif use lighttpd ; then
+                       insinto /etc/lighttpd
+                       newins "${FILESDIR}"/icinga-lighty.conf lighttpd_icinga.conf || die
+               else
+                       ewarn "${CATEGORY}/${PF} only supports Apache-2.x or Lighttpd webserver"
+                       ewarn "out-of-the-box. Since you are not using one of them, you"
+                       ewarn "have to configure your webserver accordingly yourself."
+               fi
+
+       fi
+
+       fowners -R icinga:icinga /etc/icinga /var/icinga || die "Failed chown of /etc/icinga"
+
+       fowners -R root:root /usr/$(get_libdir)/icinga
+       cd "${D}" || die
+       find usr/$(get_libdir)/icinga -type d -exec fperms 755 {} +
+       find usr/$(get_libdir)/icinga/cgi-bin -type f -exec fperms 755 {} +
+
+       keepdir /etc/icinga
+       keepdir /var/icinga
+       keepdir /var/icinga/archives
+       keepdir /var/icinga/rw
+       keepdir /var/icinga/spool/checkresults
+
+       if use apache2 ; then
+               webserver=apache
+       elif use lighttpd ; then
+               webserver=lighttpd
+       else
+               webserver=icinga
+       fi
+       fowners -R icinga:${webserver} /var/icinga/rw || die "Failed chown of /var/icinga/rw"
+
+       fperms 6755 /var/icinga/rw || die "Failed Chmod of ${D}/var/icinga/rw"
+       fperms 0750 /etc/icinga || die "Failed chmod of ${D}/etc/icinga"
+}
+
+pkg_postinst() {
+       elog "If you want icinga to start at boot time"
+       elog "remember to execute:"
+       elog "  rc-update add icinga default"
+       elog
+       elog "If your kernel has /proc protection, icinga"
+       elog "will not be happy as it relies on accessing the proc"
+       elog "filesystem. You can fix this by adding icinga into"
+       elog "the group wheel, but this is not recomended."
+}