diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2008-10-21 09:11:48 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2008-10-21 09:11:48 +0000 |
commit | ab4deccff36c11614086dda8bbda57b5a9450edd (patch) | |
tree | 4bfd17d40edf99350f5e13fde8c60eb91936a4de | |
parent | 9aade169f059e375b01f0e5b6d3c904e5f5722b4 (diff) | |
download | monitoring-plugins-ab4deccff36c11614086dda8bbda57b5a9450edd.tar.gz |
Updated tinderbox server
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2060 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | tools/tinderbox_build | 4 |
2 files changed, 4 insertions, 1 deletions
@@ -2,6 +2,7 @@ This file documents the major additions and syntax changes between releases. | |||
2 | 2 | ||
3 | 1.4.14 ... | 3 | 1.4.14 ... |
4 | check_users thresholds were not working excatly as documented (>= rather than >) | 4 | check_users thresholds were not working excatly as documented (>= rather than >) |
5 | Updated tinderbox_build script to point to new tinderbox server | ||
5 | 6 | ||
6 | 1.4.13 25th Sept 2008 | 7 | 1.4.13 25th Sept 2008 |
7 | Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen) | 8 | Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen) |
diff --git a/tools/tinderbox_build b/tools/tinderbox_build index 7222324a..c1d40c69 100755 --- a/tools/tinderbox_build +++ b/tools/tinderbox_build | |||
@@ -29,7 +29,9 @@ my $ReportStatus = 0; # Do not send results to server | |||
29 | # Set these to what makes sense for your system | 29 | # Set these to what makes sense for your system |
30 | 30 | ||
31 | # Set these proper values for your tinderbox server | 31 | # Set these proper values for your tinderbox server |
32 | my $Tinderbox_server = 'tinderbox2@tinderbox.altinity.org'; | 32 | # Have the StrictHostKeyChecking=no so that a new host will automatically add hostkey without |
33 | # prompting. If host key changes, then will get error, so this should still be secure | ||
34 | my $Tinderbox_server = '-p 1022 -o StrictHostKeyChecking=no tinderbox2@tinderbox.opsera.com'; | ||
33 | 35 | ||
34 | # These shouldn't really need to be changed | 36 | # These shouldn't really need to be changed |
35 | my $BuildTree = 'nagiosplug'; | 37 | my $BuildTree = 'nagiosplug'; |