Module: check_mk
Branch: master
Commit: 642fcff113c5c19b5445baa6067c7a60cce981ea
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=642fcff113c5c1…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Sat Jan 15 16:51:08 2011 +0100
Switched version to 1.1.9i5
---
Makefile | 2 +-
agents/check_mk_agent.aix | 2 +-
agents/check_mk_agent.freebsd | 2 +-
agents/check_mk_agent.linux | 2 +-
agents/check_mk_agent.solaris | 2 +-
agents/windows/check_mk_agent.cc | 2 +-
agents/windows/check_mk_agent.exe | Bin 95232 -> 95232 bytes
agents/windows/crash.exe | Bin 20024 -> 20024 bytes
livestatus/configure.ac | 2 +-
scripts/install_nagios.sh | 2 +-
scripts/setup.sh | 2 +-
11 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/Makefile b/Makefile
index 99b28d5..d0c3458 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@
# Boston, MA 02110-1301 USA.
SHELL = /bin/bash
-VERSION = 1.1.9i4
+VERSION = 1.1.9i5
NAME = check_mk
RPM_TOPDIR = rpm.topdir
RPM_BUILDROOT = rpm.buildroot
diff --git a/agents/check_mk_agent.aix b/agents/check_mk_agent.aix
index 6b564c5..b4593aa 100755
--- a/agents/check_mk_agent.aix
+++ b/agents/check_mk_agent.aix
@@ -38,7 +38,7 @@ LOCALDIR=$MK_LIBDIR/local
echo '<<<check_mk>>>'
-echo Version: 1.1.9i4
+echo Version: 1.1.9i5
echo AgentOS: aix
echo '<<<df>>>'
diff --git a/agents/check_mk_agent.freebsd b/agents/check_mk_agent.freebsd
index 0e89b1d..1c0c1b4 100755
--- a/agents/check_mk_agent.freebsd
+++ b/agents/check_mk_agent.freebsd
@@ -66,7 +66,7 @@ else
fi
echo '<<<check_mk>>>'
-echo Version: 1.1.9i4
+echo Version: 1.1.9i5
echo AgentOS: freebsd
# Partitionen (-P verhindert Zeilenumbruch bei langen Mountpunkten)
diff --git a/agents/check_mk_agent.linux b/agents/check_mk_agent.linux
index c81cbe4..f68c734 100755
--- a/agents/check_mk_agent.linux
+++ b/agents/check_mk_agent.linux
@@ -53,7 +53,7 @@ else
fi
echo '<<<check_mk>>>'
-echo Version: 1.1.9i4
+echo Version: 1.1.9i5
echo AgentOS: linux
echo PluginsDirectory: $PLUGINSDIR
echo LocalDirectory: $LOCALDIR
diff --git a/agents/check_mk_agent.solaris b/agents/check_mk_agent.solaris
index c9d46ca..794f5a1 100755
--- a/agents/check_mk_agent.solaris
+++ b/agents/check_mk_agent.solaris
@@ -38,7 +38,7 @@ PLUGINSDIR=$MK_LIBDIR/plugins
LOCALDIR=$MK_LIBDIR/local
echo '<<<check_mk>>>'
-echo Version: 1.1.9i4
+echo Version: 1.1.9i5
echo AgentOS: solaris
echo '<<<df>>>'
diff --git a/agents/windows/check_mk_agent.cc b/agents/windows/check_mk_agent.cc
index 2189c8a..19876f8 100755
--- a/agents/windows/check_mk_agent.cc
+++ b/agents/windows/check_mk_agent.cc
@@ -61,7 +61,7 @@
#include <ctype.h> // isspace()
-#define CHECK_MK_VERSION "1.1.9i4"
+#define CHECK_MK_VERSION "1.1.9i5"
#define CHECK_MK_AGENT_PORT 6556
#define SERVICE_NAME "Check_MK_Agent"
#define KiloByte 1024
diff --git a/agents/windows/check_mk_agent.exe b/agents/windows/check_mk_agent.exe
index 326af5e..dd089f9 100755
Binary files a/agents/windows/check_mk_agent.exe and b/agents/windows/check_mk_agent.exe
differ
diff --git a/agents/windows/crash.exe b/agents/windows/crash.exe
index 90485e4..3ca411c 100755
Binary files a/agents/windows/crash.exe and b/agents/windows/crash.exe differ
diff --git a/livestatus/configure.ac b/livestatus/configure.ac
index 725bf98..fc1ed73 100644
--- a/livestatus/configure.ac
+++ b/livestatus/configure.ac
@@ -28,7 +28,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([MK Livestatus], [1.1.9i4], [mk(a)mathias-kettner.de])
+AC_INIT([MK Livestatus], [1.1.9i5], [mk(a)mathias-kettner.de])
AM_INIT_AUTOMAKE([-Wall foreign])
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADER([config.h])
diff --git a/scripts/install_nagios.sh b/scripts/install_nagios.sh
index a0d668d..ba12b63 100644
--- a/scripts/install_nagios.sh
+++ b/scripts/install_nagios.sh
@@ -57,7 +57,7 @@ set -e
NAGIOS_VERSION=3.2.3
PLUGINS_VERSION=1.4.15
RRDTOOL_VERSION=1.4.4
-CHECK_MK_VERSION=1.1.9i4
+CHECK_MK_VERSION=1.1.9i5
PNP_VERSION=0.6.6
NAGVIS_VERSION=1.5.6
diff --git a/scripts/setup.sh b/scripts/setup.sh
index b8dcf47..bb7fcc2 100755
--- a/scripts/setup.sh
+++ b/scripts/setup.sh
@@ -24,7 +24,7 @@
# Boston, MA 02110-1301 USA.
-VERSION=1.1.9i4
+VERSION=1.1.9i5
NAME=check_mk
LANG=
LC_ALL=