summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Mario Preksavec <mario@slackware.hr>2015-03-15 09:34:10 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-03-22 15:33:25 +0700
commit11e25191a55109dd07d75c72e77d4cad6b2489d4 (patch)
treebaae3251d21a3b3defce29ab00c8118f891edad8 /network
parent5e3fb752b09ff47fa60b66191b3155abedd2999c (diff)
downloadslackbuilds-11e25191a55109dd07d75c72e77d4cad6b2489d4.tar.gz
slackbuilds-11e25191a55109dd07d75c72e77d4cad6b2489d4.tar.xz
network/icinga2: Updated for version 2.3.2.
Diffstat (limited to 'network')
-rw-r--r--network/icinga2/icinga2.SlackBuild5
-rw-r--r--network/icinga2/icinga2.info6
2 files changed, 6 insertions, 5 deletions
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"