diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-07-05 08:55:49 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-07-05 08:55:49 +0000 |
commit | 4240aba33f68bf8f9882023c952abf13b7a12f5b (patch) | |
tree | d7970144e234ce3c56400e001124b9096b702ac6 /tools/tinderbox_build | |
parent | a173b7e59da3b65fd2b8f4cfa6901d357e6d4d95 (diff) | |
download | monitoring-plugins-4240aba33f68bf8f9882023c952abf13b7a12f5b.tar.gz |
Add instructions for manually sending Tinderbox build logs
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1442 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'tools/tinderbox_build')
-rwxr-xr-x | tools/tinderbox_build | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/tinderbox_build b/tools/tinderbox_build index 0fdaf038..862f1c1d 100755 --- a/tools/tinderbox_build +++ b/tools/tinderbox_build @@ -175,7 +175,11 @@ sub BuildIt { if ($ReportStatus) { system( "ssh $Tinderbox_server tinderbox_receive < ${logfile}.last" ) } else { - print "Not sending logs to tinderbox",$/; + print <<"EOF" +Not sending logs to http://tinderbox.altinity.org +If you have SSH keys setup on the tinderbox server, you can manually send +with 'ssh $Tinderbox_server tinderbox_receive < ${logfile}.last' +EOF } unlink("$logfile"); |