From 00c1661bcb2f11ad706d83bc9c9d131519d015d0 Mon Sep 17 00:00:00 2001
From: Owain Jones <owanes@noc.ac.uk>
Date: Tue, 8 Mar 2016 14:46:21 +0000
Subject: [PATCH] added mongodb stuff. added to nginx config the ability to
 fall back to PHP-FPM if (when) HHVM crashes, but this is commented out for
 now.

---
 deploy.sh          |   1 +
 gliders.nginx.conf |  10 +
 hhvm.service       |   1 +
 install.sh         |  26 +-
 nohup.out          | 729 +++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 759 insertions(+), 8 deletions(-)
 create mode 100644 nohup.out

diff --git a/deploy.sh b/deploy.sh
index 8be1f1a..568986b 100644
--- a/deploy.sh
+++ b/deploy.sh
@@ -57,6 +57,7 @@ if [ -f /usr/bin/pypy ]; then
     pypy -m pip install lxml==3.4.4
     pypy -m pip install sqlalchemy
     pypy -m pip install elasticsearch
+    pypy -m pip install pymongo
     pypy setup.py install
     source /home/gliders/pythonenv/bin/activate
 fi
diff --git a/gliders.nginx.conf b/gliders.nginx.conf
index 2664bf9..0e6d8ee 100644
--- a/gliders.nginx.conf
+++ b/gliders.nginx.conf
@@ -83,9 +83,19 @@ server {
     # pass the PHP scripts to FastCGI server from upstream phpfcgi
     location ~ ^/(app|app_dev|config)\.php(/|$) {
         fastcgi_pass hhvmfcgi;
+        fastcgi_intercept_errors on;
+        # error_page 502 = @fallback;
         include fastcgi_params;
         fastcgi_split_path_info ^(.+\.php)(/.*)$;
         fastcgi_param  SCRIPT_FILENAME $symfonyroot/web$fastcgi_script_name;
         fastcgi_param  HTTPS off;
     }
+
+    location @fallback {
+        fastcgi_pass phpfcgi;
+        include fastcgi_params;
+        fastcgi_split_path_info ^(.+\.php)(/.*)$;
+        fastcgi_param SCRIPT_FILENAME $symfonyroot/web$fastcgi_script_name;
+        fastcgi_param HTTPS off;
+    }
 }
diff --git a/hhvm.service b/hhvm.service
index 8b295cc..95f1220 100644
--- a/hhvm.service
+++ b/hhvm.service
@@ -5,6 +5,7 @@ Description=HHVM HipHop Virtual Machine (FCGI)
 ExecStartPre=/bin/mkdir -p /var/run/hhvm
 ExecStartPre=/bin/chown -R gliders:nginx /var/run/hhvm
 ExecStart=/usr/local/bin/hhvm --user gliders --mode daemon -d hhvm.server.type=fastcgi -d hhvm.server.file_socket=/var/run/hhvm/sock -d hhvm.admin_server.port=9001 -d hhvm.admin_server.password=gliders9876
+#ExecStartPost=/usr/bin/python /home/gliders/code/gliders-tools/bin/warmup.py
 Restart=on-failure
 
 [Install]
diff --git a/install.sh b/install.sh
index def7ca2..11b7487 100644
--- a/install.sh
+++ b/install.sh
@@ -25,7 +25,7 @@ yum install -y inotify-tools incron
 yum groupinstall -y "Development Tools"
 
 # Install python libraries
-yum install -y python-inotify numpy python-matplotlib python-virtualenv python-pip python-pandas libffi-devel pypy pypy-devel
+yum install -y python-inotify numpy python-matplotlib python-virtualenv python-pip python-pandas libffi-devel pypy pypy-devel python-daemon
 pip install css-html-js-minify
 pip install bcrypt
 
@@ -45,12 +45,16 @@ systemctl enable mariadb
 
 # Install ElasticSearch
 # (Used for full-text searching of glider log files)
-yum install -y java-1.8.0-openjdk
-rpm --import https://packages.elastic.co/GPG-KEY-elasticsearch
-cp elasticsearch.repo /etc/yum/repos.d/
-yum check-update -y 
-yum install -y elasticsearch
-systemctl enable elasticsearch
+# yum install -y java-1.8.0-openjdk
+# rpm --import https://packages.elastic.co/GPG-KEY-elasticsearch
+# cp elasticsearch.repo /etc/yum/repos.d/
+# yum check-update -y 
+# yum install -y elasticsearch
+# systemctl enable elasticsearch
+
+# Install MongoDB
+yum install -y mongodb python-pymongo php-pecl-mongo
+systemctl enable mongod
 
 # Install SQLAlchemy
 yum install -y MySQL-python python-sqlalchemy
@@ -132,6 +136,12 @@ loginctl enable-linger gliders
 cp security-limits.d-10-files.conf /etc/security/limits.d/10-files.conf
 cp sysctl.d-0-filelimits.conf /etc/sysctl.d/0-filelimits.conf
 
+# Add dev.gliders.localhost and gliders.localhost entries
+# This allows us to access the gliders website from nginx on this
+# machine.
+echo '127.0.0.1 dev.gliders.localhost gliders.localhost' >> /etc/hosts
+echo '::1 dev.gliders.localhost gliders.localhost' >> /etc/hosts
+
 # (optional) Compile HHVM -- this will take ages!
 # yum install cpp gcc-c++ cmake git psmisc {binutils,boost,jemalloc}-devel \
 # {ImageMagick,sqlite,tbb,bzip2,openldap,readline,elfutils-libelf,gmp,lz4,pcre}-devel \
@@ -146,4 +156,4 @@ cp sysctl.d-0-filelimits.conf /etc/sysctl.d/0-filelimits.conf
 # make install
 # cd -
 # cp hhvm.service /etc/systemd/system/
-# systemctl enable hhvm
\ No newline at end of file
+# systemctl enable hhvm
diff --git a/nohup.out b/nohup.out
new file mode 100644
index 0000000..820e58e
--- /dev/null
+++ b/nohup.out
@@ -0,0 +1,729 @@
+2016-03-04 09:34:50 URL:http://dev.gliders.localhost/ [58318] -> "dev.gliders.localhost/index.html" [1]
+http://dev.gliders.localhost/robots.txt:
+2016-03-04 09:34:52 ERROR 404: Not Found.
+2016-03-04 09:34:52 URL:http://dev.gliders.localhost/sitemap/Browse [37589] -> "dev.gliders.localhost/sitemap/Browse" [1]
+2016-03-04 09:34:52 URL:http://dev.gliders.localhost/missions [71147] -> "dev.gliders.localhost/missions" [1]
+2016-03-04 09:34:53 URL:http://dev.gliders.localhost/projects [47317] -> "dev.gliders.localhost/projects" [1]
+2016-03-04 09:34:53 URL:http://dev.gliders.localhost/vehicles [116656] -> "dev.gliders.localhost/vehicles" [1]
+2016-03-04 09:35:12 URL:http://dev.gliders.localhost/users [64432] -> "dev.gliders.localhost/users" [1]
+2016-03-04 09:35:12 URL:http://dev.gliders.localhost/sitemap/Help [36300] -> "dev.gliders.localhost/sitemap/Help" [1]
+2016-03-04 09:35:13 URL:http://dev.gliders.localhost/help/contact [37245] -> "dev.gliders.localhost/help/contact" [1]
+2016-03-04 09:35:13 URL:http://dev.gliders.localhost/help/about [35385] -> "dev.gliders.localhost/help/about" [1]
+2016-03-04 09:35:13 URL:http://dev.gliders.localhost/auth/login [38481] -> "dev.gliders.localhost/auth/login" [1]
+2016-03-04 09:35:15 URL:http://dev.gliders.localhost/auth/register [38029] -> "dev.gliders.localhost/auth/register" [1]
+2016-03-04 09:35:17 URL:http://dev.gliders.localhost/ [56402] -> "dev.gliders.localhost/index.html?hide_welcome=1" [1]
+2016-03-04 09:35:18 URL:http://dev.gliders.localhost/missions/Test%20Active%20Mission [39843] -> "dev.gliders.localhost/missions/Test Active Mission" [1]
+2016-03-04 09:35:18 URL:http://dev.gliders.localhost/missions/Rothera [43054] -> "dev.gliders.localhost/missions/Rothera" [1]
+2016-03-04 09:35:18 URL:http://dev.gliders.localhost/projects/BAS [39345] -> "dev.gliders.localhost/projects/BAS" [1]
+2016-03-04 09:35:19 URL:http://dev.gliders.localhost/missions/DY067 [42587] -> "dev.gliders.localhost/missions/DY067" [1]
+2016-03-04 09:35:19 URL:http://dev.gliders.localhost/projects/Autosub%20Trials [39018] -> "dev.gliders.localhost/projects/Autosub Trials" [1]
+2016-03-04 09:35:19 URL:http://dev.gliders.localhost/missions/DY034 [41048] -> "dev.gliders.localhost/missions/DY034" [1]
+2016-03-04 09:35:19 URL:http://dev.gliders.localhost/projects/MASSMO [40155] -> "dev.gliders.localhost/projects/MASSMO" [1]
+2016-03-04 09:35:20 URL:http://dev.gliders.localhost/missions/DY033 [45295] -> "dev.gliders.localhost/missions/DY033" [1]
+2016-03-04 09:35:20 URL:http://dev.gliders.localhost/projects/SSB [40171] -> "dev.gliders.localhost/projects/SSB" [1]
+2016-03-04 09:35:20 URL:http://dev.gliders.localhost/missions/DY030 [44047] -> "dev.gliders.localhost/missions/DY030" [1]
+2016-03-04 09:35:21 URL:http://dev.gliders.localhost/missions/DY029 [51078] -> "dev.gliders.localhost/missions/DY029" [1]
+2016-03-04 09:35:21 URL:http://dev.gliders.localhost/missions/DY021 [40804] -> "dev.gliders.localhost/missions/DY021" [1]
+2016-03-04 09:35:22 URL:http://dev.gliders.localhost/missions/DY018 [46112] -> "dev.gliders.localhost/missions/DY018" [1]
+2016-03-04 09:35:22 URL:http://dev.gliders.localhost/missions/MASSMO%202B [39660] -> "dev.gliders.localhost/missions/MASSMO 2B" [1]
+2016-03-04 09:35:22 URL:http://dev.gliders.localhost/missions/MASSMO%202A [39736] -> "dev.gliders.localhost/missions/MASSMO 2A" [1]
+2016-03-04 09:35:22 URL:http://dev.gliders.localhost/missions/Oban%20Trials [39677] -> "dev.gliders.localhost/missions/Oban Trials" [1]
+2016-03-04 09:35:22 URL:http://dev.gliders.localhost/missions/MASSMO%20Phase%202 [39780] -> "dev.gliders.localhost/missions/MASSMO Phase 2" [1]
+2016-03-04 09:35:23 URL:http://dev.gliders.localhost/missions/MASSMO%20Phase%201 [39897] -> "dev.gliders.localhost/missions/MASSMO Phase 1" [1]
+2016-03-04 09:35:23 URL:http://dev.gliders.localhost/projects/SAMS [38183] -> "dev.gliders.localhost/projects/SAMS" [1]
+2016-03-04 09:35:23 URL:http://dev.gliders.localhost/projects/AAOSN [38188] -> "dev.gliders.localhost/projects/AAOSN" [1]
+2016-03-04 09:35:23 URL:http://dev.gliders.localhost/vehicles/26821 [37926] -> "dev.gliders.localhost/vehicles/26821" [1]
+2016-03-04 09:35:24 URL:http://dev.gliders.localhost/vehicles/300434060967820 [37976] -> "dev.gliders.localhost/vehicles/300434060967820" [1]
+2016-03-04 09:35:24 URL:http://dev.gliders.localhost/vehicles/Bellatrix [38118] -> "dev.gliders.localhost/vehicles/Bellatrix" [1]
+2016-03-04 09:35:24 URL:http://dev.gliders.localhost/vehicles/Bowmore [38113] -> "dev.gliders.localhost/vehicles/Bowmore" [1]
+2016-03-04 09:35:24 URL:http://dev.gliders.localhost/vehicles/Canopus [39466] -> "dev.gliders.localhost/vehicles/Canopus" [1]
+2016-03-04 09:35:24 URL:http://dev.gliders.localhost/vehicles/Denebola [40150] -> "dev.gliders.localhost/vehicles/Denebola" [1]
+2016-03-04 09:35:25 URL:http://dev.gliders.localhost/vehicles/Eltanin [38112] -> "dev.gliders.localhost/vehicles/Eltanin" [1]
+2016-03-04 09:35:25 URL:http://dev.gliders.localhost/vehicles/Fomalhaut [38118] -> "dev.gliders.localhost/vehicles/Fomalhaut" [1]
+2016-03-04 09:35:25 URL:http://dev.gliders.localhost/vehicles/Jura [38104] -> "dev.gliders.localhost/vehicles/Jura" [1]
+2016-03-04 09:35:25 URL:http://dev.gliders.localhost/vehicles/Knockando [38119] -> "dev.gliders.localhost/vehicles/Knockando" [1]
+2016-03-04 09:35:25 URL:http://dev.gliders.localhost/vehicles/Laphroaigh [38122] -> "dev.gliders.localhost/vehicles/Laphroaigh" [1]
+2016-03-04 09:35:26 URL:http://dev.gliders.localhost/vehicles/Scapa [38107] -> "dev.gliders.localhost/vehicles/Scapa" [1]
+2016-03-04 09:35:26 URL:http://dev.gliders.localhost/vehicles/sg531 [37875] -> "dev.gliders.localhost/vehicles/sg531" [1]
+2016-03-04 09:35:26 URL:http://dev.gliders.localhost/vehicles/sg566 [37876] -> "dev.gliders.localhost/vehicles/sg566" [1]
+2016-03-04 09:35:26 URL:http://dev.gliders.localhost/vehicles/amazon [37873] -> "dev.gliders.localhost/vehicles/amazon" [1]
+2016-03-04 09:35:27 URL:http://dev.gliders.localhost/vehicles/Ammonite [38795] -> "dev.gliders.localhost/vehicles/Ammonite" [1]
+2016-03-04 09:35:27 URL:http://dev.gliders.localhost/vehicles/BAS_OMG [39039] -> "dev.gliders.localhost/vehicles/BAS_OMG" [1]
+2016-03-04 09:35:27 URL:http://dev.gliders.localhost/vehicles/Bellamite [38793] -> "dev.gliders.localhost/vehicles/Bellamite" [1]
+2016-03-04 09:35:27 URL:http://dev.gliders.localhost/vehicles/Boondoggle [38799] -> "dev.gliders.localhost/vehicles/Boondoggle" [1]
+2016-03-04 09:35:27 URL:http://dev.gliders.localhost/vehicles/Cabot [38778] -> "dev.gliders.localhost/vehicles/Cabot" [1]
+2016-03-04 09:35:28 URL:http://dev.gliders.localhost/vehicles/Churchill [38116] -> "dev.gliders.localhost/vehicles/Churchill" [1]
+2016-03-04 09:35:28 URL:http://dev.gliders.localhost/vehicles/Cook [38101] -> "dev.gliders.localhost/vehicles/Cook" [1]
+2016-03-04 09:35:28 URL:http://dev.gliders.localhost/vehicles/Dolomite [38113] -> "dev.gliders.localhost/vehicles/Dolomite" [1]
+2016-03-04 09:35:28 URL:http://dev.gliders.localhost/vehicles/Doombar [38110] -> "dev.gliders.localhost/vehicles/Doombar" [1]
+2016-03-04 09:35:29 URL:http://dev.gliders.localhost/vehicles/Drake [38778] -> "dev.gliders.localhost/vehicles/Drake" [1]
+2016-03-04 09:35:29 URL:http://dev.gliders.localhost/vehicles/Fortyniner [40161] -> "dev.gliders.localhost/vehicles/Fortyniner" [1]
+2016-03-04 09:35:29 URL:http://dev.gliders.localhost/vehicles/Frazil [38107] -> "dev.gliders.localhost/vehicles/Frazil" [1]
+2016-03-04 09:35:29 URL:http://dev.gliders.localhost/vehicles/Grease [38107] -> "dev.gliders.localhost/vehicles/Grease" [1]
+2016-03-04 09:35:30 URL:http://dev.gliders.localhost/vehicles/Growler [38786] -> "dev.gliders.localhost/vehicles/Growler" [1]
+2016-03-04 09:35:30 URL:http://dev.gliders.localhost/vehicles/HSB [38098] -> "dev.gliders.localhost/vehicles/HSB" [1]
+2016-03-04 09:35:30 URL:http://dev.gliders.localhost/vehicles/Nelson [38782] -> "dev.gliders.localhost/vehicles/Nelson" [1]
+2016-03-04 09:35:30 URL:http://dev.gliders.localhost/vehicles/OMG-1 [38104] -> "dev.gliders.localhost/vehicles/OMG-1" [1]
+2016-03-04 09:35:30 URL:http://dev.gliders.localhost/vehicles/OMG-2 [39455] -> "dev.gliders.localhost/vehicles/OMG-2" [1]
+2016-03-04 09:35:31 URL:http://dev.gliders.localhost/vehicles/OMG-3 [40133] -> "dev.gliders.localhost/vehicles/OMG-3" [1]
+2016-03-04 09:35:31 URL:http://dev.gliders.localhost/vehicles/OMG-4 [38104] -> "dev.gliders.localhost/vehicles/OMG-4" [1]
+2016-03-04 09:35:31 URL:http://dev.gliders.localhost/vehicles/Pancake [38110] -> "dev.gliders.localhost/vehicles/Pancake" [1]
+2016-03-04 09:35:31 URL:http://dev.gliders.localhost/vehicles/Raleigh [38786] -> "dev.gliders.localhost/vehicles/Raleigh" [1]
+2016-03-04 09:35:31 URL:http://dev.gliders.localhost/vehicles/Stella [38792] -> "dev.gliders.localhost/vehicles/Stella" [1]
+2016-03-04 09:35:32 URL:http://dev.gliders.localhost/vehicles/unit_544 [38113] -> "dev.gliders.localhost/vehicles/unit_544" [1]
+2016-03-04 09:35:32 URL:http://dev.gliders.localhost/vehicles/unit_545 [38113] -> "dev.gliders.localhost/vehicles/unit_545" [1]
+2016-03-04 09:35:32 URL:http://dev.gliders.localhost/vehicles/Zephyr [38782] -> "dev.gliders.localhost/vehicles/Zephyr" [1]
+2016-03-04 09:35:32 URL:http://dev.gliders.localhost/vehicles/Lyra [38104] -> "dev.gliders.localhost/vehicles/Lyra" [1]
+2016-03-04 09:35:33 URL:http://dev.gliders.localhost/vehicles/Nocl [38103] -> "dev.gliders.localhost/vehicles/Nocl" [1]
+2016-03-04 09:35:33 URL:http://dev.gliders.localhost/vehicles/Waimea [38116] -> "dev.gliders.localhost/vehicles/Waimea" [1]
+2016-03-04 09:35:33 URL:http://dev.gliders.localhost/vehicles/Gordon [38103] -> "dev.gliders.localhost/vehicles/Gordon" [1]
+2016-03-04 09:35:33 URL:http://dev.gliders.localhost/vehicles/Thomas [38104] -> "dev.gliders.localhost/vehicles/Thomas" [1]
+2016-03-04 09:35:34 URL:http://dev.gliders.localhost/vehicles/ALR-1 [38771] -> "dev.gliders.localhost/vehicles/ALR-1" [1]
+2016-03-04 09:35:34 URL:http://dev.gliders.localhost/vehicles/ALR-2 [37876] -> "dev.gliders.localhost/vehicles/ALR-2" [1]
+2016-03-04 09:35:34 URL:http://dev.gliders.localhost/vehicles/ALR-3 [37876] -> "dev.gliders.localhost/vehicles/ALR-3" [1]
+2016-03-04 09:35:34 URL:http://dev.gliders.localhost/vehicles/AutoSub%203 [37890] -> "dev.gliders.localhost/vehicles/AutoSub 3" [1]
+2016-03-04 09:35:34 URL:http://dev.gliders.localhost/vehicles/AutoSub%206000 [37905] -> "dev.gliders.localhost/vehicles/AutoSub 6000" [1]
+2016-03-04 09:35:35 URL:http://dev.gliders.localhost/vehicles/RRS%20Discovery [38585] -> "dev.gliders.localhost/vehicles/RRS Discovery" [1]
+2016-03-04 09:35:35 URL:http://dev.gliders.localhost/vehicles/RRS%20James%20Cook [37912] -> "dev.gliders.localhost/vehicles/RRS James Cook" [1]
+2016-03-04 09:35:35 URL:http://dev.gliders.localhost/users/owain [36784] -> "dev.gliders.localhost/users/owain" [1]
+2016-03-04 09:35:35 URL:http://dev.gliders.localhost/users/allore [36880] -> "dev.gliders.localhost/users/allore" [1]
+2016-03-04 09:35:36 URL:http://dev.gliders.localhost/missions/Test%20Active%20Mission/vehicles/TestVessel [39560] -> "dev.gliders.localhost/missions/Test Active Mission/vehicles/TestVessel" [1]
+2016-03-04 09:35:37 URL:http://dev.gliders.localhost/missions/Rothera/vehicles/Coprolite [55621] -> "dev.gliders.localhost/missions/Rothera/vehicles/Coprolite" [1]
+2016-03-04 09:35:37 URL:http://dev.gliders.localhost/missions/Rothera/vehicles/BAS_OMG [56134] -> "dev.gliders.localhost/missions/Rothera/vehicles/BAS_OMG" [1]
+2016-03-04 09:35:38 URL:http://dev.gliders.localhost/missions/DY067/vehicles/RRS%20Discovery [40253] -> "dev.gliders.localhost/missions/DY067/vehicles/RRS Discovery" [1]
+2016-03-04 09:35:38 URL:http://dev.gliders.localhost/missions/DY067/vehicles/ALR-1 [39864] -> "dev.gliders.localhost/missions/DY067/vehicles/ALR-1" [1]
+2016-03-04 09:35:38 URL:http://dev.gliders.localhost/missions/DY034/vehicles/Fortyniner [56291] -> "dev.gliders.localhost/missions/DY034/vehicles/Fortyniner" [1]
+2016-03-04 09:35:39 URL:http://dev.gliders.localhost/missions/DY033/vehicles/OMG-2 [70472] -> "dev.gliders.localhost/missions/DY033/vehicles/OMG-2" [1]
+2016-03-04 09:35:39 URL:http://dev.gliders.localhost/missions/DY033/vehicles/OMG-3 [54277] -> "dev.gliders.localhost/missions/DY033/vehicles/OMG-3" [1]
+2016-03-04 09:35:39 URL:http://dev.gliders.localhost/missions/DY033/vehicles/Denebola [77891] -> "dev.gliders.localhost/missions/DY033/vehicles/Denebola" [1]
+2016-03-04 09:35:40 URL:http://dev.gliders.localhost/missions/DY033/vehicles/Canopus [77828] -> "dev.gliders.localhost/missions/DY033/vehicles/Canopus" [1]
+2016-03-04 09:35:40 URL:http://dev.gliders.localhost/missions/DY030/vehicles/Raleigh [84999] -> "dev.gliders.localhost/missions/DY030/vehicles/Raleigh" [1]
+2016-03-04 09:35:40 URL:http://dev.gliders.localhost/missions/DY030/vehicles/Zephyr [66456] -> "dev.gliders.localhost/missions/DY030/vehicles/Zephyr" [1]
+2016-03-04 09:35:41 URL:http://dev.gliders.localhost/missions/DY030/vehicles/Growler [81426] -> "dev.gliders.localhost/missions/DY030/vehicles/Growler" [1]
+2016-03-04 09:35:41 URL:http://dev.gliders.localhost/missions/DY029/vehicles/Boondoggle [85211] -> "dev.gliders.localhost/missions/DY029/vehicles/Boondoggle" [1]
+2016-03-04 09:35:41 URL:http://dev.gliders.localhost/missions/DY029/vehicles/Nelson [81371] -> "dev.gliders.localhost/missions/DY029/vehicles/Nelson" [1]
+2016-03-04 09:35:42 URL:http://dev.gliders.localhost/missions/DY029/vehicles/Drake [81297] -> "dev.gliders.localhost/missions/DY029/vehicles/Drake" [1]
+2016-03-04 09:35:42 URL:http://dev.gliders.localhost/missions/DY029/vehicles/Canopus [77828] -> "dev.gliders.localhost/missions/DY029/vehicles/Canopus" [1]
+2016-03-04 09:35:43 URL:http://dev.gliders.localhost/missions/DY029/vehicles/OMG-2 [54291] -> "dev.gliders.localhost/missions/DY029/vehicles/OMG-2" [1]
+2016-03-04 09:35:45 URL:http://dev.gliders.localhost/missions/DY029/vehicles/OMG-3 [54289] -> "dev.gliders.localhost/missions/DY029/vehicles/OMG-3" [1]
+2016-03-04 09:35:45 URL:http://dev.gliders.localhost/missions/DY029/vehicles/Denebola [77891] -> "dev.gliders.localhost/missions/DY029/vehicles/Denebola" [1]
+2016-03-04 09:35:45 URL:http://dev.gliders.localhost/missions/DY029/vehicles/Fortyniner [84989] -> "dev.gliders.localhost/missions/DY029/vehicles/Fortyniner" [1]
+2016-03-04 09:35:46 URL:http://dev.gliders.localhost/missions/DY021/vehicles/Fortyniner [68729] -> "dev.gliders.localhost/missions/DY021/vehicles/Fortyniner" [1]
+2016-03-04 09:35:46 URL:http://dev.gliders.localhost/missions/DY018/vehicles/Bellamite [79608] -> "dev.gliders.localhost/missions/DY018/vehicles/Bellamite" [1]
+2016-03-04 09:35:46 URL:http://dev.gliders.localhost/missions/DY018/vehicles/Cabot [95790] -> "dev.gliders.localhost/missions/DY018/vehicles/Cabot" [1]
+2016-03-04 09:35:47 URL:http://dev.gliders.localhost/missions/DY018/vehicles/Denebola [39847] -> "dev.gliders.localhost/missions/DY018/vehicles/Denebola" [1]
+2016-03-04 09:35:47 URL:http://dev.gliders.localhost/missions/DY018/vehicles/Ammonite [72168] -> "dev.gliders.localhost/missions/DY018/vehicles/Ammonite" [1]
+2016-03-04 09:35:47 URL:http://dev.gliders.localhost/missions/DY018/vehicles/OMG-3 [50459] -> "dev.gliders.localhost/missions/DY018/vehicles/OMG-3" [1]
+2016-03-04 09:35:47 URL:http://dev.gliders.localhost/auth/login [38481] -> "dev.gliders.localhost/missions/Simulation/vehicles/Stella" [1]
+Found no broken links.
+
+FINISHED --2016-03-04 09:35:47--
+Total wall clock time: 58s
+Downloaded: 115 files, 5.2M in 0.009s (546 MB/s)
+2016-03-04 09:35:48 URL:http://dev.gliders.localhost/ [58318] -> "dev.gliders.localhost/index.html" [1]
+http://dev.gliders.localhost/robots.txt:
+2016-03-04 09:35:49 ERROR 404: Not Found.
+2016-03-04 09:35:49 URL:http://dev.gliders.localhost/sitemap/Browse [37589] -> "dev.gliders.localhost/sitemap/Browse" [1]
+2016-03-04 09:35:50 URL:http://dev.gliders.localhost/missions [71147] -> "dev.gliders.localhost/missions" [1]
+2016-03-04 09:35:50 URL:http://dev.gliders.localhost/projects [47316] -> "dev.gliders.localhost/projects" [1]
+2016-03-04 09:35:51 URL:http://dev.gliders.localhost/vehicles [116656] -> "dev.gliders.localhost/vehicles" [1]
+2016-03-04 09:35:51 URL:http://dev.gliders.localhost/users [64432] -> "dev.gliders.localhost/users" [1]
+2016-03-04 09:35:52 URL:http://dev.gliders.localhost/sitemap/Help [36300] -> "dev.gliders.localhost/sitemap/Help" [1]
+2016-03-04 09:35:52 URL:http://dev.gliders.localhost/help/contact [37245] -> "dev.gliders.localhost/help/contact" [1]
+2016-03-04 09:35:52 URL:http://dev.gliders.localhost/help/about [35385] -> "dev.gliders.localhost/help/about" [1]
+2016-03-04 09:35:52 URL:http://dev.gliders.localhost/auth/login [38481] -> "dev.gliders.localhost/auth/login" [1]
+2016-03-04 09:35:52 URL:http://dev.gliders.localhost/auth/register [38029] -> "dev.gliders.localhost/auth/register" [1]
+2016-03-04 09:35:53 URL:http://dev.gliders.localhost/ [56402] -> "dev.gliders.localhost/index.html?hide_welcome=1" [1]
+2016-03-04 09:35:53 URL:http://dev.gliders.localhost/missions/Test%20Active%20Mission [39843] -> "dev.gliders.localhost/missions/Test Active Mission" [1]
+2016-03-04 09:35:54 URL:http://dev.gliders.localhost/missions/Rothera [43054] -> "dev.gliders.localhost/missions/Rothera" [1]
+2016-03-04 09:35:54 URL:http://dev.gliders.localhost/projects/BAS [39345] -> "dev.gliders.localhost/projects/BAS" [1]
+2016-03-04 09:35:54 URL:http://dev.gliders.localhost/missions/DY067 [42587] -> "dev.gliders.localhost/missions/DY067" [1]
+2016-03-04 09:35:54 URL:http://dev.gliders.localhost/projects/Autosub%20Trials [39017] -> "dev.gliders.localhost/projects/Autosub Trials" [1]
+2016-03-04 09:35:55 URL:http://dev.gliders.localhost/missions/DY034 [41048] -> "dev.gliders.localhost/missions/DY034" [1]
+2016-03-04 09:35:55 URL:http://dev.gliders.localhost/projects/MASSMO [40155] -> "dev.gliders.localhost/projects/MASSMO" [1]
+2016-03-04 09:35:55 URL:http://dev.gliders.localhost/missions/DY033 [45295] -> "dev.gliders.localhost/missions/DY033" [1]
+2016-03-04 09:35:55 URL:http://dev.gliders.localhost/projects/SSB [40171] -> "dev.gliders.localhost/projects/SSB" [1]
+2016-03-04 09:35:56 URL:http://dev.gliders.localhost/missions/DY030 [44047] -> "dev.gliders.localhost/missions/DY030" [1]
+2016-03-04 09:35:56 URL:http://dev.gliders.localhost/missions/DY029 [51078] -> "dev.gliders.localhost/missions/DY029" [1]
+2016-03-04 09:35:56 URL:http://dev.gliders.localhost/missions/DY021 [40804] -> "dev.gliders.localhost/missions/DY021" [1]
+2016-03-04 09:35:57 URL:http://dev.gliders.localhost/missions/DY018 [46112] -> "dev.gliders.localhost/missions/DY018" [1]
+2016-03-04 09:35:57 URL:http://dev.gliders.localhost/missions/MASSMO%202B [39659] -> "dev.gliders.localhost/missions/MASSMO 2B" [1]
+2016-03-04 09:35:57 URL:http://dev.gliders.localhost/missions/MASSMO%202A [39736] -> "dev.gliders.localhost/missions/MASSMO 2A" [1]
+2016-03-04 09:35:57 URL:http://dev.gliders.localhost/missions/Oban%20Trials [39677] -> "dev.gliders.localhost/missions/Oban Trials" [1]
+2016-03-04 09:35:57 URL:http://dev.gliders.localhost/missions/MASSMO%20Phase%202 [39781] -> "dev.gliders.localhost/missions/MASSMO Phase 2" [1]
+2016-03-04 09:35:58 URL:http://dev.gliders.localhost/missions/MASSMO%20Phase%201 [39896] -> "dev.gliders.localhost/missions/MASSMO Phase 1" [1]
+2016-03-04 09:35:58 URL:http://dev.gliders.localhost/projects/SAMS [38183] -> "dev.gliders.localhost/projects/SAMS" [1]
+2016-03-04 09:35:58 URL:http://dev.gliders.localhost/projects/AAOSN [38188] -> "dev.gliders.localhost/projects/AAOSN" [1]
+2016-03-04 09:35:58 URL:http://dev.gliders.localhost/vehicles/26821 [37925] -> "dev.gliders.localhost/vehicles/26821" [1]
+2016-03-04 09:35:58 URL:http://dev.gliders.localhost/vehicles/300434060967820 [37975] -> "dev.gliders.localhost/vehicles/300434060967820" [1]
+2016-03-04 09:35:59 URL:http://dev.gliders.localhost/vehicles/Bellatrix [38118] -> "dev.gliders.localhost/vehicles/Bellatrix" [1]
+2016-03-04 09:35:59 URL:http://dev.gliders.localhost/vehicles/Bowmore [38113] -> "dev.gliders.localhost/vehicles/Bowmore" [1]
+2016-03-04 09:35:59 URL:http://dev.gliders.localhost/vehicles/Canopus [39465] -> "dev.gliders.localhost/vehicles/Canopus" [1]
+2016-03-04 09:35:59 URL:http://dev.gliders.localhost/vehicles/Denebola [40150] -> "dev.gliders.localhost/vehicles/Denebola" [1]
+2016-03-04 09:36:00 URL:http://dev.gliders.localhost/vehicles/Eltanin [38112] -> "dev.gliders.localhost/vehicles/Eltanin" [1]
+2016-03-04 09:36:00 URL:http://dev.gliders.localhost/vehicles/Fomalhaut [38118] -> "dev.gliders.localhost/vehicles/Fomalhaut" [1]
+2016-03-04 09:36:00 URL:http://dev.gliders.localhost/vehicles/Jura [38104] -> "dev.gliders.localhost/vehicles/Jura" [1]
+2016-03-04 09:36:00 URL:http://dev.gliders.localhost/vehicles/Knockando [38119] -> "dev.gliders.localhost/vehicles/Knockando" [1]
+2016-03-04 09:36:00 URL:http://dev.gliders.localhost/vehicles/Laphroaigh [38122] -> "dev.gliders.localhost/vehicles/Laphroaigh" [1]
+2016-03-04 09:36:01 URL:http://dev.gliders.localhost/vehicles/Scapa [38107] -> "dev.gliders.localhost/vehicles/Scapa" [1]
+2016-03-04 09:36:01 URL:http://dev.gliders.localhost/vehicles/sg531 [37875] -> "dev.gliders.localhost/vehicles/sg531" [1]
+2016-03-04 09:36:01 URL:http://dev.gliders.localhost/vehicles/sg566 [37877] -> "dev.gliders.localhost/vehicles/sg566" [1]
+2016-03-04 09:36:01 URL:http://dev.gliders.localhost/vehicles/amazon [37873] -> "dev.gliders.localhost/vehicles/amazon" [1]
+2016-03-04 09:36:01 URL:http://dev.gliders.localhost/vehicles/Ammonite [38795] -> "dev.gliders.localhost/vehicles/Ammonite" [1]
+2016-03-04 09:36:02 URL:http://dev.gliders.localhost/vehicles/BAS_OMG [39039] -> "dev.gliders.localhost/vehicles/BAS_OMG" [1]
+2016-03-04 09:36:02 URL:http://dev.gliders.localhost/vehicles/Bellamite [38793] -> "dev.gliders.localhost/vehicles/Bellamite" [1]
+2016-03-04 09:36:02 URL:http://dev.gliders.localhost/vehicles/Boondoggle [38798] -> "dev.gliders.localhost/vehicles/Boondoggle" [1]
+2016-03-04 09:36:02 URL:http://dev.gliders.localhost/vehicles/Cabot [38779] -> "dev.gliders.localhost/vehicles/Cabot" [1]
+2016-03-04 09:36:03 URL:http://dev.gliders.localhost/vehicles/Churchill [38116] -> "dev.gliders.localhost/vehicles/Churchill" [1]
+2016-03-04 09:36:03 URL:http://dev.gliders.localhost/vehicles/Cook [38101] -> "dev.gliders.localhost/vehicles/Cook" [1]
+2016-03-04 09:36:03 URL:http://dev.gliders.localhost/vehicles/Dolomite [38113] -> "dev.gliders.localhost/vehicles/Dolomite" [1]
+2016-03-04 09:36:03 URL:http://dev.gliders.localhost/vehicles/Doombar [38110] -> "dev.gliders.localhost/vehicles/Doombar" [1]
+2016-03-04 09:36:03 URL:http://dev.gliders.localhost/vehicles/Drake [38779] -> "dev.gliders.localhost/vehicles/Drake" [1]
+2016-03-04 09:36:04 URL:http://dev.gliders.localhost/vehicles/Fortyniner [40160] -> "dev.gliders.localhost/vehicles/Fortyniner" [1]
+2016-03-04 09:36:04 URL:http://dev.gliders.localhost/vehicles/Frazil [38107] -> "dev.gliders.localhost/vehicles/Frazil" [1]
+2016-03-04 09:36:04 URL:http://dev.gliders.localhost/vehicles/Grease [38107] -> "dev.gliders.localhost/vehicles/Grease" [1]
+2016-03-04 09:36:04 URL:http://dev.gliders.localhost/vehicles/Growler [38786] -> "dev.gliders.localhost/vehicles/Growler" [1]
+2016-03-04 09:36:04 URL:http://dev.gliders.localhost/vehicles/HSB [38098] -> "dev.gliders.localhost/vehicles/HSB" [1]
+2016-03-04 09:36:05 URL:http://dev.gliders.localhost/vehicles/Nelson [38782] -> "dev.gliders.localhost/vehicles/Nelson" [1]
+2016-03-04 09:36:05 URL:http://dev.gliders.localhost/vehicles/OMG-1 [38104] -> "dev.gliders.localhost/vehicles/OMG-1" [1]
+2016-03-04 09:36:05 URL:http://dev.gliders.localhost/vehicles/OMG-2 [39455] -> "dev.gliders.localhost/vehicles/OMG-2" [1]
+2016-03-04 09:36:05 URL:http://dev.gliders.localhost/vehicles/OMG-3 [40133] -> "dev.gliders.localhost/vehicles/OMG-3" [1]
+2016-03-04 09:36:05 URL:http://dev.gliders.localhost/vehicles/OMG-4 [38104] -> "dev.gliders.localhost/vehicles/OMG-4" [1]
+2016-03-04 09:36:06 URL:http://dev.gliders.localhost/vehicles/Pancake [38110] -> "dev.gliders.localhost/vehicles/Pancake" [1]
+2016-03-04 09:36:06 URL:http://dev.gliders.localhost/vehicles/Raleigh [38786] -> "dev.gliders.localhost/vehicles/Raleigh" [1]
+2016-03-04 09:36:06 URL:http://dev.gliders.localhost/vehicles/Stella [38791] -> "dev.gliders.localhost/vehicles/Stella" [1]
+2016-03-04 09:36:06 URL:http://dev.gliders.localhost/vehicles/unit_544 [38113] -> "dev.gliders.localhost/vehicles/unit_544" [1]
+2016-03-04 09:36:06 URL:http://dev.gliders.localhost/vehicles/unit_545 [38113] -> "dev.gliders.localhost/vehicles/unit_545" [1]
+2016-03-04 09:36:07 URL:http://dev.gliders.localhost/vehicles/Zephyr [38781] -> "dev.gliders.localhost/vehicles/Zephyr" [1]
+2016-03-04 09:36:07 URL:http://dev.gliders.localhost/vehicles/Lyra [38103] -> "dev.gliders.localhost/vehicles/Lyra" [1]
+2016-03-04 09:36:07 URL:http://dev.gliders.localhost/vehicles/Nocl [38103] -> "dev.gliders.localhost/vehicles/Nocl" [1]
+2016-03-04 09:36:07 URL:http://dev.gliders.localhost/vehicles/Waimea [38115] -> "dev.gliders.localhost/vehicles/Waimea" [1]
+2016-03-04 09:36:07 URL:http://dev.gliders.localhost/vehicles/Gordon [38103] -> "dev.gliders.localhost/vehicles/Gordon" [1]
+2016-03-04 09:36:08 URL:http://dev.gliders.localhost/vehicles/Thomas [38103] -> "dev.gliders.localhost/vehicles/Thomas" [1]
+2016-03-04 09:36:08 URL:http://dev.gliders.localhost/vehicles/ALR-1 [38770] -> "dev.gliders.localhost/vehicles/ALR-1" [1]
+2016-03-04 09:36:08 URL:http://dev.gliders.localhost/vehicles/ALR-2 [37876] -> "dev.gliders.localhost/vehicles/ALR-2" [1]
+2016-03-04 09:36:08 URL:http://dev.gliders.localhost/vehicles/ALR-3 [37876] -> "dev.gliders.localhost/vehicles/ALR-3" [1]
+2016-03-04 09:36:08 URL:http://dev.gliders.localhost/vehicles/AutoSub%203 [37890] -> "dev.gliders.localhost/vehicles/AutoSub 3" [1]
+2016-03-04 09:36:09 URL:http://dev.gliders.localhost/vehicles/AutoSub%206000 [37905] -> "dev.gliders.localhost/vehicles/AutoSub 6000" [1]
+2016-03-04 09:36:09 URL:http://dev.gliders.localhost/vehicles/RRS%20Discovery [38585] -> "dev.gliders.localhost/vehicles/RRS Discovery" [1]
+2016-03-04 09:36:09 URL:http://dev.gliders.localhost/vehicles/RRS%20James%20Cook [37912] -> "dev.gliders.localhost/vehicles/RRS James Cook" [1]
+2016-03-04 09:36:09 URL:http://dev.gliders.localhost/users/owain [36784] -> "dev.gliders.localhost/users/owain" [1]
+2016-03-04 09:36:10 URL:http://dev.gliders.localhost/users/allore [36881] -> "dev.gliders.localhost/users/allore" [1]
+2016-03-04 09:36:10 URL:http://dev.gliders.localhost/missions/Test%20Active%20Mission/vehicles/TestVessel [39560] -> "dev.gliders.localhost/missions/Test Active Mission/vehicles/TestVessel" [1]
+2016-03-04 09:36:10 URL:http://dev.gliders.localhost/missions/Rothera/vehicles/Coprolite [55621] -> "dev.gliders.localhost/missions/Rothera/vehicles/Coprolite" [1]
+2016-03-04 09:36:11 URL:http://dev.gliders.localhost/missions/Rothera/vehicles/BAS_OMG [56134] -> "dev.gliders.localhost/missions/Rothera/vehicles/BAS_OMG" [1]
+2016-03-04 09:36:11 URL:http://dev.gliders.localhost/missions/DY067/vehicles/RRS%20Discovery [40253] -> "dev.gliders.localhost/missions/DY067/vehicles/RRS Discovery" [1]
+2016-03-04 09:36:11 URL:http://dev.gliders.localhost/missions/DY067/vehicles/ALR-1 [39864] -> "dev.gliders.localhost/missions/DY067/vehicles/ALR-1" [1]
+2016-03-04 09:36:11 URL:http://dev.gliders.localhost/missions/DY034/vehicles/Fortyniner [56291] -> "dev.gliders.localhost/missions/DY034/vehicles/Fortyniner" [1]
+2016-03-04 09:36:12 URL:http://dev.gliders.localhost/missions/DY033/vehicles/OMG-2 [70472] -> "dev.gliders.localhost/missions/DY033/vehicles/OMG-2" [1]
+2016-03-04 09:36:12 URL:http://dev.gliders.localhost/missions/DY033/vehicles/OMG-3 [54277] -> "dev.gliders.localhost/missions/DY033/vehicles/OMG-3" [1]
+2016-03-04 09:36:12 URL:http://dev.gliders.localhost/missions/DY033/vehicles/Denebola [77891] -> "dev.gliders.localhost/missions/DY033/vehicles/Denebola" [1]
+2016-03-04 09:36:13 URL:http://dev.gliders.localhost/missions/DY033/vehicles/Canopus [77828] -> "dev.gliders.localhost/missions/DY033/vehicles/Canopus" [1]
+2016-03-04 09:36:13 URL:http://dev.gliders.localhost/missions/DY030/vehicles/Raleigh [84999] -> "dev.gliders.localhost/missions/DY030/vehicles/Raleigh" [1]
+2016-03-04 09:36:13 URL:http://dev.gliders.localhost/missions/DY030/vehicles/Zephyr [66456] -> "dev.gliders.localhost/missions/DY030/vehicles/Zephyr" [1]
+2016-03-04 09:36:14 URL:http://dev.gliders.localhost/missions/DY030/vehicles/Growler [81426] -> "dev.gliders.localhost/missions/DY030/vehicles/Growler" [1]
+2016-03-04 09:36:14 URL:http://dev.gliders.localhost/missions/DY029/vehicles/Boondoggle [85211] -> "dev.gliders.localhost/missions/DY029/vehicles/Boondoggle" [1]
+2016-03-04 09:36:14 URL:http://dev.gliders.localhost/missions/DY029/vehicles/Nelson [81371] -> "dev.gliders.localhost/missions/DY029/vehicles/Nelson" [1]
+2016-03-04 09:36:15 URL:http://dev.gliders.localhost/missions/DY029/vehicles/Drake [81297] -> "dev.gliders.localhost/missions/DY029/vehicles/Drake" [1]
+2016-03-04 09:36:15 URL:http://dev.gliders.localhost/missions/DY029/vehicles/Canopus [77828] -> "dev.gliders.localhost/missions/DY029/vehicles/Canopus" [1]
+2016-03-04 09:36:15 URL:http://dev.gliders.localhost/missions/DY029/vehicles/OMG-2 [54290] -> "dev.gliders.localhost/missions/DY029/vehicles/OMG-2" [1]
+2016-03-04 09:36:15 URL:http://dev.gliders.localhost/missions/DY029/vehicles/OMG-3 [54289] -> "dev.gliders.localhost/missions/DY029/vehicles/OMG-3" [1]
+2016-03-04 09:36:16 URL:http://dev.gliders.localhost/missions/DY029/vehicles/Denebola [77891] -> "dev.gliders.localhost/missions/DY029/vehicles/Denebola" [1]
+2016-03-04 09:36:16 URL:http://dev.gliders.localhost/missions/DY029/vehicles/Fortyniner [84989] -> "dev.gliders.localhost/missions/DY029/vehicles/Fortyniner" [1]
+2016-03-04 09:36:16 URL:http://dev.gliders.localhost/missions/DY021/vehicles/Fortyniner [68729] -> "dev.gliders.localhost/missions/DY021/vehicles/Fortyniner" [1]
+2016-03-04 09:36:17 URL:http://dev.gliders.localhost/missions/DY018/vehicles/Bellamite [79608] -> "dev.gliders.localhost/missions/DY018/vehicles/Bellamite" [1]
+2016-03-04 09:36:17 URL:http://dev.gliders.localhost/missions/DY018/vehicles/Cabot [95790] -> "dev.gliders.localhost/missions/DY018/vehicles/Cabot" [1]
+2016-03-04 09:36:17 URL:http://dev.gliders.localhost/missions/DY018/vehicles/Denebola [39847] -> "dev.gliders.localhost/missions/DY018/vehicles/Denebola" [1]
+2016-03-04 09:36:17 URL:http://dev.gliders.localhost/missions/DY018/vehicles/Ammonite [72168] -> "dev.gliders.localhost/missions/DY018/vehicles/Ammonite" [1]
+2016-03-04 09:36:18 URL:http://dev.gliders.localhost/missions/DY018/vehicles/OMG-3 [50459] -> "dev.gliders.localhost/missions/DY018/vehicles/OMG-3" [1]
+2016-03-04 09:36:18 URL:http://dev.gliders.localhost/auth/login [38481] -> "dev.gliders.localhost/missions/Simulation/vehicles/Stella" [1]
+Found no broken links.
+
+FINISHED --2016-03-04 09:36:18--
+Total wall clock time: 31s
+Downloaded: 115 files, 5.2M in 0.009s (601 MB/s)
+2016-03-04 09:36:18 URL:http://dev.gliders.localhost/ [58318] -> "dev.gliders.localhost/index.html" [1]
+http://dev.gliders.localhost/robots.txt:
+2016-03-04 09:36:19 ERROR 404: Not Found.
+2016-03-04 09:36:19 URL:http://dev.gliders.localhost/sitemap/Browse [37589] -> "dev.gliders.localhost/sitemap/Browse" [1]
+2016-03-04 09:36:19 URL:http://dev.gliders.localhost/missions [71147] -> "dev.gliders.localhost/missions" [1]
+2016-03-04 09:36:19 URL:http://dev.gliders.localhost/projects [47316] -> "dev.gliders.localhost/projects" [1]
+2016-03-04 09:36:20 URL:http://dev.gliders.localhost/vehicles [116656] -> "dev.gliders.localhost/vehicles" [1]
+2016-03-04 09:36:20 URL:http://dev.gliders.localhost/users [64432] -> "dev.gliders.localhost/users" [1]
+2016-03-04 09:36:20 URL:http://dev.gliders.localhost/sitemap/Help [36300] -> "dev.gliders.localhost/sitemap/Help" [1]
+2016-03-04 09:36:21 URL:http://dev.gliders.localhost/help/contact [37245] -> "dev.gliders.localhost/help/contact" [1]
+2016-03-04 09:36:21 URL:http://dev.gliders.localhost/help/about [35385] -> "dev.gliders.localhost/help/about" [1]
+2016-03-04 09:36:21 URL:http://dev.gliders.localhost/auth/login [38481] -> "dev.gliders.localhost/auth/login" [1]
+2016-03-04 09:36:22 URL:http://dev.gliders.localhost/auth/register [38030] -> "dev.gliders.localhost/auth/register" [1]
+2016-03-04 09:36:22 URL:http://dev.gliders.localhost/ [56402] -> "dev.gliders.localhost/index.html?hide_welcome=1" [1]
+2016-03-04 09:36:22 URL:http://dev.gliders.localhost/missions/Test%20Active%20Mission [39843] -> "dev.gliders.localhost/missions/Test Active Mission" [1]
+2016-03-04 09:36:23 URL:http://dev.gliders.localhost/missions/Rothera [43054] -> "dev.gliders.localhost/missions/Rothera" [1]
+2016-03-04 09:36:23 URL:http://dev.gliders.localhost/projects/BAS [39345] -> "dev.gliders.localhost/projects/BAS" [1]
+2016-03-04 09:36:23 URL:http://dev.gliders.localhost/missions/DY067 [42587] -> "dev.gliders.localhost/missions/DY067" [1]
+2016-03-04 09:36:23 URL:http://dev.gliders.localhost/projects/Autosub%20Trials [39017] -> "dev.gliders.localhost/projects/Autosub Trials" [1]
+2016-03-04 09:36:24 URL:http://dev.gliders.localhost/missions/DY034 [41048] -> "dev.gliders.localhost/missions/DY034" [1]
+2016-03-04 09:36:24 URL:http://dev.gliders.localhost/projects/MASSMO [40155] -> "dev.gliders.localhost/projects/MASSMO" [1]
+2016-03-04 09:36:24 URL:http://dev.gliders.localhost/missions/DY033 [45295] -> "dev.gliders.localhost/missions/DY033" [1]
+2016-03-04 09:36:24 URL:http://dev.gliders.localhost/projects/SSB [40171] -> "dev.gliders.localhost/projects/SSB" [1]
+2016-03-04 09:36:25 URL:http://dev.gliders.localhost/missions/DY030 [44047] -> "dev.gliders.localhost/missions/DY030" [1]
+2016-03-04 09:36:25 URL:http://dev.gliders.localhost/missions/DY029 [51078] -> "dev.gliders.localhost/missions/DY029" [1]
+2016-03-04 09:36:25 URL:http://dev.gliders.localhost/missions/DY021 [40804] -> "dev.gliders.localhost/missions/DY021" [1]
+2016-03-04 09:36:26 URL:http://dev.gliders.localhost/missions/DY018 [46112] -> "dev.gliders.localhost/missions/DY018" [1]
+2016-03-04 09:36:26 URL:http://dev.gliders.localhost/missions/MASSMO%202B [39659] -> "dev.gliders.localhost/missions/MASSMO 2B" [1]
+2016-03-04 09:36:27 URL:http://dev.gliders.localhost/missions/MASSMO%202A [39737] -> "dev.gliders.localhost/missions/MASSMO 2A" [1]
+2016-03-04 09:36:27 URL:http://dev.gliders.localhost/missions/Oban%20Trials [39677] -> "dev.gliders.localhost/missions/Oban Trials" [1]
+2016-03-04 09:36:27 URL:http://dev.gliders.localhost/missions/MASSMO%20Phase%202 [39780] -> "dev.gliders.localhost/missions/MASSMO Phase 2" [1]
+2016-03-04 09:36:27 URL:http://dev.gliders.localhost/missions/MASSMO%20Phase%201 [39897] -> "dev.gliders.localhost/missions/MASSMO Phase 1" [1]
+2016-03-04 09:36:28 URL:http://dev.gliders.localhost/projects/SAMS [38183] -> "dev.gliders.localhost/projects/SAMS" [1]
+2016-03-04 09:36:28 URL:http://dev.gliders.localhost/projects/AAOSN [38188] -> "dev.gliders.localhost/projects/AAOSN" [1]
+2016-03-04 09:36:28 URL:http://dev.gliders.localhost/vehicles/26821 [37925] -> "dev.gliders.localhost/vehicles/26821" [1]
+2016-03-04 09:36:28 URL:http://dev.gliders.localhost/vehicles/300434060967820 [37975] -> "dev.gliders.localhost/vehicles/300434060967820" [1]
+2016-03-04 09:36:28 URL:http://dev.gliders.localhost/vehicles/Bellatrix [38118] -> "dev.gliders.localhost/vehicles/Bellatrix" [1]
+2016-03-04 09:36:29 URL:http://dev.gliders.localhost/vehicles/Bowmore [38113] -> "dev.gliders.localhost/vehicles/Bowmore" [1]
+2016-03-04 09:36:29 URL:http://dev.gliders.localhost/vehicles/Canopus [39465] -> "dev.gliders.localhost/vehicles/Canopus" [1]
+2016-03-04 09:36:29 URL:http://dev.gliders.localhost/vehicles/Denebola [40149] -> "dev.gliders.localhost/vehicles/Denebola" [1]
+2016-03-04 09:36:29 URL:http://dev.gliders.localhost/vehicles/Eltanin [38112] -> "dev.gliders.localhost/vehicles/Eltanin" [1]
+2016-03-04 09:36:29 URL:http://dev.gliders.localhost/vehicles/Fomalhaut [38118] -> "dev.gliders.localhost/vehicles/Fomalhaut" [1]
+2016-03-04 09:36:30 URL:http://dev.gliders.localhost/vehicles/Jura [38104] -> "dev.gliders.localhost/vehicles/Jura" [1]
+2016-03-04 09:36:30 URL:http://dev.gliders.localhost/vehicles/Knockando [38119] -> "dev.gliders.localhost/vehicles/Knockando" [1]
+2016-03-04 09:36:30 URL:http://dev.gliders.localhost/vehicles/Laphroaigh [38122] -> "dev.gliders.localhost/vehicles/Laphroaigh" [1]
+2016-03-04 09:36:30 URL:http://dev.gliders.localhost/vehicles/Scapa [38107] -> "dev.gliders.localhost/vehicles/Scapa" [1]
+2016-03-04 09:36:30 URL:http://dev.gliders.localhost/vehicles/sg531 [37875] -> "dev.gliders.localhost/vehicles/sg531" [1]
+2016-03-04 09:36:31 URL:http://dev.gliders.localhost/vehicles/sg566 [37877] -> "dev.gliders.localhost/vehicles/sg566" [1]
+2016-03-04 09:36:31 URL:http://dev.gliders.localhost/vehicles/amazon [37873] -> "dev.gliders.localhost/vehicles/amazon" [1]
+2016-03-04 09:36:31 URL:http://dev.gliders.localhost/vehicles/Ammonite [38794] -> "dev.gliders.localhost/vehicles/Ammonite" [1]
+2016-03-04 09:36:31 URL:http://dev.gliders.localhost/vehicles/BAS_OMG [39039] -> "dev.gliders.localhost/vehicles/BAS_OMG" [1]
+2016-03-04 09:36:32 URL:http://dev.gliders.localhost/vehicles/Bellamite [38793] -> "dev.gliders.localhost/vehicles/Bellamite" [1]
+2016-03-04 09:36:32 URL:http://dev.gliders.localhost/vehicles/Boondoggle [38798] -> "dev.gliders.localhost/vehicles/Boondoggle" [1]
+2016-03-04 09:36:32 URL:http://dev.gliders.localhost/vehicles/Cabot [38778] -> "dev.gliders.localhost/vehicles/Cabot" [1]
+2016-03-04 09:36:32 URL:http://dev.gliders.localhost/vehicles/Churchill [38116] -> "dev.gliders.localhost/vehicles/Churchill" [1]
+2016-03-04 09:36:32 URL:http://dev.gliders.localhost/vehicles/Cook [38101] -> "dev.gliders.localhost/vehicles/Cook" [1]
+2016-03-04 09:36:33 URL:http://dev.gliders.localhost/vehicles/Dolomite [38113] -> "dev.gliders.localhost/vehicles/Dolomite" [1]
+2016-03-04 09:36:33 URL:http://dev.gliders.localhost/vehicles/Doombar [38110] -> "dev.gliders.localhost/vehicles/Doombar" [1]
+2016-03-04 09:36:33 URL:http://dev.gliders.localhost/vehicles/Drake [38779] -> "dev.gliders.localhost/vehicles/Drake" [1]
+2016-03-04 09:36:33 URL:http://dev.gliders.localhost/vehicles/Fortyniner [40160] -> "dev.gliders.localhost/vehicles/Fortyniner" [1]
+2016-03-04 09:36:33 URL:http://dev.gliders.localhost/vehicles/Frazil [38107] -> "dev.gliders.localhost/vehicles/Frazil" [1]
+2016-03-04 09:36:34 URL:http://dev.gliders.localhost/vehicles/Grease [38107] -> "dev.gliders.localhost/vehicles/Grease" [1]
+2016-03-04 09:36:34 URL:http://dev.gliders.localhost/vehicles/Growler [38786] -> "dev.gliders.localhost/vehicles/Growler" [1]
+2016-03-04 09:36:34 URL:http://dev.gliders.localhost/vehicles/HSB [38098] -> "dev.gliders.localhost/vehicles/HSB" [1]
+2016-03-04 09:36:34 URL:http://dev.gliders.localhost/vehicles/Nelson [38782] -> "dev.gliders.localhost/vehicles/Nelson" [1]
+2016-03-04 09:36:34 URL:http://dev.gliders.localhost/vehicles/OMG-1 [38104] -> "dev.gliders.localhost/vehicles/OMG-1" [1]
+2016-03-04 09:36:35 URL:http://dev.gliders.localhost/vehicles/OMG-2 [39455] -> "dev.gliders.localhost/vehicles/OMG-2" [1]
+2016-03-04 09:36:35 URL:http://dev.gliders.localhost/vehicles/OMG-3 [40133] -> "dev.gliders.localhost/vehicles/OMG-3" [1]
+2016-03-04 09:36:35 URL:http://dev.gliders.localhost/vehicles/OMG-4 [38104] -> "dev.gliders.localhost/vehicles/OMG-4" [1]
+2016-03-04 09:36:35 URL:http://dev.gliders.localhost/vehicles/Pancake [38110] -> "dev.gliders.localhost/vehicles/Pancake" [1]
+2016-03-04 09:36:35 URL:http://dev.gliders.localhost/vehicles/Raleigh [38785] -> "dev.gliders.localhost/vehicles/Raleigh" [1]
+2016-03-04 09:36:36 URL:http://dev.gliders.localhost/vehicles/Stella [38791] -> "dev.gliders.localhost/vehicles/Stella" [1]
+2016-03-04 09:36:36 URL:http://dev.gliders.localhost/vehicles/unit_544 [38113] -> "dev.gliders.localhost/vehicles/unit_544" [1]
+2016-03-04 09:36:36 URL:http://dev.gliders.localhost/vehicles/unit_545 [38114] -> "dev.gliders.localhost/vehicles/unit_545" [1]
+2016-03-04 09:36:36 URL:http://dev.gliders.localhost/vehicles/Zephyr [38782] -> "dev.gliders.localhost/vehicles/Zephyr" [1]
+2016-03-04 09:36:37 URL:http://dev.gliders.localhost/vehicles/Lyra [38103] -> "dev.gliders.localhost/vehicles/Lyra" [1]
+2016-03-04 09:36:37 URL:http://dev.gliders.localhost/vehicles/Nocl [38103] -> "dev.gliders.localhost/vehicles/Nocl" [1]
+2016-03-04 09:36:37 URL:http://dev.gliders.localhost/vehicles/Waimea [38115] -> "dev.gliders.localhost/vehicles/Waimea" [1]
+2016-03-04 09:36:37 URL:http://dev.gliders.localhost/vehicles/Gordon [38103] -> "dev.gliders.localhost/vehicles/Gordon" [1]
+2016-03-04 09:36:37 URL:http://dev.gliders.localhost/vehicles/Thomas [38103] -> "dev.gliders.localhost/vehicles/Thomas" [1]
+2016-03-04 09:36:38 URL:http://dev.gliders.localhost/vehicles/ALR-1 [38770] -> "dev.gliders.localhost/vehicles/ALR-1" [1]
+2016-03-04 09:36:38 URL:http://dev.gliders.localhost/vehicles/ALR-2 [37876] -> "dev.gliders.localhost/vehicles/ALR-2" [1]
+2016-03-04 09:36:38 URL:http://dev.gliders.localhost/vehicles/ALR-3 [37876] -> "dev.gliders.localhost/vehicles/ALR-3" [1]
+2016-03-04 09:36:38 URL:http://dev.gliders.localhost/vehicles/AutoSub%203 [37890] -> "dev.gliders.localhost/vehicles/AutoSub 3" [1]
+2016-03-04 09:36:38 URL:http://dev.gliders.localhost/vehicles/AutoSub%206000 [37905] -> "dev.gliders.localhost/vehicles/AutoSub 6000" [1]
+2016-03-04 09:36:39 URL:http://dev.gliders.localhost/vehicles/RRS%20Discovery [38585] -> "dev.gliders.localhost/vehicles/RRS Discovery" [1]
+2016-03-04 09:36:39 URL:http://dev.gliders.localhost/vehicles/RRS%20James%20Cook [37912] -> "dev.gliders.localhost/vehicles/RRS James Cook" [1]
+2016-03-04 09:36:39 URL:http://dev.gliders.localhost/users/owain [36784] -> "dev.gliders.localhost/users/owain" [1]
+2016-03-04 09:36:39 URL:http://dev.gliders.localhost/users/allore [36880] -> "dev.gliders.localhost/users/allore" [1]
+2016-03-04 09:36:39 URL:http://dev.gliders.localhost/missions/Test%20Active%20Mission/vehicles/TestVessel [39560] -> "dev.gliders.localhost/missions/Test Active Mission/vehicles/TestVessel" [1]
+2016-03-04 09:36:40 URL:http://dev.gliders.localhost/missions/Rothera/vehicles/Coprolite [55621] -> "dev.gliders.localhost/missions/Rothera/vehicles/Coprolite" [1]
+2016-03-04 09:36:40 URL:http://dev.gliders.localhost/missions/Rothera/vehicles/BAS_OMG [56134] -> "dev.gliders.localhost/missions/Rothera/vehicles/BAS_OMG" [1]
+2016-03-04 09:36:40 URL:http://dev.gliders.localhost/missions/DY067/vehicles/RRS%20Discovery [40253] -> "dev.gliders.localhost/missions/DY067/vehicles/RRS Discovery" [1]
+2016-03-04 09:36:41 URL:http://dev.gliders.localhost/missions/DY067/vehicles/ALR-1 [39864] -> "dev.gliders.localhost/missions/DY067/vehicles/ALR-1" [1]
+2016-03-04 09:36:41 URL:http://dev.gliders.localhost/missions/DY034/vehicles/Fortyniner [56291] -> "dev.gliders.localhost/missions/DY034/vehicles/Fortyniner" [1]
+2016-03-04 09:36:41 URL:http://dev.gliders.localhost/missions/DY033/vehicles/OMG-2 [70472] -> "dev.gliders.localhost/missions/DY033/vehicles/OMG-2" [1]
+2016-03-04 09:36:42 URL:http://dev.gliders.localhost/missions/DY033/vehicles/OMG-3 [54277] -> "dev.gliders.localhost/missions/DY033/vehicles/OMG-3" [1]
+2016-03-04 09:36:42 URL:http://dev.gliders.localhost/missions/DY033/vehicles/Denebola [77891] -> "dev.gliders.localhost/missions/DY033/vehicles/Denebola" [1]
+2016-03-04 09:36:42 URL:http://dev.gliders.localhost/missions/DY033/vehicles/Canopus [77828] -> "dev.gliders.localhost/missions/DY033/vehicles/Canopus" [1]
+2016-03-04 09:36:43 URL:http://dev.gliders.localhost/missions/DY030/vehicles/Raleigh [84999] -> "dev.gliders.localhost/missions/DY030/vehicles/Raleigh" [1]
+2016-03-04 09:36:43 URL:http://dev.gliders.localhost/missions/DY030/vehicles/Zephyr [66456] -> "dev.gliders.localhost/missions/DY030/vehicles/Zephyr" [1]
+2016-03-04 09:36:43 URL:http://dev.gliders.localhost/missions/DY030/vehicles/Growler [81426] -> "dev.gliders.localhost/missions/DY030/vehicles/Growler" [1]
+2016-03-04 09:36:44 URL:http://dev.gliders.localhost/missions/DY029/vehicles/Boondoggle [85211] -> "dev.gliders.localhost/missions/DY029/vehicles/Boondoggle" [1]
+2016-03-04 09:36:44 URL:http://dev.gliders.localhost/missions/DY029/vehicles/Nelson [81371] -> "dev.gliders.localhost/missions/DY029/vehicles/Nelson" [1]
+2016-03-04 09:36:44 URL:http://dev.gliders.localhost/missions/DY029/vehicles/Drake [81297] -> "dev.gliders.localhost/missions/DY029/vehicles/Drake" [1]
+2016-03-04 09:36:45 URL:http://dev.gliders.localhost/missions/DY029/vehicles/Canopus [77828] -> "dev.gliders.localhost/missions/DY029/vehicles/Canopus" [1]
+2016-03-04 09:36:45 URL:http://dev.gliders.localhost/missions/DY029/vehicles/OMG-2 [54290] -> "dev.gliders.localhost/missions/DY029/vehicles/OMG-2" [1]
+2016-03-04 09:36:45 URL:http://dev.gliders.localhost/missions/DY029/vehicles/OMG-3 [54289] -> "dev.gliders.localhost/missions/DY029/vehicles/OMG-3" [1]
+2016-03-04 09:36:45 URL:http://dev.gliders.localhost/missions/DY029/vehicles/Denebola [77891] -> "dev.gliders.localhost/missions/DY029/vehicles/Denebola" [1]
+2016-03-04 09:36:46 URL:http://dev.gliders.localhost/missions/DY029/vehicles/Fortyniner [84989] -> "dev.gliders.localhost/missions/DY029/vehicles/Fortyniner" [1]
+2016-03-04 09:36:46 URL:http://dev.gliders.localhost/missions/DY021/vehicles/Fortyniner [68729] -> "dev.gliders.localhost/missions/DY021/vehicles/Fortyniner" [1]
+2016-03-04 09:36:46 URL:http://dev.gliders.localhost/missions/DY018/vehicles/Bellamite [79608] -> "dev.gliders.localhost/missions/DY018/vehicles/Bellamite" [1]
+2016-03-04 09:36:47 URL:http://dev.gliders.localhost/missions/DY018/vehicles/Cabot [95790] -> "dev.gliders.localhost/missions/DY018/vehicles/Cabot" [1]
+2016-03-04 09:36:47 URL:http://dev.gliders.localhost/missions/DY018/vehicles/Denebola [39847] -> "dev.gliders.localhost/missions/DY018/vehicles/Denebola" [1]
+2016-03-04 09:36:47 URL:http://dev.gliders.localhost/missions/DY018/vehicles/Ammonite [72168] -> "dev.gliders.localhost/missions/DY018/vehicles/Ammonite" [1]
+2016-03-04 09:36:47 URL:http://dev.gliders.localhost/missions/DY018/vehicles/OMG-3 [50459] -> "dev.gliders.localhost/missions/DY018/vehicles/OMG-3" [1]
+2016-03-04 09:36:48 URL:http://dev.gliders.localhost/auth/login [38481] -> "dev.gliders.localhost/missions/Simulation/vehicles/Stella" [1]
+Found no broken links.
+
+FINISHED --2016-03-04 09:36:48--
+Total wall clock time: 30s
+Downloaded: 115 files, 5.2M in 0.009s (605 MB/s)
+2016-03-04 09:37:07 URL:http://gliders.localhost/ [31745] -> "gliders.localhost/index.html" [1]
+http://gliders.localhost/robots.txt:
+2016-03-04 09:37:07 ERROR 404: Not Found.
+2016-03-04 09:37:07 URL:http://gliders.localhost/sitemap/Browse [11016] -> "gliders.localhost/sitemap/Browse" [1]
+2016-03-04 09:37:10 URL:http://gliders.localhost/missions [44573] -> "gliders.localhost/missions" [1]
+2016-03-04 09:37:10 URL:http://gliders.localhost/projects [20743] -> "gliders.localhost/projects" [1]
+2016-03-04 09:37:11 URL:http://gliders.localhost/vehicles [90083] -> "gliders.localhost/vehicles" [1]
+2016-03-04 09:37:11 URL:http://gliders.localhost/users [37858] -> "gliders.localhost/users" [1]
+2016-03-04 09:37:11 URL:http://gliders.localhost/sitemap/Help [9727] -> "gliders.localhost/sitemap/Help" [1]
+2016-03-04 09:37:11 URL:http://gliders.localhost/help/contact [10672] -> "gliders.localhost/help/contact" [1]
+2016-03-04 09:37:11 URL:http://gliders.localhost/help/about [9692] -> "gliders.localhost/help/about" [1]
+2016-03-04 09:37:11 URL:http://gliders.localhost/auth/login [11653] -> "gliders.localhost/auth/login" [1]
+2016-03-04 09:37:12 URL:http://gliders.localhost/ [29829] -> "gliders.localhost/index.html?hide_welcome=1" [1]
+2016-03-04 09:37:12 URL:http://gliders.localhost/missions/Test%20Active%20Mission [13269] -> "gliders.localhost/missions/Test Active Mission" [1]
+2016-03-04 09:37:13 URL:http://gliders.localhost/missions/Rothera [16481] -> "gliders.localhost/missions/Rothera" [1]
+2016-03-04 09:37:13 URL:http://gliders.localhost/projects/BAS [12772] -> "gliders.localhost/projects/BAS" [1]
+2016-03-04 09:37:13 URL:http://gliders.localhost/missions/DY067 [16014] -> "gliders.localhost/missions/DY067" [1]
+2016-03-04 09:37:14 URL:http://gliders.localhost/projects/Autosub%20Trials [12444] -> "gliders.localhost/projects/Autosub Trials" [1]
+2016-03-04 09:37:14 URL:http://gliders.localhost/missions/DY034 [14474] -> "gliders.localhost/missions/DY034" [1]
+2016-03-04 09:37:14 URL:http://gliders.localhost/projects/MASSMO [13582] -> "gliders.localhost/projects/MASSMO" [1]
+2016-03-04 09:37:14 URL:http://gliders.localhost/missions/DY033 [18722] -> "gliders.localhost/missions/DY033" [1]
+2016-03-04 09:37:14 URL:http://gliders.localhost/projects/SSB [13598] -> "gliders.localhost/projects/SSB" [1]
+2016-03-04 09:37:15 URL:http://gliders.localhost/missions/DY030 [17474] -> "gliders.localhost/missions/DY030" [1]
+2016-03-04 09:37:15 URL:http://gliders.localhost/missions/DY029 [24505] -> "gliders.localhost/missions/DY029" [1]
+2016-03-04 09:37:15 URL:http://gliders.localhost/missions/DY021 [14230] -> "gliders.localhost/missions/DY021" [1]
+2016-03-04 09:37:15 URL:http://gliders.localhost/missions/DY018 [19539] -> "gliders.localhost/missions/DY018" [1]
+2016-03-04 09:37:16 URL:http://gliders.localhost/missions/MASSMO%202B [13086] -> "gliders.localhost/missions/MASSMO 2B" [1]
+2016-03-04 09:37:16 URL:http://gliders.localhost/missions/MASSMO%202A [13163] -> "gliders.localhost/missions/MASSMO 2A" [1]
+2016-03-04 09:37:16 URL:http://gliders.localhost/missions/Oban%20Trials [13104] -> "gliders.localhost/missions/Oban Trials" [1]
+2016-03-04 09:37:16 URL:http://gliders.localhost/missions/MASSMO%20Phase%202 [13207] -> "gliders.localhost/missions/MASSMO Phase 2" [1]
+2016-03-04 09:37:16 URL:http://gliders.localhost/missions/MASSMO%20Phase%201 [13323] -> "gliders.localhost/missions/MASSMO Phase 1" [1]
+2016-03-04 09:37:17 URL:http://gliders.localhost/projects/SAMS [11610] -> "gliders.localhost/projects/SAMS" [1]
+2016-03-04 09:37:17 URL:http://gliders.localhost/projects/AAOSN [11615] -> "gliders.localhost/projects/AAOSN" [1]
+2016-03-04 09:37:17 URL:http://gliders.localhost/vehicles/26821 [11352] -> "gliders.localhost/vehicles/26821" [1]
+2016-03-04 09:37:17 URL:http://gliders.localhost/vehicles/300434060967820 [11402] -> "gliders.localhost/vehicles/300434060967820" [1]
+2016-03-04 09:37:17 URL:http://gliders.localhost/vehicles/Bellatrix [11545] -> "gliders.localhost/vehicles/Bellatrix" [1]
+2016-03-04 09:37:18 URL:http://gliders.localhost/vehicles/Bowmore [11540] -> "gliders.localhost/vehicles/Bowmore" [1]
+2016-03-04 09:37:18 URL:http://gliders.localhost/vehicles/Canopus [12892] -> "gliders.localhost/vehicles/Canopus" [1]
+2016-03-04 09:37:18 URL:http://gliders.localhost/vehicles/Denebola [13576] -> "gliders.localhost/vehicles/Denebola" [1]
+2016-03-04 09:37:18 URL:http://gliders.localhost/vehicles/Eltanin [11539] -> "gliders.localhost/vehicles/Eltanin" [1]
+2016-03-04 09:37:18 URL:http://gliders.localhost/vehicles/Fomalhaut [11545] -> "gliders.localhost/vehicles/Fomalhaut" [1]
+2016-03-04 09:37:19 URL:http://gliders.localhost/vehicles/Jura [11531] -> "gliders.localhost/vehicles/Jura" [1]
+2016-03-04 09:37:19 URL:http://gliders.localhost/vehicles/Knockando [11546] -> "gliders.localhost/vehicles/Knockando" [1]
+2016-03-04 09:37:19 URL:http://gliders.localhost/vehicles/Laphroaigh [11549] -> "gliders.localhost/vehicles/Laphroaigh" [1]
+2016-03-04 09:37:19 URL:http://gliders.localhost/vehicles/Scapa [11534] -> "gliders.localhost/vehicles/Scapa" [1]
+2016-03-04 09:37:19 URL:http://gliders.localhost/vehicles/sg531 [11302] -> "gliders.localhost/vehicles/sg531" [1]
+2016-03-04 09:37:20 URL:http://gliders.localhost/vehicles/sg566 [11303] -> "gliders.localhost/vehicles/sg566" [1]
+2016-03-04 09:37:20 URL:http://gliders.localhost/vehicles/amazon [11300] -> "gliders.localhost/vehicles/amazon" [1]
+2016-03-04 09:37:20 URL:http://gliders.localhost/vehicles/Ammonite [12221] -> "gliders.localhost/vehicles/Ammonite" [1]
+2016-03-04 09:37:20 URL:http://gliders.localhost/vehicles/BAS_OMG [12465] -> "gliders.localhost/vehicles/BAS_OMG" [1]
+2016-03-04 09:37:20 URL:http://gliders.localhost/vehicles/Bellamite [12220] -> "gliders.localhost/vehicles/Bellamite" [1]
+2016-03-04 09:37:21 URL:http://gliders.localhost/vehicles/Boondoggle [12225] -> "gliders.localhost/vehicles/Boondoggle" [1]
+2016-03-04 09:37:21 URL:http://gliders.localhost/vehicles/Cabot [12205] -> "gliders.localhost/vehicles/Cabot" [1]
+2016-03-04 09:37:21 URL:http://gliders.localhost/vehicles/Churchill [11543] -> "gliders.localhost/vehicles/Churchill" [1]
+2016-03-04 09:37:21 URL:http://gliders.localhost/vehicles/Cook [11528] -> "gliders.localhost/vehicles/Cook" [1]
+2016-03-04 09:37:21 URL:http://gliders.localhost/vehicles/Dolomite [11540] -> "gliders.localhost/vehicles/Dolomite" [1]
+2016-03-04 09:37:22 URL:http://gliders.localhost/vehicles/Doombar [11537] -> "gliders.localhost/vehicles/Doombar" [1]
+2016-03-04 09:37:22 URL:http://gliders.localhost/vehicles/Drake [12205] -> "gliders.localhost/vehicles/Drake" [1]
+2016-03-04 09:37:22 URL:http://gliders.localhost/vehicles/Fortyniner [13587] -> "gliders.localhost/vehicles/Fortyniner" [1]
+2016-03-04 09:37:22 URL:http://gliders.localhost/vehicles/Frazil [11534] -> "gliders.localhost/vehicles/Frazil" [1]
+2016-03-04 09:37:22 URL:http://gliders.localhost/vehicles/Grease [11534] -> "gliders.localhost/vehicles/Grease" [1]
+2016-03-04 09:37:23 URL:http://gliders.localhost/vehicles/Growler [12213] -> "gliders.localhost/vehicles/Growler" [1]
+2016-03-04 09:37:23 URL:http://gliders.localhost/vehicles/HSB [11525] -> "gliders.localhost/vehicles/HSB" [1]
+2016-03-04 09:37:23 URL:http://gliders.localhost/vehicles/Nelson [12209] -> "gliders.localhost/vehicles/Nelson" [1]
+2016-03-04 09:37:23 URL:http://gliders.localhost/vehicles/OMG-1 [11531] -> "gliders.localhost/vehicles/OMG-1" [1]
+2016-03-04 09:37:23 URL:http://gliders.localhost/vehicles/OMG-2 [12881] -> "gliders.localhost/vehicles/OMG-2" [1]
+2016-03-04 09:37:24 URL:http://gliders.localhost/vehicles/OMG-3 [13559] -> "gliders.localhost/vehicles/OMG-3" [1]
+2016-03-04 09:37:24 URL:http://gliders.localhost/vehicles/OMG-4 [11531] -> "gliders.localhost/vehicles/OMG-4" [1]
+2016-03-04 09:37:24 URL:http://gliders.localhost/vehicles/Pancake [11537] -> "gliders.localhost/vehicles/Pancake" [1]
+2016-03-04 09:37:24 URL:http://gliders.localhost/vehicles/Raleigh [12212] -> "gliders.localhost/vehicles/Raleigh" [1]
+2016-03-04 09:37:24 URL:http://gliders.localhost/vehicles/Stella [12218] -> "gliders.localhost/vehicles/Stella" [1]
+2016-03-04 09:37:25 URL:http://gliders.localhost/vehicles/unit_544 [11540] -> "gliders.localhost/vehicles/unit_544" [1]
+2016-03-04 09:37:25 URL:http://gliders.localhost/vehicles/unit_545 [11540] -> "gliders.localhost/vehicles/unit_545" [1]
+2016-03-04 09:37:25 URL:http://gliders.localhost/vehicles/Zephyr [12208] -> "gliders.localhost/vehicles/Zephyr" [1]
+2016-03-04 09:37:25 URL:http://gliders.localhost/vehicles/Lyra [11530] -> "gliders.localhost/vehicles/Lyra" [1]
+2016-03-04 09:37:25 URL:http://gliders.localhost/vehicles/Nocl [11530] -> "gliders.localhost/vehicles/Nocl" [1]
+2016-03-04 09:37:26 URL:http://gliders.localhost/vehicles/Waimea [11542] -> "gliders.localhost/vehicles/Waimea" [1]
+2016-03-04 09:37:26 URL:http://gliders.localhost/vehicles/Gordon [11530] -> "gliders.localhost/vehicles/Gordon" [1]
+2016-03-04 09:37:26 URL:http://gliders.localhost/vehicles/Thomas [11530] -> "gliders.localhost/vehicles/Thomas" [1]
+2016-03-04 09:37:26 URL:http://gliders.localhost/vehicles/ALR-1 [12197] -> "gliders.localhost/vehicles/ALR-1" [1]
+2016-03-04 09:37:26 URL:http://gliders.localhost/vehicles/ALR-2 [11303] -> "gliders.localhost/vehicles/ALR-2" [1]
+2016-03-04 09:37:27 URL:http://gliders.localhost/vehicles/ALR-3 [11303] -> "gliders.localhost/vehicles/ALR-3" [1]
+2016-03-04 09:37:27 URL:http://gliders.localhost/vehicles/AutoSub%203 [11317] -> "gliders.localhost/vehicles/AutoSub 3" [1]
+2016-03-04 09:37:27 URL:http://gliders.localhost/vehicles/AutoSub%206000 [11332] -> "gliders.localhost/vehicles/AutoSub 6000" [1]
+2016-03-04 09:37:27 URL:http://gliders.localhost/vehicles/RRS%20Discovery [12012] -> "gliders.localhost/vehicles/RRS Discovery" [1]
+2016-03-04 09:37:27 URL:http://gliders.localhost/vehicles/RRS%20James%20Cook [11339] -> "gliders.localhost/vehicles/RRS James Cook" [1]
+2016-03-04 09:37:28 URL:http://gliders.localhost/users/owain [10211] -> "gliders.localhost/users/owain" [1]
+2016-03-04 09:37:28 URL:http://gliders.localhost/users/allore [10307] -> "gliders.localhost/users/allore" [1]
+2016-03-04 09:37:28 URL:http://gliders.localhost/missions/Test%20Active%20Mission/vehicles/TestVessel [13051] -> "gliders.localhost/missions/Test Active Mission/vehicles/TestVessel" [1]
+2016-03-04 09:37:29 URL:http://gliders.localhost/missions/Rothera/vehicles/Coprolite [37413] -> "gliders.localhost/missions/Rothera/vehicles/Coprolite" [1]
+2016-03-04 09:37:29 URL:http://gliders.localhost/missions/Rothera/vehicles/BAS_OMG [37926] -> "gliders.localhost/missions/Rothera/vehicles/BAS_OMG" [1]
+2016-03-04 09:37:29 URL:http://gliders.localhost/missions/DY067/vehicles/RRS%20Discovery [14147] -> "gliders.localhost/missions/DY067/vehicles/RRS Discovery" [1]
+2016-03-04 09:37:30 URL:http://gliders.localhost/missions/DY067/vehicles/ALR-1 [13355] -> "gliders.localhost/missions/DY067/vehicles/ALR-1" [1]
+2016-03-04 09:37:30 URL:http://gliders.localhost/missions/DY034/vehicles/Fortyniner [40343] -> "gliders.localhost/missions/DY034/vehicles/Fortyniner" [1]
+2016-03-04 09:37:30 URL:http://gliders.localhost/missions/DY033/vehicles/OMG-2 [50664] -> "gliders.localhost/missions/DY033/vehicles/OMG-2" [1]
+2016-03-04 09:37:30 URL:http://gliders.localhost/missions/DY033/vehicles/OMG-3 [27768] -> "gliders.localhost/missions/DY033/vehicles/OMG-3" [1]
+2016-03-04 09:37:31 URL:http://gliders.localhost/missions/DY033/vehicles/Denebola [58083] -> "gliders.localhost/missions/DY033/vehicles/Denebola" [1]
+2016-03-04 09:37:31 URL:http://gliders.localhost/missions/DY033/vehicles/Canopus [58020] -> "gliders.localhost/missions/DY033/vehicles/Canopus" [1]
+2016-03-04 09:37:31 URL:http://gliders.localhost/missions/DY030/vehicles/Raleigh [65191] -> "gliders.localhost/missions/DY030/vehicles/Raleigh" [1]
+2016-03-04 09:37:31 URL:http://gliders.localhost/missions/DY030/vehicles/Zephyr [40617] -> "gliders.localhost/missions/DY030/vehicles/Zephyr" [1]
+2016-03-04 09:37:31 URL:http://gliders.localhost/missions/DY030/vehicles/Growler [61618] -> "gliders.localhost/missions/DY030/vehicles/Growler" [1]
+2016-03-04 09:37:32 URL:http://gliders.localhost/missions/DY029/vehicles/Boondoggle [65403] -> "gliders.localhost/missions/DY029/vehicles/Boondoggle" [1]
+2016-03-04 09:37:32 URL:http://gliders.localhost/missions/DY029/vehicles/Nelson [61563] -> "gliders.localhost/missions/DY029/vehicles/Nelson" [1]
+2016-03-04 09:37:32 URL:http://gliders.localhost/missions/DY029/vehicles/Drake [61489] -> "gliders.localhost/missions/DY029/vehicles/Drake" [1]
+2016-03-04 09:37:33 URL:http://gliders.localhost/missions/DY029/vehicles/Canopus [58020] -> "gliders.localhost/missions/DY029/vehicles/Canopus" [1]
+2016-03-04 09:37:33 URL:http://gliders.localhost/missions/DY029/vehicles/OMG-2 [27781] -> "gliders.localhost/missions/DY029/vehicles/OMG-2" [1]
+2016-03-04 09:37:33 URL:http://gliders.localhost/missions/DY029/vehicles/OMG-3 [27780] -> "gliders.localhost/missions/DY029/vehicles/OMG-3" [1]
+2016-03-04 09:37:33 URL:http://gliders.localhost/missions/DY029/vehicles/Denebola [58083] -> "gliders.localhost/missions/DY029/vehicles/Denebola" [1]
+2016-03-04 09:37:33 URL:http://gliders.localhost/missions/DY029/vehicles/Fortyniner [65181] -> "gliders.localhost/missions/DY029/vehicles/Fortyniner" [1]
+2016-03-04 09:37:34 URL:http://gliders.localhost/missions/DY021/vehicles/Fortyniner [42220] -> "gliders.localhost/missions/DY021/vehicles/Fortyniner" [1]
+2016-03-04 09:37:34 URL:http://gliders.localhost/missions/DY018/vehicles/Bellamite [53099] -> "gliders.localhost/missions/DY018/vehicles/Bellamite" [1]
+2016-03-04 09:37:34 URL:http://gliders.localhost/missions/DY018/vehicles/Cabot [75982] -> "gliders.localhost/missions/DY018/vehicles/Cabot" [1]
+2016-03-04 09:37:34 URL:http://gliders.localhost/missions/DY018/vehicles/Denebola [13338] -> "gliders.localhost/missions/DY018/vehicles/Denebola" [1]
+2016-03-04 09:37:34 URL:http://gliders.localhost/missions/DY018/vehicles/Ammonite [45659] -> "gliders.localhost/missions/DY018/vehicles/Ammonite" [1]
+2016-03-04 09:37:35 URL:http://gliders.localhost/missions/DY018/vehicles/OMG-3 [23950] -> "gliders.localhost/missions/DY018/vehicles/OMG-3" [1]
+2016-03-04 09:37:35 URL:http://gliders.localhost/auth/login [11653] -> "gliders.localhost/missions/Simulation/vehicles/Stella" [1]
+Found no broken links.
+
+FINISHED --2016-03-04 09:37:35--
+Total wall clock time: 47s
+Downloaded: 114 files, 2.3M in 0.005s (469 MB/s)
+2016-03-04 09:37:35 URL:http://gliders.localhost/ [31745] -> "gliders.localhost/index.html" [1]
+http://gliders.localhost/robots.txt:
+2016-03-04 09:37:35 ERROR 404: Not Found.
+2016-03-04 09:37:35 URL:http://gliders.localhost/sitemap/Browse [11016] -> "gliders.localhost/sitemap/Browse" [1]
+2016-03-04 09:37:36 URL:http://gliders.localhost/missions [44573] -> "gliders.localhost/missions" [1]
+2016-03-04 09:37:36 URL:http://gliders.localhost/projects [20743] -> "gliders.localhost/projects" [1]
+2016-03-04 09:37:36 URL:http://gliders.localhost/vehicles [90083] -> "gliders.localhost/vehicles" [1]
+2016-03-04 09:37:36 URL:http://gliders.localhost/users [37858] -> "gliders.localhost/users" [1]
+2016-03-04 09:37:37 URL:http://gliders.localhost/sitemap/Help [9727] -> "gliders.localhost/sitemap/Help" [1]
+2016-03-04 09:37:37 URL:http://gliders.localhost/help/contact [10672] -> "gliders.localhost/help/contact" [1]
+2016-03-04 09:37:37 URL:http://gliders.localhost/help/about [9692] -> "gliders.localhost/help/about" [1]
+2016-03-04 09:37:37 URL:http://gliders.localhost/auth/login [11653] -> "gliders.localhost/auth/login" [1]
+2016-03-04 09:37:38 URL:http://gliders.localhost/ [29829] -> "gliders.localhost/index.html?hide_welcome=1" [1]
+2016-03-04 09:37:38 URL:http://gliders.localhost/missions/Test%20Active%20Mission [13269] -> "gliders.localhost/missions/Test Active Mission" [1]
+2016-03-04 09:37:38 URL:http://gliders.localhost/missions/Rothera [16481] -> "gliders.localhost/missions/Rothera" [1]
+2016-03-04 09:37:38 URL:http://gliders.localhost/projects/BAS [12772] -> "gliders.localhost/projects/BAS" [1]
+2016-03-04 09:37:39 URL:http://gliders.localhost/missions/DY067 [16014] -> "gliders.localhost/missions/DY067" [1]
+2016-03-04 09:37:39 URL:http://gliders.localhost/projects/Autosub%20Trials [12444] -> "gliders.localhost/projects/Autosub Trials" [1]
+2016-03-04 09:37:39 URL:http://gliders.localhost/missions/DY034 [14474] -> "gliders.localhost/missions/DY034" [1]
+2016-03-04 09:37:39 URL:http://gliders.localhost/projects/MASSMO [13582] -> "gliders.localhost/projects/MASSMO" [1]
+2016-03-04 09:37:39 URL:http://gliders.localhost/missions/DY033 [18722] -> "gliders.localhost/missions/DY033" [1]
+2016-03-04 09:37:40 URL:http://gliders.localhost/projects/SSB [13598] -> "gliders.localhost/projects/SSB" [1]
+2016-03-04 09:37:40 URL:http://gliders.localhost/missions/DY030 [17474] -> "gliders.localhost/missions/DY030" [1]
+2016-03-04 09:37:40 URL:http://gliders.localhost/missions/DY029 [24505] -> "gliders.localhost/missions/DY029" [1]
+2016-03-04 09:37:40 URL:http://gliders.localhost/missions/DY021 [14230] -> "gliders.localhost/missions/DY021" [1]
+2016-03-04 09:37:41 URL:http://gliders.localhost/missions/DY018 [19539] -> "gliders.localhost/missions/DY018" [1]
+2016-03-04 09:37:41 URL:http://gliders.localhost/missions/MASSMO%202B [13086] -> "gliders.localhost/missions/MASSMO 2B" [1]
+2016-03-04 09:37:41 URL:http://gliders.localhost/missions/MASSMO%202A [13163] -> "gliders.localhost/missions/MASSMO 2A" [1]
+2016-03-04 09:37:41 URL:http://gliders.localhost/missions/Oban%20Trials [13104] -> "gliders.localhost/missions/Oban Trials" [1]
+2016-03-04 09:37:41 URL:http://gliders.localhost/missions/MASSMO%20Phase%202 [13207] -> "gliders.localhost/missions/MASSMO Phase 2" [1]
+2016-03-04 09:37:42 URL:http://gliders.localhost/missions/MASSMO%20Phase%201 [13323] -> "gliders.localhost/missions/MASSMO Phase 1" [1]
+2016-03-04 09:37:42 URL:http://gliders.localhost/projects/SAMS [11610] -> "gliders.localhost/projects/SAMS" [1]
+2016-03-04 09:37:42 URL:http://gliders.localhost/projects/AAOSN [11615] -> "gliders.localhost/projects/AAOSN" [1]
+2016-03-04 09:37:42 URL:http://gliders.localhost/vehicles/26821 [11352] -> "gliders.localhost/vehicles/26821" [1]
+2016-03-04 09:37:42 URL:http://gliders.localhost/vehicles/300434060967820 [11402] -> "gliders.localhost/vehicles/300434060967820" [1]
+2016-03-04 09:37:43 URL:http://gliders.localhost/vehicles/Bellatrix [11545] -> "gliders.localhost/vehicles/Bellatrix" [1]
+2016-03-04 09:37:43 URL:http://gliders.localhost/vehicles/Bowmore [11540] -> "gliders.localhost/vehicles/Bowmore" [1]
+2016-03-04 09:37:43 URL:http://gliders.localhost/vehicles/Canopus [12892] -> "gliders.localhost/vehicles/Canopus" [1]
+2016-03-04 09:37:43 URL:http://gliders.localhost/vehicles/Denebola [13576] -> "gliders.localhost/vehicles/Denebola" [1]
+2016-03-04 09:37:43 URL:http://gliders.localhost/vehicles/Eltanin [11539] -> "gliders.localhost/vehicles/Eltanin" [1]
+2016-03-04 09:37:44 URL:http://gliders.localhost/vehicles/Fomalhaut [11545] -> "gliders.localhost/vehicles/Fomalhaut" [1]
+2016-03-04 09:37:44 URL:http://gliders.localhost/vehicles/Jura [11531] -> "gliders.localhost/vehicles/Jura" [1]
+2016-03-04 09:37:44 URL:http://gliders.localhost/vehicles/Knockando [11546] -> "gliders.localhost/vehicles/Knockando" [1]
+2016-03-04 09:37:44 URL:http://gliders.localhost/vehicles/Laphroaigh [11549] -> "gliders.localhost/vehicles/Laphroaigh" [1]
+2016-03-04 09:37:44 URL:http://gliders.localhost/vehicles/Scapa [11534] -> "gliders.localhost/vehicles/Scapa" [1]
+2016-03-04 09:37:45 URL:http://gliders.localhost/vehicles/sg531 [11302] -> "gliders.localhost/vehicles/sg531" [1]
+2016-03-04 09:37:45 URL:http://gliders.localhost/vehicles/sg566 [11303] -> "gliders.localhost/vehicles/sg566" [1]
+2016-03-04 09:37:45 URL:http://gliders.localhost/vehicles/amazon [11300] -> "gliders.localhost/vehicles/amazon" [1]
+2016-03-04 09:37:45 URL:http://gliders.localhost/vehicles/Ammonite [12221] -> "gliders.localhost/vehicles/Ammonite" [1]
+2016-03-04 09:37:45 URL:http://gliders.localhost/vehicles/BAS_OMG [12465] -> "gliders.localhost/vehicles/BAS_OMG" [1]
+2016-03-04 09:37:46 URL:http://gliders.localhost/vehicles/Bellamite [12220] -> "gliders.localhost/vehicles/Bellamite" [1]
+2016-03-04 09:37:46 URL:http://gliders.localhost/vehicles/Boondoggle [12225] -> "gliders.localhost/vehicles/Boondoggle" [1]
+2016-03-04 09:37:46 URL:http://gliders.localhost/vehicles/Cabot [12205] -> "gliders.localhost/vehicles/Cabot" [1]
+2016-03-04 09:37:46 URL:http://gliders.localhost/vehicles/Churchill [11543] -> "gliders.localhost/vehicles/Churchill" [1]
+2016-03-04 09:37:46 URL:http://gliders.localhost/vehicles/Cook [11528] -> "gliders.localhost/vehicles/Cook" [1]
+2016-03-04 09:37:47 URL:http://gliders.localhost/vehicles/Dolomite [11540] -> "gliders.localhost/vehicles/Dolomite" [1]
+2016-03-04 09:37:47 URL:http://gliders.localhost/vehicles/Doombar [11537] -> "gliders.localhost/vehicles/Doombar" [1]
+2016-03-04 09:37:47 URL:http://gliders.localhost/vehicles/Drake [12205] -> "gliders.localhost/vehicles/Drake" [1]
+2016-03-04 09:37:47 URL:http://gliders.localhost/vehicles/Fortyniner [13587] -> "gliders.localhost/vehicles/Fortyniner" [1]
+2016-03-04 09:37:47 URL:http://gliders.localhost/vehicles/Frazil [11534] -> "gliders.localhost/vehicles/Frazil" [1]
+2016-03-04 09:37:48 URL:http://gliders.localhost/vehicles/Grease [11534] -> "gliders.localhost/vehicles/Grease" [1]
+2016-03-04 09:37:48 URL:http://gliders.localhost/vehicles/Growler [12213] -> "gliders.localhost/vehicles/Growler" [1]
+2016-03-04 09:37:48 URL:http://gliders.localhost/vehicles/HSB [11525] -> "gliders.localhost/vehicles/HSB" [1]
+2016-03-04 09:37:48 URL:http://gliders.localhost/vehicles/Nelson [12209] -> "gliders.localhost/vehicles/Nelson" [1]
+2016-03-04 09:37:48 URL:http://gliders.localhost/vehicles/OMG-1 [11531] -> "gliders.localhost/vehicles/OMG-1" [1]
+2016-03-04 09:37:49 URL:http://gliders.localhost/vehicles/OMG-2 [12881] -> "gliders.localhost/vehicles/OMG-2" [1]
+2016-03-04 09:37:49 URL:http://gliders.localhost/vehicles/OMG-3 [13559] -> "gliders.localhost/vehicles/OMG-3" [1]
+2016-03-04 09:37:49 URL:http://gliders.localhost/vehicles/OMG-4 [11531] -> "gliders.localhost/vehicles/OMG-4" [1]
+2016-03-04 09:37:49 URL:http://gliders.localhost/vehicles/Pancake [11537] -> "gliders.localhost/vehicles/Pancake" [1]
+2016-03-04 09:37:49 URL:http://gliders.localhost/vehicles/Raleigh [12212] -> "gliders.localhost/vehicles/Raleigh" [1]
+2016-03-04 09:37:50 URL:http://gliders.localhost/vehicles/Stella [12218] -> "gliders.localhost/vehicles/Stella" [1]
+2016-03-04 09:37:50 URL:http://gliders.localhost/vehicles/unit_544 [11540] -> "gliders.localhost/vehicles/unit_544" [1]
+2016-03-04 09:37:50 URL:http://gliders.localhost/vehicles/unit_545 [11540] -> "gliders.localhost/vehicles/unit_545" [1]
+2016-03-04 09:37:50 URL:http://gliders.localhost/vehicles/Zephyr [12208] -> "gliders.localhost/vehicles/Zephyr" [1]
+2016-03-04 09:37:50 URL:http://gliders.localhost/vehicles/Lyra [11530] -> "gliders.localhost/vehicles/Lyra" [1]
+2016-03-04 09:37:51 URL:http://gliders.localhost/vehicles/Nocl [11530] -> "gliders.localhost/vehicles/Nocl" [1]
+2016-03-04 09:37:51 URL:http://gliders.localhost/vehicles/Waimea [11542] -> "gliders.localhost/vehicles/Waimea" [1]
+2016-03-04 09:37:51 URL:http://gliders.localhost/vehicles/Gordon [11530] -> "gliders.localhost/vehicles/Gordon" [1]
+2016-03-04 09:37:51 URL:http://gliders.localhost/vehicles/Thomas [11530] -> "gliders.localhost/vehicles/Thomas" [1]
+2016-03-04 09:37:51 URL:http://gliders.localhost/vehicles/ALR-1 [12197] -> "gliders.localhost/vehicles/ALR-1" [1]
+2016-03-04 09:37:52 URL:http://gliders.localhost/vehicles/ALR-2 [11303] -> "gliders.localhost/vehicles/ALR-2" [1]
+2016-03-04 09:37:52 URL:http://gliders.localhost/vehicles/ALR-3 [11303] -> "gliders.localhost/vehicles/ALR-3" [1]
+2016-03-04 09:37:52 URL:http://gliders.localhost/vehicles/AutoSub%203 [11317] -> "gliders.localhost/vehicles/AutoSub 3" [1]
+2016-03-04 09:37:52 URL:http://gliders.localhost/vehicles/AutoSub%206000 [11332] -> "gliders.localhost/vehicles/AutoSub 6000" [1]
+2016-03-04 09:37:52 URL:http://gliders.localhost/vehicles/RRS%20Discovery [12012] -> "gliders.localhost/vehicles/RRS Discovery" [1]
+2016-03-04 09:37:53 URL:http://gliders.localhost/vehicles/RRS%20James%20Cook [11339] -> "gliders.localhost/vehicles/RRS James Cook" [1]
+2016-03-04 09:37:53 URL:http://gliders.localhost/users/owain [10211] -> "gliders.localhost/users/owain" [1]
+2016-03-04 09:37:53 URL:http://gliders.localhost/users/allore [10307] -> "gliders.localhost/users/allore" [1]
+2016-03-04 09:37:53 URL:http://gliders.localhost/missions/Test%20Active%20Mission/vehicles/TestVessel [13051] -> "gliders.localhost/missions/Test Active Mission/vehicles/TestVessel" [1]
+2016-03-04 09:37:53 URL:http://gliders.localhost/missions/Rothera/vehicles/Coprolite [37413] -> "gliders.localhost/missions/Rothera/vehicles/Coprolite" [1]
+2016-03-04 09:37:54 URL:http://gliders.localhost/missions/Rothera/vehicles/BAS_OMG [37926] -> "gliders.localhost/missions/Rothera/vehicles/BAS_OMG" [1]
+2016-03-04 09:37:54 URL:http://gliders.localhost/missions/DY067/vehicles/RRS%20Discovery [14147] -> "gliders.localhost/missions/DY067/vehicles/RRS Discovery" [1]
+2016-03-04 09:37:54 URL:http://gliders.localhost/missions/DY067/vehicles/ALR-1 [13356] -> "gliders.localhost/missions/DY067/vehicles/ALR-1" [1]
+2016-03-04 09:37:54 URL:http://gliders.localhost/missions/DY034/vehicles/Fortyniner [40343] -> "gliders.localhost/missions/DY034/vehicles/Fortyniner" [1]
+2016-03-04 09:37:55 URL:http://gliders.localhost/missions/DY033/vehicles/OMG-2 [50664] -> "gliders.localhost/missions/DY033/vehicles/OMG-2" [1]
+2016-03-04 09:37:55 URL:http://gliders.localhost/missions/DY033/vehicles/OMG-3 [27768] -> "gliders.localhost/missions/DY033/vehicles/OMG-3" [1]
+2016-03-04 09:37:55 URL:http://gliders.localhost/missions/DY033/vehicles/Denebola [58083] -> "gliders.localhost/missions/DY033/vehicles/Denebola" [1]
+2016-03-04 09:37:55 URL:http://gliders.localhost/missions/DY033/vehicles/Canopus [58020] -> "gliders.localhost/missions/DY033/vehicles/Canopus" [1]
+2016-03-04 09:37:56 URL:http://gliders.localhost/missions/DY030/vehicles/Raleigh [65191] -> "gliders.localhost/missions/DY030/vehicles/Raleigh" [1]
+2016-03-04 09:37:56 URL:http://gliders.localhost/missions/DY030/vehicles/Zephyr [40617] -> "gliders.localhost/missions/DY030/vehicles/Zephyr" [1]
+2016-03-04 09:37:56 URL:http://gliders.localhost/missions/DY030/vehicles/Growler [61618] -> "gliders.localhost/missions/DY030/vehicles/Growler" [1]
+2016-03-04 09:37:56 URL:http://gliders.localhost/missions/DY029/vehicles/Boondoggle [65403] -> "gliders.localhost/missions/DY029/vehicles/Boondoggle" [1]
+2016-03-04 09:37:56 URL:http://gliders.localhost/missions/DY029/vehicles/Nelson [61563] -> "gliders.localhost/missions/DY029/vehicles/Nelson" [1]
+2016-03-04 09:37:57 URL:http://gliders.localhost/missions/DY029/vehicles/Drake [61489] -> "gliders.localhost/missions/DY029/vehicles/Drake" [1]
+2016-03-04 09:37:57 URL:http://gliders.localhost/missions/DY029/vehicles/Canopus [58020] -> "gliders.localhost/missions/DY029/vehicles/Canopus" [1]
+2016-03-04 09:37:57 URL:http://gliders.localhost/missions/DY029/vehicles/OMG-2 [27781] -> "gliders.localhost/missions/DY029/vehicles/OMG-2" [1]
+2016-03-04 09:37:57 URL:http://gliders.localhost/missions/DY029/vehicles/OMG-3 [27780] -> "gliders.localhost/missions/DY029/vehicles/OMG-3" [1]
+2016-03-04 09:37:58 URL:http://gliders.localhost/missions/DY029/vehicles/Denebola [58083] -> "gliders.localhost/missions/DY029/vehicles/Denebola" [1]
+2016-03-04 09:37:58 URL:http://gliders.localhost/missions/DY029/vehicles/Fortyniner [65181] -> "gliders.localhost/missions/DY029/vehicles/Fortyniner" [1]
+2016-03-04 09:37:58 URL:http://gliders.localhost/missions/DY021/vehicles/Fortyniner [42220] -> "gliders.localhost/missions/DY021/vehicles/Fortyniner" [1]
+2016-03-04 09:37:58 URL:http://gliders.localhost/missions/DY018/vehicles/Bellamite [53099] -> "gliders.localhost/missions/DY018/vehicles/Bellamite" [1]
+2016-03-04 09:37:58 URL:http://gliders.localhost/missions/DY018/vehicles/Cabot [75982] -> "gliders.localhost/missions/DY018/vehicles/Cabot" [1]
+2016-03-04 09:37:59 URL:http://gliders.localhost/missions/DY018/vehicles/Denebola [13338] -> "gliders.localhost/missions/DY018/vehicles/Denebola" [1]
+2016-03-04 09:37:59 URL:http://gliders.localhost/missions/DY018/vehicles/Ammonite [45659] -> "gliders.localhost/missions/DY018/vehicles/Ammonite" [1]
+2016-03-04 09:37:59 URL:http://gliders.localhost/missions/DY018/vehicles/OMG-3 [23950] -> "gliders.localhost/missions/DY018/vehicles/OMG-3" [1]
+2016-03-04 09:37:59 URL:http://gliders.localhost/auth/login [11653] -> "gliders.localhost/missions/Simulation/vehicles/Stella" [1]
+Found no broken links.
+
+FINISHED --2016-03-04 09:37:59--
+Total wall clock time: 24s
+Downloaded: 114 files, 2.3M in 0.005s (517 MB/s)
+2016-03-04 09:38:00 URL:http://gliders.localhost/ [31745] -> "gliders.localhost/index.html" [1]
+http://gliders.localhost/robots.txt:
+2016-03-04 09:38:00 ERROR 404: Not Found.
+2016-03-04 09:38:00 URL:http://gliders.localhost/sitemap/Browse [11016] -> "gliders.localhost/sitemap/Browse" [1]
+2016-03-04 09:38:00 URL:http://gliders.localhost/missions [44573] -> "gliders.localhost/missions" [1]
+2016-03-04 09:38:00 URL:http://gliders.localhost/projects [20743] -> "gliders.localhost/projects" [1]
+2016-03-04 09:38:01 URL:http://gliders.localhost/vehicles [90083] -> "gliders.localhost/vehicles" [1]
+2016-03-04 09:38:01 URL:http://gliders.localhost/users [37858] -> "gliders.localhost/users" [1]
+2016-03-04 09:38:01 URL:http://gliders.localhost/sitemap/Help [9727] -> "gliders.localhost/sitemap/Help" [1]
+2016-03-04 09:38:01 URL:http://gliders.localhost/help/contact [10672] -> "gliders.localhost/help/contact" [1]
+2016-03-04 09:38:01 URL:http://gliders.localhost/help/about [9692] -> "gliders.localhost/help/about" [1]
+2016-03-04 09:38:02 URL:http://gliders.localhost/auth/login [11653] -> "gliders.localhost/auth/login" [1]
+2016-03-04 09:38:02 URL:http://gliders.localhost/ [29829] -> "gliders.localhost/index.html?hide_welcome=1" [1]
+2016-03-04 09:38:02 URL:http://gliders.localhost/missions/Test%20Active%20Mission [13269] -> "gliders.localhost/missions/Test Active Mission" [1]
+2016-03-04 09:38:03 URL:http://gliders.localhost/missions/Rothera [16481] -> "gliders.localhost/missions/Rothera" [1]
+2016-03-04 09:38:03 URL:http://gliders.localhost/projects/BAS [12772] -> "gliders.localhost/projects/BAS" [1]
+2016-03-04 09:38:03 URL:http://gliders.localhost/missions/DY067 [16014] -> "gliders.localhost/missions/DY067" [1]
+2016-03-04 09:38:03 URL:http://gliders.localhost/projects/Autosub%20Trials [12444] -> "gliders.localhost/projects/Autosub Trials" [1]
+2016-03-04 09:38:03 URL:http://gliders.localhost/missions/DY034 [14475] -> "gliders.localhost/missions/DY034" [1]
+2016-03-04 09:38:04 URL:http://gliders.localhost/projects/MASSMO [13582] -> "gliders.localhost/projects/MASSMO" [1]
+2016-03-04 09:38:04 URL:http://gliders.localhost/missions/DY033 [18722] -> "gliders.localhost/missions/DY033" [1]
+2016-03-04 09:38:04 URL:http://gliders.localhost/projects/SSB [13598] -> "gliders.localhost/projects/SSB" [1]
+2016-03-04 09:38:04 URL:http://gliders.localhost/missions/DY030 [17474] -> "gliders.localhost/missions/DY030" [1]
+2016-03-04 09:38:05 URL:http://gliders.localhost/missions/DY029 [24505] -> "gliders.localhost/missions/DY029" [1]
+2016-03-04 09:38:05 URL:http://gliders.localhost/missions/DY021 [14231] -> "gliders.localhost/missions/DY021" [1]
+2016-03-04 09:38:05 URL:http://gliders.localhost/missions/DY018 [19539] -> "gliders.localhost/missions/DY018" [1]
+2016-03-04 09:38:05 URL:http://gliders.localhost/missions/MASSMO%202B [13086] -> "gliders.localhost/missions/MASSMO 2B" [1]
+2016-03-04 09:38:06 URL:http://gliders.localhost/missions/MASSMO%202A [13163] -> "gliders.localhost/missions/MASSMO 2A" [1]
+2016-03-04 09:38:06 URL:http://gliders.localhost/missions/Oban%20Trials [13104] -> "gliders.localhost/missions/Oban Trials" [1]
+2016-03-04 09:38:06 URL:http://gliders.localhost/missions/MASSMO%20Phase%202 [13207] -> "gliders.localhost/missions/MASSMO Phase 2" [1]
+2016-03-04 09:38:06 URL:http://gliders.localhost/missions/MASSMO%20Phase%201 [13323] -> "gliders.localhost/missions/MASSMO Phase 1" [1]
+2016-03-04 09:38:06 URL:http://gliders.localhost/projects/SAMS [11610] -> "gliders.localhost/projects/SAMS" [1]
+2016-03-04 09:38:06 URL:http://gliders.localhost/projects/AAOSN [11615] -> "gliders.localhost/projects/AAOSN" [1]
+2016-03-04 09:38:07 URL:http://gliders.localhost/vehicles/26821 [11352] -> "gliders.localhost/vehicles/26821" [1]
+2016-03-04 09:38:07 URL:http://gliders.localhost/vehicles/300434060967820 [11402] -> "gliders.localhost/vehicles/300434060967820" [1]
+2016-03-04 09:38:07 URL:http://gliders.localhost/vehicles/Bellatrix [11545] -> "gliders.localhost/vehicles/Bellatrix" [1]
+2016-03-04 09:38:07 URL:http://gliders.localhost/vehicles/Bowmore [11540] -> "gliders.localhost/vehicles/Bowmore" [1]
+2016-03-04 09:38:08 URL:http://gliders.localhost/vehicles/Canopus [12892] -> "gliders.localhost/vehicles/Canopus" [1]
+2016-03-04 09:38:08 URL:http://gliders.localhost/vehicles/Denebola [13576] -> "gliders.localhost/vehicles/Denebola" [1]
+2016-03-04 09:38:08 URL:http://gliders.localhost/vehicles/Eltanin [11539] -> "gliders.localhost/vehicles/Eltanin" [1]
+2016-03-04 09:38:08 URL:http://gliders.localhost/vehicles/Fomalhaut [11545] -> "gliders.localhost/vehicles/Fomalhaut" [1]
+2016-03-04 09:38:08 URL:http://gliders.localhost/vehicles/Jura [11531] -> "gliders.localhost/vehicles/Jura" [1]
+2016-03-04 09:38:09 URL:http://gliders.localhost/vehicles/Knockando [11546] -> "gliders.localhost/vehicles/Knockando" [1]
+2016-03-04 09:38:09 URL:http://gliders.localhost/vehicles/Laphroaigh [11549] -> "gliders.localhost/vehicles/Laphroaigh" [1]
+2016-03-04 09:38:09 URL:http://gliders.localhost/vehicles/Scapa [11534] -> "gliders.localhost/vehicles/Scapa" [1]
+2016-03-04 09:38:09 URL:http://gliders.localhost/vehicles/sg531 [11302] -> "gliders.localhost/vehicles/sg531" [1]
+2016-03-04 09:38:09 URL:http://gliders.localhost/vehicles/sg566 [11303] -> "gliders.localhost/vehicles/sg566" [1]
+2016-03-04 09:38:10 URL:http://gliders.localhost/vehicles/amazon [11300] -> "gliders.localhost/vehicles/amazon" [1]
+2016-03-04 09:38:10 URL:http://gliders.localhost/vehicles/Ammonite [12221] -> "gliders.localhost/vehicles/Ammonite" [1]
+2016-03-04 09:38:10 URL:http://gliders.localhost/vehicles/BAS_OMG [12465] -> "gliders.localhost/vehicles/BAS_OMG" [1]
+2016-03-04 09:38:10 URL:http://gliders.localhost/vehicles/Bellamite [12220] -> "gliders.localhost/vehicles/Bellamite" [1]
+2016-03-04 09:38:10 URL:http://gliders.localhost/vehicles/Boondoggle [12225] -> "gliders.localhost/vehicles/Boondoggle" [1]
+2016-03-04 09:38:11 URL:http://gliders.localhost/vehicles/Cabot [12205] -> "gliders.localhost/vehicles/Cabot" [1]
+2016-03-04 09:38:11 URL:http://gliders.localhost/vehicles/Churchill [11543] -> "gliders.localhost/vehicles/Churchill" [1]
+2016-03-04 09:38:11 URL:http://gliders.localhost/vehicles/Cook [11528] -> "gliders.localhost/vehicles/Cook" [1]
+2016-03-04 09:38:11 URL:http://gliders.localhost/vehicles/Dolomite [11540] -> "gliders.localhost/vehicles/Dolomite" [1]
+2016-03-04 09:38:11 URL:http://gliders.localhost/vehicles/Doombar [11537] -> "gliders.localhost/vehicles/Doombar" [1]
+2016-03-04 09:38:12 URL:http://gliders.localhost/vehicles/Drake [12205] -> "gliders.localhost/vehicles/Drake" [1]
+2016-03-04 09:38:12 URL:http://gliders.localhost/vehicles/Fortyniner [13587] -> "gliders.localhost/vehicles/Fortyniner" [1]
+2016-03-04 09:38:12 URL:http://gliders.localhost/vehicles/Frazil [11534] -> "gliders.localhost/vehicles/Frazil" [1]
+2016-03-04 09:38:12 URL:http://gliders.localhost/vehicles/Grease [11534] -> "gliders.localhost/vehicles/Grease" [1]
+2016-03-04 09:38:12 URL:http://gliders.localhost/vehicles/Growler [12213] -> "gliders.localhost/vehicles/Growler" [1]
+2016-03-04 09:38:13 URL:http://gliders.localhost/vehicles/HSB [11525] -> "gliders.localhost/vehicles/HSB" [1]
+2016-03-04 09:38:13 URL:http://gliders.localhost/vehicles/Nelson [12209] -> "gliders.localhost/vehicles/Nelson" [1]
+2016-03-04 09:38:13 URL:http://gliders.localhost/vehicles/OMG-1 [11531] -> "gliders.localhost/vehicles/OMG-1" [1]
+2016-03-04 09:38:13 URL:http://gliders.localhost/vehicles/OMG-2 [12881] -> "gliders.localhost/vehicles/OMG-2" [1]
+2016-03-04 09:38:13 URL:http://gliders.localhost/vehicles/OMG-3 [13559] -> "gliders.localhost/vehicles/OMG-3" [1]
+2016-03-04 09:38:14 URL:http://gliders.localhost/vehicles/OMG-4 [11531] -> "gliders.localhost/vehicles/OMG-4" [1]
+2016-03-04 09:38:14 URL:http://gliders.localhost/vehicles/Pancake [11537] -> "gliders.localhost/vehicles/Pancake" [1]
+2016-03-04 09:38:14 URL:http://gliders.localhost/vehicles/Raleigh [12212] -> "gliders.localhost/vehicles/Raleigh" [1]
+2016-03-04 09:38:14 URL:http://gliders.localhost/vehicles/Stella [12218] -> "gliders.localhost/vehicles/Stella" [1]
+2016-03-04 09:38:14 URL:http://gliders.localhost/vehicles/unit_544 [11540] -> "gliders.localhost/vehicles/unit_544" [1]
+2016-03-04 09:38:15 URL:http://gliders.localhost/vehicles/unit_545 [11540] -> "gliders.localhost/vehicles/unit_545" [1]
+2016-03-04 09:38:15 URL:http://gliders.localhost/vehicles/Zephyr [12208] -> "gliders.localhost/vehicles/Zephyr" [1]
+2016-03-04 09:38:15 URL:http://gliders.localhost/vehicles/Lyra [11530] -> "gliders.localhost/vehicles/Lyra" [1]
+2016-03-04 09:38:15 URL:http://gliders.localhost/vehicles/Nocl [11530] -> "gliders.localhost/vehicles/Nocl" [1]
+2016-03-04 09:38:15 URL:http://gliders.localhost/vehicles/Waimea [11542] -> "gliders.localhost/vehicles/Waimea" [1]
+2016-03-04 09:38:16 URL:http://gliders.localhost/vehicles/Gordon [11530] -> "gliders.localhost/vehicles/Gordon" [1]
+2016-03-04 09:38:16 URL:http://gliders.localhost/vehicles/Thomas [11530] -> "gliders.localhost/vehicles/Thomas" [1]
+2016-03-04 09:38:16 URL:http://gliders.localhost/vehicles/ALR-1 [12197] -> "gliders.localhost/vehicles/ALR-1" [1]
+2016-03-04 09:38:16 URL:http://gliders.localhost/vehicles/ALR-2 [11303] -> "gliders.localhost/vehicles/ALR-2" [1]
+2016-03-04 09:38:16 URL:http://gliders.localhost/vehicles/ALR-3 [11303] -> "gliders.localhost/vehicles/ALR-3" [1]
+2016-03-04 09:38:17 URL:http://gliders.localhost/vehicles/AutoSub%203 [11317] -> "gliders.localhost/vehicles/AutoSub 3" [1]
+2016-03-04 09:38:17 URL:http://gliders.localhost/vehicles/AutoSub%206000 [11332] -> "gliders.localhost/vehicles/AutoSub 6000" [1]
+2016-03-04 09:38:17 URL:http://gliders.localhost/vehicles/RRS%20Discovery [12012] -> "gliders.localhost/vehicles/RRS Discovery" [1]
+2016-03-04 09:38:17 URL:http://gliders.localhost/vehicles/RRS%20James%20Cook [11339] -> "gliders.localhost/vehicles/RRS James Cook" [1]
+2016-03-04 09:38:17 URL:http://gliders.localhost/users/owain [10211] -> "gliders.localhost/users/owain" [1]
+2016-03-04 09:38:18 URL:http://gliders.localhost/users/allore [10307] -> "gliders.localhost/users/allore" [1]
+2016-03-04 09:38:18 URL:http://gliders.localhost/missions/Test%20Active%20Mission/vehicles/TestVessel [13051] -> "gliders.localhost/missions/Test Active Mission/vehicles/TestVessel" [1]
+2016-03-04 09:38:18 URL:http://gliders.localhost/missions/Rothera/vehicles/Coprolite [37413] -> "gliders.localhost/missions/Rothera/vehicles/Coprolite" [1]
+2016-03-04 09:38:18 URL:http://gliders.localhost/missions/Rothera/vehicles/BAS_OMG [37926] -> "gliders.localhost/missions/Rothera/vehicles/BAS_OMG" [1]
+2016-03-04 09:38:18 URL:http://gliders.localhost/missions/DY067/vehicles/RRS%20Discovery [14147] -> "gliders.localhost/missions/DY067/vehicles/RRS Discovery" [1]
+2016-03-04 09:38:19 URL:http://gliders.localhost/missions/DY067/vehicles/ALR-1 [13355] -> "gliders.localhost/missions/DY067/vehicles/ALR-1" [1]
+2016-03-04 09:38:19 URL:http://gliders.localhost/missions/DY034/vehicles/Fortyniner [40343] -> "gliders.localhost/missions/DY034/vehicles/Fortyniner" [1]
+2016-03-04 09:38:19 URL:http://gliders.localhost/missions/DY033/vehicles/OMG-2 [50664] -> "gliders.localhost/missions/DY033/vehicles/OMG-2" [1]
+2016-03-04 09:38:19 URL:http://gliders.localhost/missions/DY033/vehicles/OMG-3 [27768] -> "gliders.localhost/missions/DY033/vehicles/OMG-3" [1]
+2016-03-04 09:38:20 URL:http://gliders.localhost/missions/DY033/vehicles/Denebola [58083] -> "gliders.localhost/missions/DY033/vehicles/Denebola" [1]
+2016-03-04 09:38:20 URL:http://gliders.localhost/missions/DY033/vehicles/Canopus [58020] -> "gliders.localhost/missions/DY033/vehicles/Canopus" [1]
+2016-03-04 09:38:20 URL:http://gliders.localhost/missions/DY030/vehicles/Raleigh [65191] -> "gliders.localhost/missions/DY030/vehicles/Raleigh" [1]
+2016-03-04 09:38:20 URL:http://gliders.localhost/missions/DY030/vehicles/Zephyr [40618] -> "gliders.localhost/missions/DY030/vehicles/Zephyr" [1]
+2016-03-04 09:38:21 URL:http://gliders.localhost/missions/DY030/vehicles/Growler [61618] -> "gliders.localhost/missions/DY030/vehicles/Growler" [1]
+2016-03-04 09:38:21 URL:http://gliders.localhost/missions/DY029/vehicles/Boondoggle [65403] -> "gliders.localhost/missions/DY029/vehicles/Boondoggle" [1]
+2016-03-04 09:38:21 URL:http://gliders.localhost/missions/DY029/vehicles/Nelson [61563] -> "gliders.localhost/missions/DY029/vehicles/Nelson" [1]
+2016-03-04 09:38:21 URL:http://gliders.localhost/missions/DY029/vehicles/Drake [61489] -> "gliders.localhost/missions/DY029/vehicles/Drake" [1]
+2016-03-04 09:38:22 URL:http://gliders.localhost/missions/DY029/vehicles/Canopus [58020] -> "gliders.localhost/missions/DY029/vehicles/Canopus" [1]
+2016-03-04 09:38:22 URL:http://gliders.localhost/missions/DY029/vehicles/OMG-2 [27781] -> "gliders.localhost/missions/DY029/vehicles/OMG-2" [1]
+2016-03-04 09:38:22 URL:http://gliders.localhost/missions/DY029/vehicles/OMG-3 [27780] -> "gliders.localhost/missions/DY029/vehicles/OMG-3" [1]
+2016-03-04 09:38:22 URL:http://gliders.localhost/missions/DY029/vehicles/Denebola [58083] -> "gliders.localhost/missions/DY029/vehicles/Denebola" [1]
+2016-03-04 09:38:22 URL:http://gliders.localhost/missions/DY029/vehicles/Fortyniner [65181] -> "gliders.localhost/missions/DY029/vehicles/Fortyniner" [1]
+2016-03-04 09:38:23 URL:http://gliders.localhost/missions/DY021/vehicles/Fortyniner [42221] -> "gliders.localhost/missions/DY021/vehicles/Fortyniner" [1]
+2016-03-04 09:38:23 URL:http://gliders.localhost/missions/DY018/vehicles/Bellamite [53099] -> "gliders.localhost/missions/DY018/vehicles/Bellamite" [1]
+2016-03-04 09:38:23 URL:http://gliders.localhost/missions/DY018/vehicles/Cabot [75982] -> "gliders.localhost/missions/DY018/vehicles/Cabot" [1]
+2016-03-04 09:38:23 URL:http://gliders.localhost/missions/DY018/vehicles/Denebola [13338] -> "gliders.localhost/missions/DY018/vehicles/Denebola" [1]
+2016-03-04 09:38:24 URL:http://gliders.localhost/missions/DY018/vehicles/Ammonite [45659] -> "gliders.localhost/missions/DY018/vehicles/Ammonite" [1]
+2016-03-04 09:38:24 URL:http://gliders.localhost/missions/DY018/vehicles/OMG-3 [23950] -> "gliders.localhost/missions/DY018/vehicles/OMG-3" [1]
+2016-03-04 09:38:24 URL:http://gliders.localhost/auth/login [11653] -> "gliders.localhost/missions/Simulation/vehicles/Stella" [1]
+Found no broken links.
+
+FINISHED --2016-03-04 09:38:24--
+Total wall clock time: 25s
+Downloaded: 114 files, 2.3M in 0.005s (456 MB/s)
-- 
GitLab