mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 08:42:17 -04:00
Updated tinderbox server
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2060 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
9aade169f0
commit
ab4deccff3
2 changed files with 4 additions and 1 deletions
1
NEWS
1
NEWS
|
|
@ -2,6 +2,7 @@ This file documents the major additions and syntax changes between releases.
|
|||
|
||||
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)
|
||||
|
|
|
|||
|
|
@ -29,7 +29,9 @@ my $ReportStatus = 0; # Do not send results to server
|
|||
# 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';
|
||||
|
|
|
|||
Loading…
Reference in a new issue