99
edits
Note: Currently new registrations are closed, if you want an account Contact us
m (→Chat/XMPP) |
(Added sample outputs) |
||
Line 190: | Line 190: | ||
=== Services health check === | === Services health check === | ||
Sample output - Look for "Active: active (running)" | |||
systemctl status nginx # Our web server front-end for Diaspora, XMPP and Matrix | systemctl status nginx # Our web server front-end for Diaspora, XMPP and Matrix | ||
nginx.service - A high performance web server and a reverse proxy server | |||
Loaded: loaded (/lib/systemd/system/nginx.service; enabled) | |||
Active: active (running) since Fri 2018-01-05 07:17:02 UTC; 4 weeks 1 days ago | |||
Process: 5063 ExecStop=/sbin/start-stop-daemon --quiet --stop --retry QUIT/5 --pidfile /run/nginx.pid (code=exited, status=0/SUCCESS) | |||
Process: 13140 ExecReload=/usr/sbin/nginx -g daemon on; master_process on; -s reload (code=exited, status=0/SUCCESS) | |||
Process: 5071 ExecStart=/usr/sbin/nginx -g daemon on; master_process on; (code=exited, status=0/SUCCESS) | |||
Process: 5067 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=0/SUCCESS) | |||
Main PID: 5072 (nginx) | |||
CGroup: /system.slice/nginx.service | |||
├─ 5072 nginx: master process /usr/sbin/nginx -g daemon on; master_process on; | |||
├─13149 nginx: worker process | |||
├─13150 nginx: worker process | |||
├─13151 nginx: worker process | |||
└─13153 nginx: worker process | |||
systemctl status diaspora # Diaspora service | systemctl status diaspora # Diaspora service | ||
diaspora.service - LSB: Diaspora application server | |||
Loaded: loaded (/etc/init.d/diaspora) | |||
Active: active (running) since Fri 2018-01-05 07:21:29 UTC; 4 weeks 1 days ago | |||
Process: 5146 ExecStop=/etc/init.d/diaspora stop (code=exited, status=0/SUCCESS) | |||
Process: 5167 ExecStart=/etc/init.d/diaspora start (code=exited, status=0/SUCCESS) | |||
CGroup: /system.slice/diaspora.service | |||
├─ 850 unicorn worker[0] -c config/unicorn.rb -D | |||
├─ 5174 sudo -u diaspora -E -H ./script/server | |||
├─ 5175 eye monitoring v0.9.1 [diaspora] (in /usr/share/diaspora) | |||
├─ 5211 sidekiq 4.2.9 diaspora [0 of 25 busy] | |||
├─ 5222 unicorn master -c config/unicorn.rb -D | |||
└─31717 unicorn worker[1] -c config/unicorn.rb -D | |||
systemctl status matrix-synapse.service # Synapse Matrix Server | systemctl status matrix-synapse.service # Synapse Matrix Server | ||
matrix-synapse.service - Synapse Matrix homeserver | |||
Loaded: loaded (/lib/systemd/system/matrix-synapse.service; enabled) | |||
Active: active (running) since Sat 2018-01-13 05:38:55 UTC; 3 weeks 1 days ago | |||
Process: 15800 ExecStartPre=/var/lib/matrix-synapse/synapse/bin/python2.7 -m synapse.app.homeserver --config-path=/etc/matrix-synapse/homeserver.yaml --config-path=/etc/matrix-synapse/conf.d/ --generate-keys (code=exited, status=0/SUCCESS) | |||
Main PID: 15808 (python2.7) | |||
CGroup: /system.slice/matrix-synapse.service | |||
└─15808 /var/lib/matrix-synapse/synapse/bin/python2.7 -m synapse.app.homeserver --config-path=/etc/matrix-synapse/homeserver.yaml --config-path=/etc/matrix-synapse/conf.d/ | |||
systemctl status prosody # Prosody XMPP Server | systemctl status prosody # Prosody XMPP Server | ||
prosody.service - LSB: Prosody XMPP Server | |||
Loaded: loaded (/etc/init.d/prosody) | |||
Active: active (running) since Fri 2018-01-05 07:35:41 UTC; 4 weeks 1 days ago | |||
Process: 6218 ExecStop=/etc/init.d/prosody stop (code=exited, status=0/SUCCESS) | |||
Process: 6483 ExecReload=/etc/init.d/prosody reload (code=exited, status=0/SUCCESS) | |||
Process: 6223 ExecStart=/etc/init.d/prosody start (code=exited, status=0/SUCCESS) | |||
CGroup: /system.slice/prosody.service | |||
└─6231 /usr/bin/lua5.1 /usr/bin/prosody | |||
systemctl status sslh # SSL/SSH multiplexer which allow us to provide multiple services via 443 port (to bypass stupid firewalls) | systemctl status sslh # SSL/SSH multiplexer which allow us to provide multiple services via 443 port (to bypass stupid firewalls) | ||
sslh.service - SSL/SSH multiplexer | |||
Loaded: loaded (/lib/systemd/system/sslh.service; enabled) | |||
Active: active (running) since Fri 2018-01-05 07:29:27 UTC; 4 weeks 1 days ago | |||
Docs: man:sslh(8) | |||
Main PID: 5444 (sslh) | |||
CGroup: /system.slice/sslh.service | |||
├─ 713 /usr/sbin/sslh --foreground -F /etc/sslh/sslh.cfg | |||
├─ 830 /usr/sbin/sslh --foreground -F /etc/sslh/sslh.cfg | |||
├─ 1672 /usr/sbin/sslh --foreground -F /etc/sslh/sslh.cfg | |||
├─ 1673 /usr/sbin/sslh --foreground -F /etc/sslh/sslh.cfg | |||
├─ 3514 /usr/sbin/sslh --foreground -F /etc/sslh/sslh.cfg | |||
├─ 3875 /usr/sbin/sslh --foreground -F /etc/sslh/sslh.cfg | |||
├─ 3876 /usr/sbin/sslh --foreground -F /etc/sslh/sslh.cfg | |||
├─ 3896 /usr/sbin/sslh --foreground -F /etc/sslh/sslh.cfg | |||
├─ 4965 /usr/sbin/sslh --foreground -F /etc/sslh/sslh.cfg | |||
├─ 5395 /usr/sbin/sslh --foreground -F /etc/sslh/sslh.cfg | |||
├─ 5444 /usr/sbin/sslh --foreground -F /etc/sslh/sslh.cfg | |||
├─ 5445 /usr/sbin/sslh --foreground -F /etc/sslh/sslh.cfg | |||
├─ 5963 /usr/sbin/sslh --foreground -F /etc/sslh/sslh.cfg | |||
├─ 6617 /usr/sbin/sslh --foreground -F /etc/sslh/sslh.cfg | |||
├─ 6774 /usr/sbin/sslh --foreground -F /etc/sslh/sslh.cfg | |||
├─ 6957 /usr/sbin/sslh --foreground -F /etc/sslh/sslh.cfg | |||
├─ 7063 /usr/sbin/sslh --foreground -F /etc/sslh/sslh.cfg | |||
├─ 7083 /usr/sbin/sslh --foreground -F /etc/sslh/sslh.cfg | |||
├─25613 /usr/sbin/sslh --foreground -F /etc/sslh/sslh.cfg | |||
└─27481 /usr/sbin/sslh --foreground -F /etc/sslh/sslh.cfg | |||
= Coordination = | = Coordination = |