[Nagiosplug-checkins] SF.net SVN: nagiosplug:[2060] nagiosplug/trunk

tonvoon at users.sourceforge.net tonvoon at users.sourceforge.net
Tue Oct 21 11:11:48 CEST 2008


Revision: 2060
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2060&view=rev
Author:   tonvoon
Date:     2008-10-21 09:11:48 +0000 (Tue, 21 Oct 2008)

Log Message:
-----------
Updated tinderbox server

Modified Paths:
--------------
    nagiosplug/trunk/NEWS
    nagiosplug/trunk/tools/tinderbox_build

Modified: nagiosplug/trunk/NEWS
===================================================================
--- nagiosplug/trunk/NEWS	2008-10-05 15:28:18 UTC (rev 2059)
+++ nagiosplug/trunk/NEWS	2008-10-21 09:11:48 UTC (rev 2060)
@@ -2,6 +2,7 @@
 
 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)

Modified: nagiosplug/trunk/tools/tinderbox_build
===================================================================
--- nagiosplug/trunk/tools/tinderbox_build	2008-10-05 15:28:18 UTC (rev 2059)
+++ nagiosplug/trunk/tools/tinderbox_build	2008-10-21 09:11:48 UTC (rev 2060)
@@ -29,7 +29,9 @@
 # Set these to what makes sense for your system
 
 # Set these proper values for your tinderbox server
-my $Tinderbox_server = 'tinderbox2 at 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 at tinderbox.opsera.com';
 
 # These shouldn't really need to be changed
 my $BuildTree = 'nagiosplug';


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list