summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9aade16)
raw | patch | inline | side by side (parent: 9aade16)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Tue, 21 Oct 2008 09:11:48 +0000 (09:11 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Tue, 21 Oct 2008 09:11:48 +0000 (09:11 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2060 f882894a-f735-0410-b71e-b25c423dba1c
NEWS | patch | blob | history | |
tools/tinderbox_build | patch | blob | history |
index 74a7830996047c3b2361e61e925461ea56be600d..d261aec922628cc04cb7ac35cb3e31306b000e29 100644 (file)
--- a/NEWS
+++ b/NEWS
1.4.14 ...
check_users thresholds were not working excatly as documented (>= rather than >)
+ Updated tinderbox_build script to point to new tinderbox server
1.4.13 25th Sept 2008
Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen)
diff --git a/tools/tinderbox_build b/tools/tinderbox_build
index 7222324a10986dd74cd31a354345b97aac73b599..c1d40c6927f7d959ec72e74b435fbebc49b7fac6 100755 (executable)
--- a/tools/tinderbox_build
+++ b/tools/tinderbox_build
# Set these to what makes sense for your system
# Set these proper values for your tinderbox server
-my $Tinderbox_server = 'tinderbox2@tinderbox.altinity.org';
+# Have the StrictHostKeyChecking=no so that a new host will automatically add hostkey without
+# prompting. If host key changes, then will get error, so this should still be secure
+my $Tinderbox_server = '-p 1022 -o StrictHostKeyChecking=no tinderbox2@tinderbox.opsera.com';
# These shouldn't really need to be changed
my $BuildTree = 'nagiosplug';