Thanks for your reply.
I'm not sure what to make of this but I think this looks ok to me? This is just a excerpt.
php7.0-fpm.log
[10-Jul-2017 07:14:30] NOTICE: Reloading in progress ...
[10-Jul-2017 07:14:30] NOTICE: reloading: execvp("/usr/sbin/php-fpm7.0", {"/usr/sbin/php-fpm7.0", "--nodaemonize", "--fpm-config", "/etc/php/7.0/fpm/php-fpm.conf"})
[10-Jul-2017 07:14:31] NOTICE: using inherited socket fd=8, "/run/php/php7.0-fpm.sock"
[10-Jul-2017 07:14:31] NOTICE: using inherited socket fd=8, "/run/php/php7.0-fpm.sock"
[10-Jul-2017 07:14:31] NOTICE: fpm is running, pid 32657
[10-Jul-2017 07:14:31] NOTICE: ready to handle connections
[10-Jul-2017 07:14:31] NOTICE: systemd monitor interval set to 10000ms
[10-Jul-2017 07:17:39] NOTICE: Reloading in progress ...
[10-Jul-2017 07:17:39] NOTICE: reloading: execvp("/usr/sbin/php-fpm7.0", {"/usr/sbin/php-fpm7.0", "--nodaemonize", "--fpm-config", "/etc/php/7.0/fpm/php-fpm.conf"})
[10-Jul-2017 07:17:39] NOTICE: using inherited socket fd=8, "/run/php/php7.0-fpm.sock"
[10-Jul-2017 07:17:39] NOTICE: using inherited socket fd=8, "/run/php/php7.0-fpm.sock"
[10-Jul-2017 07:17:39] NOTICE: fpm is running, pid 32657
[10-Jul-2017 07:17:39] NOTICE: ready to handle connections
[10-Jul-2017 07:17:39] NOTICE: systemd monitor interval set to 10000ms
[10-Jul-2017 07:22:12] NOTICE: Reloading in progress ...
[10-Jul-2017 07:22:12] NOTICE: reloading: execvp("/usr/sbin/php-fpm7.0", {"/usr/sbin/php-fpm7.0", "--nodaemonize", "--fpm-config", "/etc/php/7.0/fpm/php-fpm.conf"})
[10-Jul-2017 07:22:12] NOTICE: using inherited socket fd=8, "/run/php/php7.0-fpm.sock"
[10-Jul-2017 07:22:12] NOTICE: using inherited socket fd=8, "/run/php/php7.0-fpm.sock"
[10-Jul-2017 07:22:12] NOTICE: fpm is running, pid 32657
[10-Jul-2017 07:22:12] NOTICE: ready to handle connections
[10-Jul-2017 07:22:12] NOTICE: systemd monitor interval set to 10000ms
[10-Jul-2017 07:22:55] NOTICE: Reloading in progress ...
[10-Jul-2017 07:22:55] NOTICE: reloading: execvp("/usr/sbin/php-fpm7.0", {"/usr/sbin/php-fpm7.0", "--nodaemonize", "--fpm-config", "/etc/php/7.0/fpm/php-fpm.conf"})
[10-Jul-2017 07:22:55] NOTICE: using inherited socket fd=8, "/run/php/php7.0-fpm.sock"
[10-Jul-2017 07:22:55] NOTICE: using inherited socket fd=8, "/run/php/php7.0-fpm.sock"
[10-Jul-2017 07:22:55] NOTICE: fpm is running, pid 32657
[10-Jul-2017 07:22:55] NOTICE: ready to handle connections
There are a few odd bits in the syslog. It doesn't look anything yours. Not sure this is relevant at all but it looks like some IP is trying 119.23.106.126 to access my server? I googled it and saw something about reported for abuse...
Jul 13 06:33:07 mmb kernel: [2208669.212392] [UFW BLOCK] IN=eth0 OUT= MAC=62:f8:2b:ad:bb:3e:40:a6:77:42:b3:f0:08:00 SRC=119.23.106.126 DST=46.101.77.130 LEN=40 TOS=0x00 PREC=0x00 TTL=237$
Also noticed this, which looks to do with queues but not sure what significance it is.
/home/forge/.forge/scheduled-184095.log 2>&1)
Jul 13 08:20:01 mmb sm-msp-queue[2278]: My unqualified host name (mmb) unknown; sleeping for retry
Jul 13 08:20:05 mmb kernel: [2215088.137408] [UFW BLOCK] IN=eth0 OUT= MAC=62:f8:2b:ad:bb:3e:40:a6:77:42:b3:f0:08:00 SRC=114.222.140.18 DST=46.101.77.130 LEN=52 TOS=0x00 PREC=0x00 TTL=37 $
Jul 13 08:21:01 mmb sm-msp-queue[2278]: unable to qualify my own domain name (mmb) -- using short name
I've done a few deployments today but turned off auto deploy on production and haven't had any problems yet. Do you have auto deploy set up on the same server for more than one site?