From 11e25191a55109dd07d75c72e77d4cad6b2489d4 Mon Sep 17 00:00:00 2001 From: Mario Preksavec Date: Sun, 15 Mar 2015 09:34:10 +0100 Subject: network/icinga2: Updated for version 2.3.2. --- network/icinga2/icinga2.SlackBuild | 5 +++-- network/icinga2/icinga2.info | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'network/icinga2') diff --git a/network/icinga2/icinga2.SlackBuild b/network/icinga2/icinga2.SlackBuild index 78eddf8438..2b071e5753 100644 --- a/network/icinga2/icinga2.SlackBuild +++ b/network/icinga2/icinga2.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=icinga2 -VERSION=${VERSION:-2.2.4} +VERSION=${VERSION:-2.3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -119,9 +119,10 @@ cd .. # Where precision tools fail, the hammer succeeds mv $PKG/usr/share/man $PKG/usr/man -# Match config with monitoring-plugins and manubulon-snmp-plugins packages +# Match config with monitoring-plugins, manubulon-snmp-plugins & nagios-plugins packages sed -i -e 's#^\(const ManubulonPluginDir =\).*#\1 "/usr/libexec/manubulon-snmp-plugins"#' \ -e 's#^\(const PluginDir =\).*#\1 "/usr/libexec/monitoring-plugins"#' \ + -e 's#^\(const PluginContribDir =\).*#\1 "/usr/libexec/nagios"#' \ $PKG/etc/$PRGNAM/constants.conf # Convert SYSV init script to BSD style diff --git a/network/icinga2/icinga2.info b/network/icinga2/icinga2.info index 79f00549a1..a3b3ed558f 100644 --- a/network/icinga2/icinga2.info +++ b/network/icinga2/icinga2.info @@ -1,8 +1,8 @@ PRGNAM="icinga2" -VERSION="2.2.4" +VERSION="2.3.2" HOMEPAGE="https://www.icinga.org/" -DOWNLOAD="https://github.com/Icinga/icinga2/archive/v2.2.4.tar.gz" -MD5SUM="e33deb491d1c3d67af17f70cfcbb00b4" +DOWNLOAD="https://github.com/Icinga/icinga2/archive/v2.3.2.tar.gz" +MD5SUM="d7aba00d63ba5854390d6ae05960c83e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="yajl" -- cgit v1.2.3