summaryrefslogtreecommitdiffstats
path: root/network/icinga2
diff options
context:
space:
mode:
Diffstat (limited to 'network/icinga2')
-rw-r--r--network/icinga2/README9
-rw-r--r--network/icinga2/icinga2.SlackBuild12
-rw-r--r--network/icinga2/icinga2.info8
-rw-r--r--network/icinga2/slack-desc2
4 files changed, 16 insertions, 15 deletions
diff --git a/network/icinga2/README b/network/icinga2/README
index 7725296835..68c9656f65 100644
--- a/network/icinga2/README
+++ b/network/icinga2/README
@@ -1,9 +1,10 @@
icinga2 (Network resource monitoring system)
-Icinga 2 is an open source monitoring system which checks the availability of
-your network resources, notifies users of outages, and generates performance
-data for reporting. Scalable and extensible, Icinga 2 can monitor large,
-complex environments across multiple locations.
+Icinga 2 is an open source monitoring system which checks the
+availability of your network resources, notifies users of outages, and
+generates performance data for reporting. Scalable and extensible,
+Icinga 2 can monitor large, complex environments across multiple
+locations.
MySQL presence on the build system will be auto detected, disable with:
diff --git a/network/icinga2/icinga2.SlackBuild b/network/icinga2/icinga2.SlackBuild
index 51921b78aa..60f0020967 100644
--- a/network/icinga2/icinga2.SlackBuild
+++ b/network/icinga2/icinga2.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for icinga2
-# Copyright 2015 Mario Preksavec, Zagreb, Croatia
+# Copyright 2015, 2022 Mario Preksavec, Zagreb, Croatia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,14 +25,14 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=icinga2
-VERSION=${VERSION:-2.4.0}
+VERSION=${VERSION:-2.13.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -50,8 +50,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@@ -161,7 +161,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a INSTALL.md $CWD/README.SLACKWARE $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS CHANGELOG.md CONTRIBUTING.md COPYING NEWS README.md RELEASE.md $CWD/README.SLACKWARE $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/network/icinga2/icinga2.info b/network/icinga2/icinga2.info
index cf3794b5fa..917fb00c12 100644
--- a/network/icinga2/icinga2.info
+++ b/network/icinga2/icinga2.info
@@ -1,8 +1,8 @@
PRGNAM="icinga2"
-VERSION="2.4.0"
-HOMEPAGE="https://www.icinga.org/"
-DOWNLOAD="https://github.com/Icinga/icinga2/archive/v2.4.0.tar.gz"
-MD5SUM="fba998d5da10f95c512ac3e41616c264"
+VERSION="2.13.3"
+HOMEPAGE="https://www.icinga.com/"
+DOWNLOAD="https://github.com/Icinga/icinga2/archive/v2.13.3/icinga2-2.13.3.tar.gz"
+MD5SUM="e39b6c9046947993bf6e215b8842f7e1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="yajl"
diff --git a/network/icinga2/slack-desc b/network/icinga2/slack-desc
index 1d78b8bc78..5bab099781 100644
--- a/network/icinga2/slack-desc
+++ b/network/icinga2/slack-desc
@@ -14,6 +14,6 @@ icinga2: and generates performance data for reporting.
icinga2: Scalable and extensible, Icinga 2 can monitor large, complex
icinga2: environments across multiple locations.
icinga2:
-icinga2: Homepage: http://www.icinga.org/
+icinga2: Homepage: https://www.icinga.com/
icinga2:
icinga2: