[omd-commits] OMD Git: omd: Thruk: Update to 1.68
git version control
git at mathias-kettner.de
Tue Apr 9 23:16:32 CEST 2013
Module: omd
Branch: master
Commit: fbf43761a3f76314dc8411496c60e22457b003b8
URL: http://omdistro.org/projects/omd/repository/revisions/fbf43761a3f76314dc8411496c60e22457b003b8
Author: Sven Nierlein <Sven.Nierlein at consol.de>
Date: Tue Apr 9 23:15:47 2013 +0200
Commiter: Sven Nierlein <sven at consol.de>
Date: Tue Apr 9 23:16:20 2013 +0200
Thruk: Update to 1.68
---
Changelog | 2 +-
packages/thruk/Makefile | 2 +-
.../thruk/{Thruk-1.66.tar.gz => Thruk-1.68.tar.gz} | Bin 7337919 -> 7365428 bytes
t/20-package_thruk.t | 4 ++--
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Changelog b/Changelog
index 947812c..805e58b 100644
--- a/Changelog
+++ b/Changelog
@@ -2,7 +2,7 @@ This file documents the revision history for the Open Monitoring Distribution
0.58:
- Icinga: Update to 1.8.4
- - Thruk: Update to 1.66-2
+ - Thruk: Update to 1.68
- added cookie based login
- Apache: Enabling mod_status (if available) for 127.0.0.1 in own mode
- Check_MK/MK Livestatus:
diff --git a/packages/thruk/Makefile b/packages/thruk/Makefile
index bfdfadf..6b0683e 100644
--- a/packages/thruk/Makefile
+++ b/packages/thruk/Makefile
@@ -1,7 +1,7 @@
include ../../Makefile.omd
NAME = Thruk
-VERSION = 1.66
+VERSION = 1.68
DIR = $(NAME)-$(VERSION)
PERLARCH = $(shell $(PERL) -e 'use Config; print $$Config{archname}')
diff --git a/packages/thruk/Thruk-1.66.tar.gz b/packages/thruk/Thruk-1.68.tar.gz
similarity index 50%
rename from packages/thruk/Thruk-1.66.tar.gz
rename to packages/thruk/Thruk-1.68.tar.gz
index 7e8e930..d6a7001 100644
Binary files a/packages/thruk/Thruk-1.66.tar.gz and b/packages/thruk/Thruk-1.68.tar.gz differ
diff --git a/t/20-package_thruk.t b/t/20-package_thruk.t
index f70a1bc..6a69705 100644
--- a/t/20-package_thruk.t
+++ b/t/20-package_thruk.t
@@ -167,8 +167,8 @@ my $urls = [
{ url => '/thruk/cgi-bin/reports2.cgi?action=remove&report=9999', like => '/report removed/' },
# recurring downtimes
- { url => '/thruk/cgi-bin/extinfo.cgi?type=6&recurring=save&old_host=&host='.$host.'&comment=automatic+downtime&send_type_1=month&send_day_1=1&week_day_1=&send_hour_1=0&send_minute_1=0&duration=120&childoptions=0', like => '/recurring downtime saved/' },
- { url => '/thruk/cgi-bin/extinfo.cgi?type=6&recurring=remove&host='.$host, like => '/recurring downtime removed/' },
+ { url => '/thruk/cgi-bin/extinfo.cgi?type=6&recurring=save&old_host=&host='.$host.'&comment=automatic+downtime&send_type_1=month&send_day_1=1&week_day_1=&send_hour_1=0&send_minute_1=0&duration=120&childoptions=0&nr=999', like => '/recurring downtime saved/' },
+ { url => '/thruk/cgi-bin/extinfo.cgi?type=6&recurring=remove&nr=999&host='.$host, like => '/recurring downtime removed/' },
];
# complete the url
More information about the omd-commits
mailing list